summaryrefslogtreecommitdiff
path: root/db/re/map_zone_db.conf
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 /db/re/map_zone_db.conf
parente99fbff51b540261b268192a81f756bd34b47509 (diff)
downloadserverdata-30759600ce7ca4f62d83de7fedfaa561debe8d50.tar.gz
serverdata-30759600ce7ca4f62d83de7fedfaa561debe8d50.tar.bz2
serverdata-30759600ce7ca4f62d83de7fedfaa561debe8d50.tar.xz
serverdata-30759600ce7ca4f62d83de7fedfaa561debe8d50.zip
Prepare alternative versions of MMO Regions.
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"