summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-28 02:50:05 +0300
committerGitHub <noreply@github.com>2017-01-28 02:50:05 +0300
commita0d69352ee8dcdcd293ccc2762103864b073b455 (patch)
tree10b331a892ae1d1a32ae50ceb81f8fc49c854f5e /conf
parent7d71a0828ccb4149d5ce8b13cd5bd2f84a911d6b (diff)
parentac005d74dd4d2ae318a56d2142cb997891e79bf6 (diff)
downloadhercules-a0d69352ee8dcdcd293ccc2762103864b073b455.tar.gz
hercules-a0d69352ee8dcdcd293ccc2762103864b073b455.tar.bz2
hercules-a0d69352ee8dcdcd293ccc2762103864b073b455.tar.xz
hercules-a0d69352ee8dcdcd293ccc2762103864b073b455.zip
Merge pull request #1562 from mekolat/chat-area
remove hardcoded chat area size
Diffstat (limited to 'conf')
-rw-r--r--conf/map/battle/client.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/map/battle/client.conf b/conf/map/battle/client.conf
index 818db3142..15fa71faf 100644
--- a/conf/map/battle/client.conf
+++ b/conf/map/battle/client.conf
@@ -69,6 +69,9 @@ pet_hair_style: 100
// Visible area size (how many squares away from a player can they see)
area_size: 14
+// Chat area size (how many squares away from a player can they chat)
+chat_area_size: 9
+
// Maximum walk path (how many cells a player can walk going to cursor)
// default: 17(official)
max_walk_path: 17
@@ -107,7 +110,7 @@ save_body_style: false
// Do not display cloth colors for the wedding costume?
// Note: Both save_clothcolor and wedding_modifydisplay have to be enabled
-// for this option to take effect. Set this to true if your cloth palettes
+// for this option to take effect. Set this to true if your cloth palettes
// pack doesn't has wedding palettes (or has less than the other jobs)
wedding_ignorepalette: false