diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-13 11:09:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-13 11:09:21 -0300 |
commit | 4ed5ff674f178f9590b58f1cb837835b261b0896 (patch) | |
tree | e7cd90ac928dc550ebf74dfb2d2205b48250effb /conf/map | |
parent | 621f59f0b7199cf318b8ec5d220eb5011d22e980 (diff) | |
download | serverdata-4ed5ff674f178f9590b58f1cb837835b261b0896.tar.gz serverdata-4ed5ff674f178f9590b58f1cb837835b261b0896.tar.bz2 serverdata-4ed5ff674f178f9590b58f1cb837835b261b0896.tar.xz serverdata-4ed5ff674f178f9590b58f1cb837835b261b0896.zip |
Disable more unused features, increase packet range from 14 to 15 tiles
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/battle/client.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/map/battle/client.conf b/conf/map/battle/client.conf index 2f281201..0422cfcf 100644 --- a/conf/map/battle/client.conf +++ b/conf/map/battle/client.conf @@ -67,10 +67,10 @@ hide_woe_damage: true pet_hair_style: 100 // Visible area size (how many squares away from a player can they see) -area_size: 14 +area_size: 15 // Chat area size (how many squares away from a player can they chat) -chat_area_size: 14 +chat_area_size: 15 // Area which monster death packets should be sent to. // This should be set to the farthest distance a player can reach in 250ms @@ -111,7 +111,7 @@ wedding_modifydisplay: false save_clothcolor: true // Save body styles? (Note 1) -save_body_style: true +save_body_style: false // Do not display cloth colors for the wedding costume? // Note: Both save_clothcolor and wedding_modifydisplay have to be enabled @@ -237,4 +237,4 @@ display_config_messages: 0x1F1 display_overweight_messages: 0x3 // Show tip of the day window upon login? -show_tip_window: true +show_tip_window: false |