From 3fb0b5a42a028c327b9894ba58dbab9062163f82 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 22 Jun 2019 20:44:44 -0300 Subject: Indoors zone (for testing, Tulimshar only) and Normal2 (for sieges) --- db/re/map_zone_db.conf | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'db') diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 7a412023e..35cba0b26 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -221,6 +221,30 @@ zones: ( skill_damage_cap: { } }, +{ + /* Town Zone indoors - cannot mount */ + name: "indoors" + + disabled_skills: { + } + + disabled_items: { + RidingMouboo: true + RidingTortuga: true + LegendaryMouboo: true + LegendaryTortuga: true + } + + mapflags: ( + "nopenalty", + ) + + /* "command:min-group-lv-to-override" e.g. "heal: 70" */ + disabled_commands: { + } + skill_damage_cap: { + } +}, { /* Normal zone is applied to all maps that are not pkable (where players cant fight each other) */ @@ -241,6 +265,24 @@ zones: ( ) }, +{ + /* Normal2 - same as Normal (bugfix) */ + name: "Normal2" + + disabled_skills: { + WM_LULLABY_DEEPSLEEP: "PLAYER" + WM_SIRCLEOFNATURE: "PLAYER" + WM_SATURDAY_NIGHT_FEVER: "PLAYER" + SO_ARRULLO: "PLAYER" + CG_HERMODE: "PLAYER" + } + + disabled_items: { + } + + mapflags: ( + ) +}, { /* PvP zone is applied to all maps with a pvp mapflag */ name: "PvP" /* changing this name requires MAP_ZONE_PVP_NAME to also be changed in src/map/map.h file */ -- cgit v1.2.3-60-g2f50