diff options
Diffstat (limited to 'db/re/map_zone_db.conf')
-rw-r--r-- | db/re/map_zone_db.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 8a8a38b70..76f8f66f2 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -109,6 +109,28 @@ zones: ( } }, { + /* No Tricks Zone prevents penalty and NV_TRICKDEAD */ + name: "No Tricks" + + disabled_skills: { + NV_TRICKDEAD: "ALL" + } + + 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" |