interesting@the private server
is it possible to get one with something like build 90 or so? the game was really fun back then
The problem is I believe the private server development actually started during build 123.5.1. I remember hearing from someone I played prod with about some news that someone was starting to work on a private server. Kabam tried to shut it down, but instead of shutting down it was made sort of hidden on a different site.
So, things we'd need to make it work with build 90:
1) We'd actually need a build 90 client, if anybody in the world has one of those
2) We'd have to grab all the packet info from build 90 because I can bet that the packet data from build 90 was much different than build 123.5.1
3) We'd have to grab other client info (such as what data the client sends to the server when registering and such) because that was probably different too
Also I'd probably need to re-learn how to add custom packets into the client's code, which would be a pain. Took me forever to understand AS3 bytecode, then add custom packets.