I got myself an old txt base trunk touched by someone. It works perfectly fine so I decided to use this and modify it for myself. But before doing all that I am in desperate need to get the right type of RO client and info about where to get it. Below is my mmo.h packet version info. I hope that is what you need to determine client level. I'd really appreciate your help.
Hello.
I got myself an old txt base trunk touched by someone. It works perfectly fine so I decided to use this and modify it for myself. But before doing all that I am in desperate need to get the right type of RO client and info about where to get it. Below is my mmo.h packet version info. I hope that is what you need to determine client level. I'd really appreciate your help.
Please and thank you.
#ifndef PACKETVER //#define PACKETVER 20081126 #define PACKETVER 20100707 // --- iLAthena Add Code --- // #endif // backward compatible PACKETVER 8 and 9 #if PACKETVER == 8 #undef PACKETVER #define PACKETVER 20070521 #endif #if PACKETVER == 9 #undef PACKETVER #define PACKETVER 20071106 #endif
Edited by rocorousLink to comment
Share on other sites