Well after working with redux, and realizing how garbage it is, I've decided to just go ahead and make my own source from scratch.
This will be a 4267 1.0 server. This thread will stay updated until the source is finished and the server is public.
The database will be managed through MsSQL via stored procedures.
There will be some aspects of the database that will be handled through ini files. This server will be kept as close to classic as I possibly can make it. No CPs, max level will be 120. No DB sockets. No battlepower/potency. Whatever you can think of that is classic.
The account server is almost complete, all that needs to be added is all the database protocols. Checking passwords, checking ban, etc.
Progress
Account Server Progress
[x]Socket System
[x]Packets
[x]Encryptions
[x]Sanity Checks
[x]Login
Message Server Progress
[x]Successful pass from AccServer
[x]Handling of 1052, MsgConnect
[x]Handling of 1001 MsgNewRole
[X]Handling of 1010, MsgAction, in Progress(Required login subtypes only)
[X]Handling of packet 1005, MsgWalk
[X]Screen system
[X]Handling of packet 1010, subtype Jump, in specific.
[X]Handling of packet 1004, MsgTalk(Done what is needed for now, because guilds/teams/friends isn't even coded in, haven't done those subtypes obviously.)
[X]Handling of portals complete, with a full database of all portals.
If you have any questions, or would like to contribute, post here or PM me. This will stay updated. Keep up with the thread!
The database will be managed through MsSQL via stored procedures.
There will be some aspects of the database that will be handled through ini files. This server will be kept as close to classic as I possibly can make it. No CPs, max level will be 120. No DB sockets. No battlepower/potency. Whatever you can think of that is classic.
The account server is almost complete, all that needs to be added is all the database protocols. Checking passwords, checking ban, etc.
Progress
Account Server Progress
[x]Socket System
[x]Packets
[x]Encryptions
[x]Sanity Checks
[x]Login
Message Server Progress
[x]Successful pass from AccServer
[x]Handling of 1052, MsgConnect
[x]Handling of 1001 MsgNewRole
[X]Handling of 1010, MsgAction, in Progress(Required login subtypes only)
[X]Handling of packet 1005, MsgWalk
[X]Screen system
[X]Handling of packet 1010, subtype Jump, in specific.
[X]Handling of packet 1004, MsgTalk(Done what is needed for now, because guilds/teams/friends isn't even coded in, haven't done those subtypes obviously.)
[X]Handling of portals complete, with a full database of all portals.
If you have any questions, or would like to contribute, post here or PM me. This will stay updated. Keep up with the thread!
Thanks yous
Evan(Lateralus), for getting all the 4267 subtypes.
Jack(Korvacs) for teaching me about stored procedures and making my life easier. As well as Fusion Origins for all the references. Same goes for the wiki.






