mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
@@ -232,11 +232,11 @@ struct boss_alar : public BossAI
|
|||||||
me->SummonCreature(NPC_FLAME_PATCH, *target, TEMPSUMMON_TIMED_DESPAWN, 2 * MINUTE * IN_MILLISECONDS);
|
me->SummonCreature(NPC_FLAME_PATCH, *target, TEMPSUMMON_TIMED_DESPAWN, 2 * MINUTE * IN_MILLISECONDS);
|
||||||
}
|
}
|
||||||
}, 30s);
|
}, 30s);
|
||||||
ScheduleTimedEvent(30s, [&]
|
ScheduleTimedEvent(50s, [&]
|
||||||
{
|
{
|
||||||
me->GetMotionMaster()->MovePoint(POINT_DIVE, alarPoints[POINT_DIVE], false, true);
|
me->GetMotionMaster()->MovePoint(POINT_DIVE, alarPoints[POINT_DIVE], false, true);
|
||||||
scheduler.DelayAll(15s);
|
scheduler.DelayAll(15s);
|
||||||
}, 30s);
|
}, 50s);
|
||||||
ScheduleUniqueTimedEvent(10min, [&]
|
ScheduleUniqueTimedEvent(10min, [&]
|
||||||
{
|
{
|
||||||
DoCastSelf(SPELL_BERSERK);
|
DoCastSelf(SPELL_BERSERK);
|
||||||
|
|||||||
Reference in New Issue
Block a user