BugsLIFE Posted October 4, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 37 Reputation: 4 Joined: 06/07/13 Last Seen: April 27, 2022 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 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 437 Joined: 01/26/16 Last Seen: Wednesday at 03:00 PM 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 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 8 hours ago 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 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 35 Reputation: 1 Joined: 04/08/14 Last Seen: July 8, 2024 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, 2022 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 01/09/22 Last Seen: March 17, 2022 Share Posted January 10, 2022 i'm using as above. Quote Link to comment Share on other sites More sharing options...
Question
BugsLIFE
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
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.