From fcf770875385091136c1ef50dde6e0caebfc8b18 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 27 Jul 2019 20:06:39 -0300 Subject: Ship Mapzone - disable warping skills and items (ship logic will override their effects) --- db/re/map_zone_db.conf | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'db/re/map_zone_db.conf') diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index aa1b56a83..37071377a 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -157,7 +157,7 @@ zones: ( mapflags: ( "nopenalty", - "nosave 000-1,22,22", + "nosave 000-1,22,22", ) /* "command:min-group-lv-to-override" e.g. "heal: 70" */ @@ -203,7 +203,7 @@ zones: ( name: "ship" disabled_skills: { - // Destructive, Fire, and AoE Magic not allowed + // Destructive, Fire, and AoE Magic not allowed MG_NAPALMBEAT: "ALL" MG_FIREBALL: "ALL" WZ_FROSTNOVA: "ALL" @@ -215,14 +215,30 @@ zones: ( ASC_METEORASSAULT: "ALL" AC_SHOWER: "ALL" SN_SHARPSHOOTING: "ALL" - MG_FIREWALL: "ALL" + MG_FIREWALL: "ALL" SO_FIREWALK: "ALL" SA_FLAMELAUNCHER: "ALL" + // Warp skills (for obvious reasons) + AL_WARP: "ALL" + AL_TELEPORT: "ALL" + SC_DIMENSIONDOOR: "ALL" + } disabled_items: { ExplosiveArrow: true Grenade: true + // Warp items because ship will override them + TimeFlask: true + CandorWarpCrystal: true + TulimWarpCrystal: true + HalinWarpCrystal: true + HurnsWarpCrystal: true + LoFWarpCrystal: true + NivalWarpCrystal: true + FrostiaWarpCrystal: true + LilitWarpCrystal: true + ReturnPotion: true } mapflags: ( -- cgit v1.2.3-60-g2f50