summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-01-27 19:30:25 -0500
committergumi <mekolat@users.noreply.github.com>2017-01-27 19:30:25 -0500
commitbfe1270fe576ed1de759ee91fcadb3f373f3def2 (patch)
treef16a4c378cd6d5601ae22c10077b2351ba149ac7
parent1ffefc34b69ffedd8b4b1f10092932975afa6ff3 (diff)
downloadserverdata-bfe1270fe576ed1de759ee91fcadb3f373f3def2.tar.gz
serverdata-bfe1270fe576ed1de759ee91fcadb3f373f3def2.tar.bz2
serverdata-bfe1270fe576ed1de759ee91fcadb3f373f3def2.tar.xz
serverdata-bfe1270fe576ed1de759ee91fcadb3f373f3def2.zip
add chat_area_size to client.conf (chat view distance)
-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 9da5ea2b..bf6fa40f 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: 14
+
// 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