diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-26 13:25:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-26 13:25:36 -0300 |
commit | 9434e1f6ed981376669b70de6b7da02c583a399e (patch) | |
tree | d0097606e5d221485512efa932946a0a5d308c9c /db/re/map_zone_db.conf | |
parent | 2d0a4748ce6c2e8872d2d48935c21c8a739f2d46 (diff) | |
download | serverdata-9434e1f6ed981376669b70de6b7da02c583a399e.tar.gz serverdata-9434e1f6ed981376669b70de6b7da02c583a399e.tar.bz2 serverdata-9434e1f6ed981376669b70de6b7da02c583a399e.tar.xz serverdata-9434e1f6ed981376669b70de6b7da02c583a399e.zip |
While onboard, Destructive, Fire, and AoE Magic are NOT permitted.
Explosive Arrows aren't allowed either, as it could destroy the ship.
Other weapons, magic, skills, tactics etc. all green. Knockback disabled.
Diffstat (limited to 'db/re/map_zone_db.conf')
-rw-r--r-- | db/re/map_zone_db.conf | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index e5d75e659..7fbc492f3 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -203,12 +203,25 @@ zones: ( name: "ship" disabled_skills: { + // Destructive, Fire, and AoE Magic not allowed + MG_NAPALMBEAT: "ALL" MG_FIREBALL: "ALL" + WZ_FROSTNOVA: "ALL" + MG_FIREBOLT: "ALL" + MG_COLDBOLT: "ALL" + MG_LIGHTININGBOLT: "ALL" + WZ_EARTHSPIKE: "ALL" + MG_FROSTDIVER: "ALL" + ASC_METEORASSAULT: "ALL" + AC_SHOWER: "ALL" SN_SHARPSHOOTING: "ALL" - SM_BASH: "ALL" + MG_FIREWALL: "ALL" + SO_FIREWALK: "ALL" + SA_FLAMELAUNCHER: "ALL" } disabled_items: { + ExplosiveArrow: true } mapflags: ( |