diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-08 14:15:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-08 14:15:08 -0300 |
commit | ba4a1a03092ef1d7cbe859f9c6ff7656c0af7012 (patch) | |
tree | 546b711545b09cc1f4453b06bf59e627922d58ac | |
parent | 75722c2a78f566d53f47910cd3c4cde18d554ac7 (diff) | |
download | serverdata-ba4a1a03092ef1d7cbe859f9c6ff7656c0af7012.tar.gz serverdata-ba4a1a03092ef1d7cbe859f9c6ff7656c0af7012.tar.bz2 serverdata-ba4a1a03092ef1d7cbe859f9c6ff7656c0af7012.tar.xz serverdata-ba4a1a03092ef1d7cbe859f9c6ff7656c0af7012.zip |
Saulc always surprise me...
-rw-r--r-- | db/re/map_zone_db.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 1d478eac4..56c931afc 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -103,11 +103,13 @@ zones: ( /* "command:min-group-lv-to-override" e.g. "heal: 70" */ disabled_commands: { - //spawn: 100 + recall: 100 + recallall: 100 monster: 100 item: 100 summon: 100 killer: 100 + killable: 100 pvpon: 100 pvpoff: 100 clone: 100 @@ -132,6 +134,7 @@ zones: ( gvgoff: 100 skillon: 100 skilloff: 100 + alive: 100 } skill_damage_cap: { } |