Snaehild Posted June 19, 2021 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 72 Reputation: 7 Joined: 06/23/14 Last Seen: November 13, 2022 Share 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 Link to comment Share on other sites More sharing options...
0 cook1e Posted June 19, 2021 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 172 Reputation: 68 Joined: 10/25/20 Last Seen: 4 minutes ago Share 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 Link to comment Share on other sites More sharing options...
0 Snaehild Posted June 19, 2021 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 72 Reputation: 7 Joined: 06/23/14 Last Seen: November 13, 2022 Author Share 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 Link to comment Share on other sites More sharing options...
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').
Link to comment
Share on other sites
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.