diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-16 14:06:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-16 14:06:17 -0300 |
commit | 7c575911d61d4052ed40369b042672513e65af0f (patch) | |
tree | 501abd6a805d9552060da3756f9fb719407f7fee /conf/map | |
parent | 76d30b9dd66f9f16bac78669e56d998bf35deb94 (diff) | |
download | serverdata-7c575911d61d4052ed40369b042672513e65af0f.tar.gz serverdata-7c575911d61d4052ed40369b042672513e65af0f.tar.bz2 serverdata-7c575911d61d4052ed40369b042672513e65af0f.tar.xz serverdata-7c575911d61d4052ed40369b042672513e65af0f.zip |
[skip ci] Mostly disable some from prior changes
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/battle/client.conf | 4 | ||||
-rw-r--r-- | conf/map/battle/player.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/map/battle/client.conf b/conf/map/battle/client.conf index 4126beb3e..a45ca880c 100644 --- a/conf/map/battle/client.conf +++ b/conf/map/battle/client.conf @@ -40,7 +40,7 @@ packet_obfuscation: 0 // Minimum delay between whisper/global/party/guild messages (in ms) // Messages that break this threshold are silently omitted. -min_chat_delay: 20 +min_chat_delay: 1 // Valid range of dyes and styles on the client. min_hair_style: 0 @@ -67,7 +67,7 @@ hide_woe_damage: true pet_hair_style: 100 // Visible area size (how many squares away from a player can they see) -area_size: 17 +area_size: 14 // Chat area size (how many squares away from a player can they chat) chat_area_size: 14 diff --git a/conf/map/battle/player.conf b/conf/map/battle/player.conf index b78ea33ec..2c10cb094 100644 --- a/conf/map/battle/player.conf +++ b/conf/map/battle/player.conf @@ -54,7 +54,7 @@ player_skillfree: false // When set to true, forces skill points gained from 1st class to be put into 1st class // skills, and forces novice skill points to be put into the basic skill. (Note 1) -player_skillup_limit: false +player_skillup_limit: true // Quest skills can be learned? (Note 1) // Setting this to true can open an exploit on your server! |