hanap ka po ng new client
ex:
2014-01-15eRagexe.exe
then pakibago yung sa Server Files
src/common/mmo.h edit nyo lang po using notepad
pakihanap po ito:
#ifndef PACKETVER
#define PACKETVER
#endif // PACKETVER
then palitan nyo lang po yung PACKETVER
ayon sa version ng bagong Client nyo
Ex:
#ifndef PACKETVER
#define PACKETVER 20140115
#endif // PACKETVER
pa check din po yung Data.ini if loaded nya yung GRF na gamit nyo
then sa Loob ng "YourRO.grf"
nyo dun sa may clientinfo.xml
if tama yung ip address na gamit nyo..
Ex.
<address>127.0.0.1</address>
~ Hope it help