mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-12 20:15:09 +00:00
refactor(Core/EventMap): Refactor EventMap and related scripts (#23121)
Co-authored-by: Kelno <3866946+kelno@users.noreply.github.com> Co-authored-by: Peter Keresztes Schmidt <carbenium@outlook.com>
This commit is contained in:
@@ -138,7 +138,7 @@ struct boss_felblood_kaelthas : public BossAI
|
||||
|
||||
ScheduleTimedEvent(0ms, [&]{
|
||||
DoCastVictim(SPELL_FIREBALL);
|
||||
}, 3000ms, 4500ms);
|
||||
}, 3s, 4500ms);
|
||||
ScheduleTimedEvent(15s, [&]{
|
||||
Talk(SAY_PHOENIX);
|
||||
DoCastSelf(SPELL_PHOENIX);
|
||||
|
||||
@@ -95,7 +95,7 @@ struct boss_selin_fireheart : public BossAI
|
||||
BossAI::JustEngagedWith(who);
|
||||
ScheduleTimedEvent(2500ms, [&]{
|
||||
DoCastRandomTarget(SPELL_DRAIN_LIFE);
|
||||
}, 10000ms);
|
||||
}, 10s);
|
||||
ScheduleTimedEvent(2s, [&]{
|
||||
me->RemoveAuraFromStack(SPELL_MANA_RAGE_TRIGGER);
|
||||
DoCastAOE(SPELL_FEL_EXPLOSION);
|
||||
|
||||
Reference in New Issue
Block a user