diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-09 14:31:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-09 14:31:24 -0300 |
commit | 40d795ac6174379938dce34b7deeb274c8a21215 (patch) | |
tree | aac405985c45703c000db4fa4d8f5d028b88b003 /conf/map | |
parent | e6834dc497489e3219daf3f2770a975817de64e7 (diff) | |
download | serverdata-40d795ac6174379938dce34b7deeb274c8a21215.tar.gz serverdata-40d795ac6174379938dce34b7deeb274c8a21215.tar.bz2 serverdata-40d795ac6174379938dce34b7deeb274c8a21215.tar.xz serverdata-40d795ac6174379938dce34b7deeb274c8a21215.zip |
Increase area size in 1 tile
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/battle/client.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/map/battle/client.conf b/conf/map/battle/client.conf index 0422cfcf..8ac0b948 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: 15 +area_size: 16 // Chat area size (how many squares away from a player can they chat) -chat_area_size: 15 +chat_area_size: 16 // Area which monster death packets should be sent to. // This should be set to the farthest distance a player can reach in 250ms |