From c1ad5cf87d31b3a8642e81c45fffd0b3d53312b7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 Mar 2019 18:43:07 -0300 Subject: Prepare to introduce Lilit. Of course, the first part is handling player arrival. Then the boss fight, the monsters on the cave, and the "quest" to get on the Island. By last, we must add content to Lilit. Currently, it is only for sight-seeing. --- db/re/map_zone_db.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'db/re') 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 @@ -108,6 +108,28 @@ zones: ( skill_damage_cap: { } }, +{ + /* 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" -- cgit v1.2.3-60-g2f50