summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-26 22:48:45 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-26 22:48:45 +0300
commitf47ce884e05379ed4f78fa2d8926223c94e86e7d (patch)
tree2b0d40a4d4b8f20e55f15e13e2b217ead5e08a9d /conf
parentbbd7cf69110ebd8632b2c867cf362f346020eab7 (diff)
downloadserverdata-f47ce884e05379ed4f78fa2d8926223c94e86e7d.tar.gz
serverdata-f47ce884e05379ed4f78fa2d8926223c94e86e7d.tar.bz2
serverdata-f47ce884e05379ed4f78fa2d8926223c94e86e7d.tar.xz
serverdata-f47ce884e05379ed4f78fa2d8926223c94e86e7d.zip
Update from hercules.
Update configs Add new sql update.
Diffstat (limited to 'conf')
-rw-r--r--conf/map/battle/client.conf11
1 files changed, 8 insertions, 3 deletions
diff --git a/conf/map/battle/client.conf b/conf/map/battle/client.conf
index ed4f3236..8df6ea54 100644
--- a/conf/map/battle/client.conf
+++ b/conf/map/battle/client.conf
@@ -72,6 +72,13 @@ area_size: 14
// Chat area size (how many squares away from a player can they chat)
chat_area_size: 14
+// Area which monster death packets should be sent to.
+// This should be set to the farthest distance a player can reach in 250ms
+// after a monster dies.
+// Setting it to (area_size + 18) (18 being the range of Monk's Snap skill)
+// should be a great value
+dead_area_size: 32
+
// Maximum walk path (how many cells a player can walk going to cursor)
// default: 17(official)
max_walk_path: 17
@@ -104,9 +111,7 @@ wedding_modifydisplay: false
save_clothcolor: true
// Save body styles? (Note 1)
-// Note: Don't turn this on unless you know what your doing.
-// Sprites are not released officially.
-save_body_style: false
+save_body_style: true
// Do not display cloth colors for the wedding costume?
// Note: Both save_clothcolor and wedding_modifydisplay have to be enabled