diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-06 22:23:52 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-06 22:23:52 -0700 |
commit | 4af453378b1457730df2e540e1dff25209a3a882 (patch) | |
tree | 860ed05f80f3eb40f6c047aca85119a6d255d49a /world/map/conf/battle_athena.conf | |
parent | 30bc3c180c41284c8155b51d698c2ecfe0207317 (diff) | |
download | serverdata-4af453378b1457730df2e540e1dff25209a3a882.tar.gz serverdata-4af453378b1457730df2e540e1dff25209a3a882.tar.bz2 serverdata-4af453378b1457730df2e540e1dff25209a3a882.tar.xz serverdata-4af453378b1457730df2e540e1dff25209a3a882.zip |
Add config to enable mob splash, radius 0.
Diffstat (limited to 'world/map/conf/battle_athena.conf')
-rw-r--r-- | world/map/conf/battle_athena.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/world/map/conf/battle_athena.conf b/world/map/conf/battle_athena.conf index a4207f2c..3233f744 100644 --- a/world/map/conf/battle_athena.conf +++ b/world/map/conf/battle_athena.conf @@ -735,5 +735,10 @@ packet_spam_flood: 30 packet_spam_threshold: 2 packet_spam_kick: 1 +// -1: classic +// 0: all PCs on same tile +// 1 or more: all PCs within radius, if also within range +mob_splash_radius: 0 + // local settings for this server in this file import: conf/battle_local.conf |