diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/map_zone_db.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 81593c8cc..aa5a749da 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -87,6 +87,27 @@ zones: ( } }, { + /* Event Zone is a mapflag alias */ + name: "Event" + + disabled_skills: { + } + + disabled_items: { + } + + mapflags: ( + "nopenalty", + "nosave 000-1,22,22", + ) + + /* "command:min-group-lv-to-override" e.g. "heal: 70" */ + disabled_commands: { + } + skill_damage_cap: { + } +}, +{ /* MMO Zone is not the place for GMs to mess with. */ name: "MMO" |