From 9434e1f6ed981376669b70de6b7da02c583a399e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Jul 2019 13:25:36 -0300 Subject: 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. --- db/re/map_zone_db.conf | 15 ++++++++++++++- npc/016-1/captain.txt | 1 + 2 files changed, 15 insertions(+), 1 deletion(-) 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: ( diff --git a/npc/016-1/captain.txt b/npc/016-1/captain.txt index 7aee841db..b281e5206 100644 --- a/npc/016-1/captain.txt +++ b/npc/016-1/captain.txt @@ -13,6 +13,7 @@ mesq l("Hi @@.", strcharinfo(0)); next; mesq l("You are currently at @@.", LOCATION$); + mesc l("Note: Onboard, Destructive, Fire, and AoE Magic are NOT allowed."); mes ""; menu -- cgit v1.2.3-60-g2f50