From 4b3b8422322df1e1957da65da20883745713c017 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 19 Mar 2018 23:26:29 -0300 Subject: Aeros now have a NPC to handle spawn. Death to @Saulc mass murder events! :o --- db/re/map_zone_db.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'db/re') 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 @@ -59,6 +59,30 @@ zones: ( //MG_COLDBOLT: (50,"PLAYER | MONSTER") } }, +{ + /* 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) */ -- cgit v1.2.3-60-g2f50