how can i disable Packet from my server ?

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

 
Last edited by a moderator:
Back
Top