diff options
Diffstat (limited to 'world/map/npc/magic/event-boss-powerup-headshot.txt')
-rw-r--r-- | world/map/npc/magic/event-boss-powerup-headshot.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/magic/event-boss-powerup-headshot.txt b/world/map/npc/magic/event-boss-powerup-headshot.txt index f8477648..5e3dc4f9 100644 --- a/world/map/npc/magic/event-boss-powerup-headshot.txt +++ b/world/map/npc/magic/event-boss-powerup-headshot.txt @@ -15,6 +15,7 @@ OnCast: sc_start SC_COOLDOWN, 16000, 0, BL_ID; misceffect FX_MEDIUM_EXPLOSION, strcharinfo(0); + misceffect FX_CHANNELLING_CAST_RED, @target_id; set @tgthp, (get(Hp, @target_id) / 2); set Sp, 1, @target_id; // Hurt target if (@tgthp < 1500) set @tgthp, 1; // Boss or not? (>3000 HP) |