summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/quest_db.conf7
-rw-r--r--db/re/map_zone_db.conf22
2 files changed, 28 insertions, 1 deletions
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
@@ -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"