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/quest_db.conf | 7 ++++++- db/re/map_zone_db.conf | 22 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/quest_db.conf b/db/quest_db.conf index 3f5633e61..3b5bad2dd 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -328,7 +328,7 @@ quest_db: ( // ID 151 to 170: Artis Quests // ID 171 to 190: Esperia Quests -// ID 191 to 269: Dungeon Quests +// ID 191 to 249: Dungeon Quests { Id: 191 Name: "MineQuest_Tycoon" @@ -342,6 +342,11 @@ quest_db: ( Name: "MineQuest_Caelum" }, +// ID 250 to 269: Lilit Quests +{ + Id: 250 + Name: "LilitQuest_Access" +}, // ID 270 to 299: Land Of Fire Quests { Id: 270 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