fix(Script/Sunwell) Edit Felmyst timers and move emote in the right spell cast. (#21809)

This commit is contained in:
Rocco Silipo
2025-03-29 12:58:54 +01:00
committed by GitHub
parent d549776335
commit 9d918f553c

View File

@@ -212,18 +212,18 @@ struct boss_felmyst : public BossAI
DoCastVictim(SPELL_CLEAVE);
}, 7500ms);
ScheduleTimedEvent(12s, [&] {
DoCastVictim(SPELL_CORROSION);
}, 20s);
ScheduleTimedEvent(18s, [&] {
ScheduleTimedEvent(13s, 30s, [&] {
Talk(YELL_BREATH);
DoCastSelf(SPELL_GAS_NOVA);
}, 20s);
DoCastVictim(SPELL_CORROSION);
}, 30s, 39s);
ScheduleTimedEvent(25s, [&] {
ScheduleTimedEvent(18s, 43s, [&] {
DoCastSelf(SPELL_GAS_NOVA);
}, 18s, 43s);
ScheduleTimedEvent(26s, 53s, [&] {
DoCastRandomTarget(SPELL_ENCAPSULATE_CHANNEL, 0, 50.0f);
}, 25s);
}, 26s, 53s);
me->m_Events.AddEventAtOffset([&] {
Talk(YELL_TAKEOFF);