Jump to content

  •  

Frozenheart

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

Posts I've Made

In Topic: Mini Map

22 July 2014 - 02:41 AM

Thanks po Sir Mhalicot for Client Translation

Ok na po. Solved na po.


nag add lang po ako ng
Pre RE Navigation -> sa GRF na gamit ko.
then pinalitan ko po yung sa Towninfo.lub
sa /System ng Client ko

Then it worked po.. :D Translated na yung mga icons.

Salamat po talaga :D
Sir Mhalicot


In Topic: Patulong newbie po. Failed to connect

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