summaryrefslogtreecommitdiff
path: root/db/re/map_zone_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/map_zone_db.conf')
-rw-r--r--db/re/map_zone_db.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf
index b6799eb3b..9370a7285 100644
--- a/db/re/map_zone_db.conf
+++ b/db/re/map_zone_db.conf
@@ -204,6 +204,26 @@ zones: (
}
},
{
+ /* No Tricks Zone prevents penalty and NV_TRICKDEAD (and pets) */
+ name: "MMO No Tricks"
+ inherit: ( "MMO" ) /* will import all mmo has */
+
+ disabled_skills: {
+ NV_TRICKDEAD: "ALL"
+ GD_EMERGENCYCALL: "ALL"
+ }
+},
+{
+ /* Same as MMO, but also prevents resurrection */
+ name: "MMO No Revive"
+ inherit: ( "MMO" ) /* will import all mmo has */
+
+ disabled_skills: {
+ TMW2_RESURRECT: "ALL"
+ ALL_RESURRECTION: "ALL"
+ }
+},
+{
/* Ship Zone disables some skills */
name: "ship"