From 41260f108953b44a2d2b5167e08e1e9fdd949835 Mon Sep 17 00:00:00 2001 From: "Hello=)" Date: Wed, 10 Apr 2024 22:04:38 +0300 Subject: Boss Powerups: set more reasonable cooldowns for boss actions --- world/map/npc/magic/event-boss-powerup-lifedrain.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/magic/event-boss-powerup-lifedrain.txt') diff --git a/world/map/npc/magic/event-boss-powerup-lifedrain.txt b/world/map/npc/magic/event-boss-powerup-lifedrain.txt index dff74def..27c467d5 100644 --- a/world/map/npc/magic/event-boss-powerup-lifedrain.txt +++ b/world/map/npc/magic/event-boss-powerup-lifedrain.txt @@ -6,8 +6,8 @@ OnCast: if(call("boss_powerup_checks")) end; if (getmapflag(getmap(), MF_TOWN)) goto L_Fail_town; 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; + addtimer 30000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 30000, 0, BL_ID; misceffect FX_PENTAGRAM_BURST, strcharinfo(0); set @dist, 12; foreach 0, getmap(), (POS_X - @dist), (POS_Y - @dist), (POS_X + @dist), (POS_Y + @dist), strnpcinfo(0) + "::OnHit"; -- cgit v1.2.3-60-g2f50