Jump to content

  •  

Gionelles

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

Posts I've Made

In Topic: Client can't connect to my server

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]


In Topic: Client can't connect to my server

22 November 2014 - 01:52 PM

OK, i found the problem.

I can't login with the default account (account id 1). I didn't know that. I create a new account and login successfully.

 

Thank you all.

[font="georgia, serif;"]Because I'm having the same problem as the rest of you at the moment: would you mind explaining how to create another account on the test server?[/font]


In Topic: [Guide] How to setup hercules

16 November 2014 - 01:25 AM

[font="georgia, serif;"]I could use some assistance.

Spoiler
[/font]

 

[font="georgia, serif;"]Edit: Managed to fix the issue with some help from the IRC.[/font]