Jump to content

  •  

Gionelles

Member Since 16 Nov 2014
Offline Last Active Dec 05 2014 07:27 PM
-----

#47190 Client can't connect to my server

Posted by Gionelles on 03 December 2014 - 06:03 AM

Simply insert a new row at the login table on your database, or use the _M/_F method if enabled on your login server

 
[font="georgia, serif;"]Edi[/font][font="georgia, serif;"]t: 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. [/font]
 
[font="georgia, serif;"]My mmo.h looks like this:[/font]

#ifndef PACKETVER	#define PACKETVER 20140105#endif // PACKETVER  

[font="georgia, serif;"]And here's what my server logs look like: [/font]

Posted Image

 

[font="georgia, serif;"]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?[/font][font="georgia, serif;"] 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.[/font]