diff options
author | shennetsind <ind@henn.et> | 2013-06-14 08:53:17 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-14 08:53:17 -0300 |
commit | 5a942993dd12ae7d85b1633a58b0dc23f85832c2 (patch) | |
tree | 7fb1b11e988fa99d41da2c1a858cbeb3daef4649 /conf/battle/client.conf | |
parent | 5321d32c8d670fbfbfe02f7df5066170aa20ee2e (diff) | |
download | hercules-5a942993dd12ae7d85b1633a58b0dc23f85832c2.tar.gz hercules-5a942993dd12ae7d85b1633a58b0dc23f85832c2.tar.bz2 hercules-5a942993dd12ae7d85b1633a58b0dc23f85832c2.tar.xz hercules-5a942993dd12ae7d85b1633a58b0dc23f85832c2.zip |
Hercules WPE Free
Official Packet Obfuscation Support
http://hercules.ws/board/topic/1105-hercules-wpe-free-june-14th-patch/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'conf/battle/client.conf')
-rw-r--r-- | conf/battle/client.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/battle/client.conf b/conf/battle/client.conf index e638ed0a0..93ad536ee 100644 --- a/conf/battle/client.conf +++ b/conf/battle/client.conf @@ -9,6 +9,12 @@ // assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun, 16: Mercenary) //-------------------------------------------------------------- +// 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 + // Minimum delay between whisper/global/party/guild messages (in ms) // Messages that break this threshold are silently omitted. min_chat_delay: 0 |