From 816dfa9c0074ac7013161450da175fa94ca03d3f Mon Sep 17 00:00:00 2001 From: "Hello=)" Date: Wed, 10 Apr 2024 21:49:55 +0300 Subject: 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. --- world/map/npc/magic/event-boss-powerup-grenades.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'world/map/npc/magic/event-boss-powerup-grenades.txt') diff --git a/world/map/npc/magic/event-boss-powerup-grenades.txt b/world/map/npc/magic/event-boss-powerup-grenades.txt index 9cd3acc6..b07bb87e 100644 --- a/world/map/npc/magic/event-boss-powerup-grenades.txt +++ b/world/map/npc/magic/event-boss-powerup-grenades.txt @@ -3,20 +3,14 @@ end; OnCast: - message strcharinfo(0), "[boss-grenades] : -> OnCast"; if(call("boss_powerup_checks")) end; - message strcharinfo(0), "[boss-grenades] : after boss powerup check"; if (getmapflag(getmap(), MF_TOWN)) goto L_Fail_town; - message strcharinfo(0), "[boss-grenades] : 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, 5; foreach 0, getmap(), (POS_X - @dist), (POS_Y - @dist), (POS_X + @dist), (POS_Y + @dist), strnpcinfo(0) + "::OnHit"; - message strcharinfo(0), "[boss-grenades] : after foreach"; - message strcharinfo(0), "[boss-grenades] : <- OnCast"; end; OnHit: -- cgit v1.2.3-60-g2f50