diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-19 23:26:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-19 23:26:29 -0300 |
commit | 4b3b8422322df1e1957da65da20883745713c017 (patch) | |
tree | 872316c40214ce9a8483d7a0c2d4aac046479524 /db/re/map_zone_db.conf | |
parent | 7c98c02c60addd66605428af73d29c0f752f19ab (diff) | |
download | serverdata-4b3b8422322df1e1957da65da20883745713c017.tar.gz serverdata-4b3b8422322df1e1957da65da20883745713c017.tar.bz2 serverdata-4b3b8422322df1e1957da65da20883745713c017.tar.xz serverdata-4b3b8422322df1e1957da65da20883745713c017.zip |
Aeros now have a NPC to handle spawn. Death to @Saulc mass murder events! :o
Diffstat (limited to 'db/re/map_zone_db.conf')
-rw-r--r-- | db/re/map_zone_db.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 1c215eca3..d536515db 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -60,6 +60,30 @@ zones: ( } }, { + /* Aeros Zone prevent some GM commands and allows others */ + name: "Aeros" + + disabled_skills: { + } + + disabled_items: { + } + + mapflags: ( + "noknockback", + "invincible_time_inc 5000", + ) + + /* "command:min-group-lv-to-override" e.g. "heal: 70" */ + disabled_commands: { + spawn: 100 + monster: 100 + item: 100 + } + skill_damage_cap: { + } +}, +{ /* Normal zone is applied to all maps that are not pkable (where players cant fight each other) */ /* However, it wont be applied to maps with its own zones (specified thru mapflag) */ name: "Normal" /* changing this name requires MAP_ZONE_NORMAL_NAME to also be changed in src/map/map.h file */ |