summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/event-boss-powerup-disarm.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/magic/event-boss-powerup-disarm.txt')
-rw-r--r--world/map/npc/magic/event-boss-powerup-disarm.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/world/map/npc/magic/event-boss-powerup-disarm.txt b/world/map/npc/magic/event-boss-powerup-disarm.txt
index b1fb1a42..03ce3a02 100644
--- a/world/map/npc/magic/event-boss-powerup-disarm.txt
+++ b/world/map/npc/magic/event-boss-powerup-disarm.txt
@@ -3,20 +3,14 @@
end;
OnCast:
- message strcharinfo(0), "[boss-disarm] : -> OnCast";
if(call("boss_powerup_checks")) end;
- message strcharinfo(0), "[boss-disarm] : after boss powerup check";
if (getmapflag(getmap(), MF_TOWN)) goto L_Fail_town;
- message strcharinfo(0), "[boss-disarm] : after mapflags check";
-// TBD who can use this.
set @_M_BLOCK, 1; // block casting, until the timer clears it
addtimer 10000, "Magic Timer::OnClear"; // set the new debuff
sc_start SC_COOLDOWN, 10000, 0, BL_ID;
misceffect FX_MEDIUM_EXPLOSION, strcharinfo(0);
set @dist, 12;
foreach 0, getmap(), (POS_X - @dist), (POS_Y - @dist), (POS_X + @dist), (POS_Y + @dist), strnpcinfo(0) + "::OnHit";
- message strcharinfo(0), "[boss-disarm] : after foreach";
- message strcharinfo(0), "[boss-disarm] : <- OnCast";
end;
OnHit:
@@ -34,7 +28,7 @@ OnUnequip:
end;
L_Fail_town:
- message strcharinfo(0), "[boss-disarm] : can't mass-poison in towns!";
+ message strcharinfo(0), "[boss-disarm] : can't use boss tricks in towns!";
end;
OnInit: