parent
4ed73244ac
commit
c71f196591
1 changed files with 2 additions and 12 deletions
|
|
@ -737,7 +737,7 @@ struct boss_kaelthas : public BossAI
|
|||
DoCastSelf(SPELL_PHOENIX);
|
||||
}, 31450ms, 66550ms);
|
||||
//sequence
|
||||
ScheduleTimedEvent(20s, [&]
|
||||
ScheduleTimedEvent(20s, 23s, [&]
|
||||
{
|
||||
if (roll_chance_i(50))
|
||||
Talk(SAY_MINDCONTROL);
|
||||
|
|
@ -746,17 +746,7 @@ struct boss_kaelthas : public BossAI
|
|||
{
|
||||
DoCastSelf(SPELL_ARCANE_DISRUPTION);
|
||||
});
|
||||
}, 50s);
|
||||
ScheduleTimedEvent(43s, [&]
|
||||
{
|
||||
if (roll_chance_i(50))
|
||||
Talk(SAY_MINDCONTROL);
|
||||
me->CastCustomSpell(SPELL_MIND_CONTROL, SPELLVALUE_MAX_TARGETS, 3, me, false);
|
||||
scheduler.Schedule(3s, [this](TaskContext)
|
||||
{
|
||||
DoCastSelf(SPELL_ARCANE_DISRUPTION);
|
||||
});
|
||||
}, 53s);
|
||||
}, 23s, 26s);
|
||||
ScheduleTimedEvent(60s, [&]
|
||||
{
|
||||
Talk(SAY_PYROBLAST);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue