Jump to content

  •  

Frozenheart

Member Since 29 Jan 2014
Offline Last Active Apr 30 2015 11:02 PM
-----

#39034 Patulong newbie po. Failed to connect

Posted by Frozenheart on 10 July 2014 - 09:25 AM

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 :D