How can I use the latest ragexe.exe client?

themon

New member
Messages
517
Points
0
Location
라그나로크
Github
ThemonChan (5468656d6f6e4368616e)
Emulator
what part of the server should I modify so that I can use the latest ragexe.exe client?

so that I will know what to modify if ever there are new ragexe.exe client in the future.

Im using 20130807ragexe.exe right now

and Im going to try to use much newer client ragexe.exe like right now I think the latest is 2013-08-28cRagexe.exe if im not mistaken

but it think I saw a september client somewhere.

where can I get the Encryption keys for 2013-08-28cRagexe.exe

 
Last edited by a moderator:
Adding Packet Support:

The proper placement for Packets and Encryption Keys is as follows; 

src/map/packets.h
If you were to update to an even newer client please first check this file to see if there is already packet support for your client date.

If there are no packets or keys listed for your client date you will need to manually add them into this packets.H file using the same

structure of the existing packets + keys available. You may leave the existing packets in place as they will not effect your client date 

in which you specify in;

src/common/mmo.h
Please Note: Once you make any changes to Source (src) files you will need to re-compile to commit the

changes to your server. It is highly advisable before making any change to back-up your progress.

2013 Client Support Topic:

Please visit this topic for support on the latest Packets and Keys;

http://herc.ws/board/topic/630-2013-ragexe-and-diff-up-to-date-2013-08-07/

As for tools to extract packets and then obtain

proper keys I am unsure but hope this helps.

 
Last edited by a moderator:
I'll try it later If I can make it work. So I don't need to use hex editor to get the key. I just can use the existing key and change the existingclient and change it the newer one

 
Back
Top