diff options
-rw-r--r-- | db/re/map_zone_db.conf | 20 | ||||
-rw-r--r-- | npc/006-1/mapflags.txt | 2 | ||||
-rw-r--r-- | npc/006-9/ctrl.txt | 2 |
3 files changed, 22 insertions, 2 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" diff --git a/npc/006-1/mapflags.txt b/npc/006-1/mapflags.txt index 33d387b96..58aeccf7a 100644 --- a/npc/006-1/mapflags.txt +++ b/npc/006-1/mapflags.txt @@ -1,2 +1,2 @@ -006-1 mapflag zone MMO +006-1 mapflag zone MMO No Revive 006-1 mapflag bexp 115 diff --git a/npc/006-9/ctrl.txt b/npc/006-9/ctrl.txt index 1a3861c6e..4cbb6e9ad 100644 --- a/npc/006-9/ctrl.txt +++ b/npc/006-9/ctrl.txt @@ -2,7 +2,7 @@ // Author: // Jesusalva -006-9 mapflag zone MMO +006-9 mapflag zone MMO No Tricks 006-9,37,21,0 script #OutOf0069 NPC_HIDDEN,0,0,{ end; |