diff options
Diffstat (limited to 'db/re/map_zone_db.conf')
-rw-r--r-- | db/re/map_zone_db.conf | 22 |
1 files changed, 19 insertions, 3 deletions
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: ( |