BugsLIFE Posted October 4, 2017 Share Posted October 4, 2017 hello.. as i said i find it new , because i cant understand how to properly use it it says like this #define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.h or src/custom/defines_post.h #define PACKET_OBFUSCATION_KEY1 <key1> #define PACKET_OBFUSCATION_KEY2 <key2> #define PACKET_OBFUSCATION_KEY3 <key3> so if i have a 3 keys? that i should put inside src/custom/defines_pre.h or src/custom/defines_post. but i dont know what format? please help Quote Link to comment Share on other sites More sharing options...
1 Secrets Posted October 4, 2017 Share Posted October 4, 2017 #define PACKET_OBFUSCATION_KEY1 0x12345678 #define PACKET_OBFUSCATION_KEY2 0x12345678 #define PACKET_OBFUSCATION_KEY3 0x12345678 1 Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted October 4, 2017 Share Posted October 4, 2017 rathena/src/map/clif_obfuscation.h Quote Link to comment Share on other sites More sharing options...
0 jayvz17 Posted June 9, 2020 Share Posted June 9, 2020 If the 20180307 or newer is no obfuscation? Then what is the alternative way for this? 1 Quote Link to comment Share on other sites More sharing options...
0 arcada Posted January 10 Share Posted January 10 i'm using as above. Quote Link to comment Share on other sites More sharing options...
hello.. as i said i find it new , because i cant understand how to properly use it
it says like this
#define PACKET_OBFUSCATION
// Define these inside src/custom/defines_pre.h or src/custom/defines_post.h
#define PACKET_OBFUSCATION_KEY1 <key1>
#define PACKET_OBFUSCATION_KEY2 <key2>
#define PACKET_OBFUSCATION_KEY3 <key3>
so if i have a 3 keys? that i should put inside src/custom/defines_pre.h or src/custom/defines_post.
but i dont know what format? please help
Link to comment
Share on other sites