diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-22 20:44:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-22 20:44:44 -0300 |
commit | 3fb0b5a42a028c327b9894ba58dbab9062163f82 (patch) | |
tree | eba1c11add34c9ddfbb36456bcf4c909d01bfdd1 /db | |
parent | 2005d3d3affe1d911be798c7b6f249736cb9530e (diff) | |
download | serverdata-3fb0b5a42a028c327b9894ba58dbab9062163f82.tar.gz serverdata-3fb0b5a42a028c327b9894ba58dbab9062163f82.tar.bz2 serverdata-3fb0b5a42a028c327b9894ba58dbab9062163f82.tar.xz serverdata-3fb0b5a42a028c327b9894ba58dbab9062163f82.zip |
Indoors zone (for testing, Tulimshar only) and Normal2 (for sieges)
Diffstat (limited to 'db')
-rw-r--r-- | db/re/map_zone_db.conf | 42 |
1 files changed, 42 insertions, 0 deletions
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) */ @@ -242,6 +266,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 */ |