viewing paste Re-renewal client | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Pre-Renewal:
 
SERVER SIDE:
 
Please, edit the mmo.h file:
 
For rathena:
https://github.com/rathena/rathena/blob/master/src/common/mmo.h
 
For hercules:
https://github.com/HerculesWS/Hercules/blob/master/src/common/mmo.h
 
For eathena:
https://eathena-project.googlecode.com/svn/trunk/src/common/mmo.h
 
and edit the #define PACKETVER to 20120410
 
Example:
 
#define PACKETVER 20120410
 
Save the file, then you need to compile your emulator again.
 
CLIENT SIDE:
 
You just need to edit the clientinfo.xml which is located in the GRF called ragnarok.grf
 
1. Download the GRF editor from here: https://rathena.org/board/files/file/2766-grf-editor/
2. Install the program and launch it.
3. Extract the file called clientinfo.xml
4. Edit the IP address 127.0.0.1 to the IP's server address and then save the file.
5. Update your GRF ragnarok.grf with the new clientinfo.xml. 
Viewed 1092 times, submitted by Guest.