Edit: I managed to make a new account (and gave it account id 2000020), but it says "Disconnected from Server" the moment that I try to select my character.
My mmo.h looks like this:
#ifndef PACKETVER #define PACKETVER 20140105#endif // PACKETVER
And here's what my server logs look like:
I guess I need to check what version my client is and try to match it up with my mmo.h... but uh... how do I check it again? X_x;
Edit: Friend of mine gave me the client's PACKETVER, so I know that's correct. I changed the packet obfuscation to 2, and the exact same error occurs.