diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/client.conf | 6 | ||||
-rw-r--r-- | conf/battle/party.conf | 2 | ||||
-rw-r--r-- | conf/plugins.conf | 1 |
3 files changed, 8 insertions, 1 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 diff --git a/conf/battle/party.conf b/conf/battle/party.conf index e57bc4fc9..7339b2e3c 100644 --- a/conf/battle/party.conf +++ b/conf/battle/party.conf @@ -15,7 +15,7 @@ party_update_interval: 1000 // Method used to update party-mate hp-bars: // 0: Aegis - bar is updated every time HP changes (bandwidth intensive) -// 1: Hercules - bar is updated with the party map dots (up to 1 second delay) +// 1: Athena - bar is updated with the party map dots (up to 1 second delay) party_hp_mode: 0 // When 'Party Share' item sharing is enabled in a party, diff --git a/conf/plugins.conf b/conf/plugins.conf index 7c4674edf..264592fa9 100644 --- a/conf/plugins.conf +++ b/conf/plugins.conf @@ -32,6 +32,7 @@ in the .c (source code) extension and placed in the /src/plugin/ folder. */ plugins_list:[ + //"db2sql", //"sample", //"other" ] |