summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/event-boss-powerup-totheabyss.txt
diff options
context:
space:
mode:
authorHello=) <hello@themanaworld.org>2024-04-10 21:49:55 +0300
committerLed Mitz <smoothshifter@tuta.io>2024-04-11 04:58:52 +0000
commit816dfa9c0074ac7013161450da175fa94ca03d3f (patch)
tree96bd18c86f4adb0e43008abc92ef93aedbf0642d /world/map/npc/magic/event-boss-powerup-totheabyss.txt
parent97e7713b729981081e3001db2c2e7b152298b109 (diff)
downloadserverdata-816dfa9c0074ac7013161450da175fa94ca03d3f.tar.gz
serverdata-816dfa9c0074ac7013161450da175fa94ca03d3f.tar.bz2
serverdata-816dfa9c0074ac7013161450da175fa94ca03d3f.tar.xz
serverdata-816dfa9c0074ac7013161450da175fa94ca03d3f.zip
Boss Powerups/Event spells:
1) Removed a lot of debug messages that shouldnt be visible in normal gameplay. 2) On Tormenta impersonation end timer would also cancel HP bonus.
Diffstat (limited to 'world/map/npc/magic/event-boss-powerup-totheabyss.txt')
-rw-r--r--world/map/npc/magic/event-boss-powerup-totheabyss.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/world/map/npc/magic/event-boss-powerup-totheabyss.txt b/world/map/npc/magic/event-boss-powerup-totheabyss.txt
index d356dbea..c1ab574a 100644
--- a/world/map/npc/magic/event-boss-powerup-totheabyss.txt
+++ b/world/map/npc/magic/event-boss-powerup-totheabyss.txt
@@ -6,20 +6,14 @@
// Hurts everyone near boss, throws FX and teleports 'em to abyss!
OnCast:
- message strcharinfo(0), "[boss-totheabyss] : -> OnCast";
if (call("boss_powerup_checks")) end;
- message strcharinfo(0), "[boss-to-the-abyss] : after boss powerup check";
if (getmapflag(getmap(), MF_TOWN)) goto L_Fail_town;
- message strcharinfo(0), "[boss-to-the-abyss] : 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_BLUE_MAGIC_CAST, strcharinfo(0);
set @dist, 25;
foreach 0, getmap(), (POS_X - @dist), (POS_Y - @dist), (POS_X + @dist), (POS_Y + @dist), strnpcinfo(0) + "::OnHit";
- message strcharinfo(0), "[boss-to-the-abyss] : after foreach";
- message strcharinfo(0), "[boss-to-the-abyss] : <- OnCast";
end;
OnHit: