summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-26 01:05:50 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-26 01:05:50 -0300
commit30759600ce7ca4f62d83de7fedfaa561debe8d50 (patch)
treecd3c9e33b282d6f09f89398ceb6251e81c88a5bf
parente99fbff51b540261b268192a81f756bd34b47509 (diff)
downloadserverdata-30759600ce7ca4f62d83de7fedfaa561debe8d50.tar.gz
serverdata-30759600ce7ca4f62d83de7fedfaa561debe8d50.tar.bz2
serverdata-30759600ce7ca4f62d83de7fedfaa561debe8d50.tar.xz
serverdata-30759600ce7ca4f62d83de7fedfaa561debe8d50.zip
Prepare alternative versions of MMO Regions.
-rw-r--r--db/re/map_zone_db.conf20
-rw-r--r--npc/006-1/mapflags.txt2
-rw-r--r--npc/006-9/ctrl.txt2
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;