i have no idea why i get this because i think i did this right
1. i enabled the packet on client conf.
// Whether to enable the official packet obfuscation support (good vs WPE) // 0: disabled // 1: optional (not recommended) -- identifies whether it is required // 2: enabled (recommended) packet_obfuscation: 2
2. i diff my client with my PACKET KEYS and i uncheck the skip obfuscation something
//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE). //#define ENABLE_PACKETVER_RE #ifdef ENABLE_PACKETVER_RE //#define PACKETVER_RE <--------------------- #undef ENABLE_PACKETVER_RE #endif // DISABLE_PACKETVER_RE
4. in packets.h (it is passed on the robrowser something for packet checker)
i have no idea why i get this because i think i did this right
1. i enabled the packet on client conf.
// Whether to enable the official packet obfuscation support (good vs WPE)
// 0: disabled
// 1: optional (not recommended) -- identifies whether it is required
// 2: enabled (recommended)
packet_obfuscation: 2
2. i diff my client with my PACKET KEYS and i uncheck the skip obfuscation something
3. on mmo.h i already comment the
#ifndef PACKETVER
#define PACKETVER 20130807
#endif // PACKETVER
//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).
//#define ENABLE_PACKETVER_RE
#ifdef ENABLE_PACKETVER_RE
//#define PACKETVER_RE <---------------------
#undef ENABLE_PACKETVER_RE
#endif // DISABLE_PACKETVER_RE
4. in packets.h (it is passed on the robrowser something for packet checker)
#if PACKETVER >= 20130807
packetKeys(0x63224335,0x0F3A1F27,0x6D217B24);
#endif
5. i recompiled it.
so what did i miss?
Share this post
Link to post
Share on other sites