diff options
author | Hello=) <hello@themanaworld.org> | 2024-04-11 05:07:44 +0300 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-04-11 04:58:52 +0000 |
commit | 8a9ffe6787fc7f7fa32ec1845f8f40c936d13601 (patch) | |
tree | 3ad066182ca8c34482c37aea8ece5bcc4b6b648a /world/map/npc/magic/event-boss-powerup-headshot.txt | |
parent | 41260f108953b44a2d2b5167e08e1e9fdd949835 (diff) | |
download | classic-serverdata-8a9ffe6787fc7f7fa32ec1845f8f40c936d13601.tar.gz classic-serverdata-8a9ffe6787fc7f7fa32ec1845f8f40c936d13601.tar.bz2 classic-serverdata-8a9ffe6787fc7f7fa32ec1845f8f40c936d13601.tar.xz classic-serverdata-8a9ffe6787fc7f7fa32ec1845f8f40c936d13601.zip |
Boss Spells/actions: re-wired to new FX effects. Server constants added as well.
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) |