Snaehild Posted June 19, 2021 Posted June 19, 2021 Any idea why I can't connect to my server with 20180621 client? I used to use 20200401 without any problems. Added this to defines_pre.hpp #define PACKETVER 20180621 On packets.hpp changed it to #define PACKETVER 20180621 My clientinfo was changed as well <packetver>20180621</packetver> My mapserver recognizes this: [Status]: Using packet version: 20180621. [Status]: Packet Obfuscation: Enabled. Keys: 0x00000000, 0x00000000, 0x00000000 After selecting a character, I only get this: [Info]: Character 'Asss' logged off. [Info]: 'Asss' logged in. (AID/CID: '2000001/150001', IP: '127.0.0.1', Group '0'). Quote
0 cook1e Posted June 19, 2021 Posted June 19, 2021 If this work let me know. Go to src/config/packets.hpp and comment these lines with //. Original. #define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.hpp or src/custom/defines_post.hpp //#define PACKET_OBFUSCATION_KEY1 <key1> //#define PACKET_OBFUSCATION_KEY2 <key2> //#define PACKET_OBFUSCATION_KEY3 <key3> /// Comment this to disable warnings for missing client side encryption #define PACKET_OBFUSCATION_WARN Commented. //#define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.hpp or src/custom/defines_post.hpp //#define PACKET_OBFUSCATION_KEY1 <key1> //#define PACKET_OBFUSCATION_KEY2 <key2> //#define PACKET_OBFUSCATION_KEY3 <key3> /// Comment this to disable warnings for missing client side encryption //#define PACKET_OBFUSCATION_WARN Apply this patch with Nemo to your client. Disable Packet Encryption Don't forget to recompile. Quote
0 Snaehild Posted June 19, 2021 Author Posted June 19, 2021 Hi @cook1e Thank you for this. I got it to work by diffing with WARP instead of Nemo. I'll try this as well. Quote
Question
Snaehild
Any idea why I can't connect to my server with 20180621 client?
I used to use 20200401 without any problems.
Added this to defines_pre.hpp
#define PACKETVER 20180621
On packets.hpp changed it to
#define PACKETVER 20180621
My clientinfo was changed as well
<packetver>20180621</packetver>
My mapserver recognizes this:
[Status]: Using packet version: 20180621. [Status]: Packet Obfuscation: Enabled. Keys: 0x00000000, 0x00000000, 0x00000000
After selecting a character, I only get this:
[Info]: Character 'Asss' logged off.
[Info]: 'Asss' logged in. (AID/CID: '2000001/150001', IP: '127.0.0.1', Group '0').
2 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.