This project is no longer under development. See the Aura thread for another project.
If you can't make a MySQL database, and use it, get the hell out.Quote:
You could make a character simulator based on this.
Put custom client in game folder and run server locally, with strictly limited functionality. Basicly only singleplayer with character creation and saving, and bunch of NPC shops with all available equip free. And some text commands like \dye 00FF00 to receive specific dye ampule. And screw mysql, make it save to custom DB, to simplify install for end user.
and dun forget to obfuscate your code
C# is easy to decompile
You could generate huge enums with a script with names pulled from itemdb.xml, for example >.>Quote:
Well, that would very messy. The only numbers in the code are item ids, locations, color codes, and stuff. All of which, there are thousands/millions.
The only thing that would make any sense at all to be an enum is the pocket ID in SetItem. It was simpler not to, for the purpose of rapid script creation.
Just no. Setting up mysql is indeed simple, but i'm suggesting out of the box tool, that don't act as multiplayer server but just as a handy char-sim that doesn's lag, glitch and be goddam annoying like labo.erinn.biz/csQuote:
If you can't make a MySQL database, and use it, get the hell out.
Seriously, you have no place trying to run any kind of server ._.
If it were released, it would be almost pointless for it not to be open source, would it not?
Seeing as Kev probably isn't going to want to release it simply for a horde of Mabi Pservers to appear, and then depend on him updating code.
Making a simulator from a Pserver would be ridiculously complex, for something pretty simple, especially when you could just record your login packets, play them back to your client, and then make a pake module for the "ingame" stuff.
Besides, I heard that there already was a [Only registered and activated users can see links. Click Here To Register...]
Not ridiculously complex compared to using a pake module, the EU client on which pake still works, and a pretty simple program to replay packets?Quote:
Just no. Setting up mysql is indeed simple, but i'm suggesting out of the box tool, that doesn't act as a multiplayer server but just as a handy char-sim that doesn's lag, glitch and be goddam annoying like labo.erinn.biz/cs
And it's not ridiculously complex, it's just simplifying this server to bare minimum.