Jump to content
  • 0

Rejected server (3) please help


Question

4 answers to this question

Recommended Posts

  • 0
Posted (edited)

i don't think you changed them

you may disable them ether on the client or in the server

in the client with nemo if you select Disable Packet Encryption = you disable them on the client

if they are disabled in the client they must be disabled in the server

rathena\src\config\packets.h

		#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>

		/// Comment this to disable warnings for missing client side encryption
		#define PACKET_OBFUSCATION_WARN

to

		//#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>

		/// Comment this to disable warnings for missing client side encryption
		//#define PACKET_OBFUSCATION_WARN

this how they can be disabled on the server

 

don't do the steps ^ to don't disable them

i would suggest you leave it as it is (enabled) and don't edit the server side and don't select Disable Packet Encryption in nemo

 

incase you want to change them in nemo the server side keys can be find in rathena\src\map\clif_obfuscation.h

Edited by sader1992
  • Upvote 1
  • 0
Posted

Check your client. Did you diff it to disable packet obfuscation ? If yes, disable it in src\config\packets.h

Make sure you are using the exact client date as in packets.h too.

  • Upvote 1

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...