so if you login with client you get a reject from server right?
then it is normaly the Packet version
you need to edit it
first in DB folder the packet_db.txt
there is a line
uncomment it with //
than it looks like this
Code:
//packet_db_ver: 26
and than there is a line
Code:
//packet_db_ver: default
change it to
Code:
packet_db_ver: default
after that you need to edit your SRC code
open src/common/mmo.h with editor
find this line
Code:
#ifndef PACKETVER
//#define PACKETVER 20100721
#define PACKETVER 20100721
#endif
you see the numbers there
those numbers are the date of your game.exe
edit them to the date of your used exe
the date is year month day
in this sample this means year 2010 month 07 day 21
after changing this you need to recompile your server to make this work
so after you edit all this you need to change your clientinfo.xml
there must be a line called version or serverversion
currently not sure about it ^^
there is the server version also
I have changed it to 27 cause its the newest one
think so ^^
hope I could help you with that ^^