diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-27 20:06:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-27 20:06:39 -0300 |
commit | fcf770875385091136c1ef50dde6e0caebfc8b18 (patch) | |
tree | 293776f7d81b91d9096ad162b5c865b2360f5217 /db | |
parent | c424c80c97ce83277bdf3ae8fe733c5bc7629115 (diff) | |
download | serverdata-fcf770875385091136c1ef50dde6e0caebfc8b18.tar.gz serverdata-fcf770875385091136c1ef50dde6e0caebfc8b18.tar.bz2 serverdata-fcf770875385091136c1ef50dde6e0caebfc8b18.tar.xz serverdata-fcf770875385091136c1ef50dde6e0caebfc8b18.zip |
Ship Mapzone - disable warping skills and items (ship logic will override their effects)
Diffstat (limited to 'db')
-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: ( |