Jump to content
  • 0
Sign in to follow this  
Sidra Harris

how can i disable Packet from my server ?

Question

1 answer to this question

Recommended Posts

  • 0

how can i disable Packet from my server ? 

You have some error regarding on packets you might do this

 

Trunk/conf/login/login-server.conf

//==================================================================
// Client hash checking system
//==================================================================
// Note: see doc/md5_hashcheck.txt for more details.
hash: {
	// Client MD5 hash check
	// If turned on, the login server will check if the client's hash matches
	// the value below, and will not connect tampered clients.
	enabled: false

Trunk/conf/map/battle/client.conf

// Whether to enable the official packet obfuscation support (good vs WPE)
// 0: disabled
// 1: optional (not recommended) -- identifies whether it is required
// 2: enabled (recommended)
packet_obfuscation: 1

 

Check your Client Packets in Nemo Patcher

Check your Client Packet in trunk/src/map/packets.h

 

If i misunderstood, you cannot disabled packets. you need packets to connect the server

Edited by Zhao Chow

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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