Jump to content
  • 0
Snaehild

Can't connect with 20180621 client

Question

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

  • 0

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.




 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.