AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
npc_blessed_banner::npc_blessed_bannerAI Struct Reference
Inheritance diagram for npc_blessed_banner::npc_blessed_bannerAI:
ScriptedAI CreatureAI UnitAI

Public Member Functions

 npc_blessed_bannerAI (Creature *creature)
 
void Reset () override
 
void JustEngagedWith (Unit *) override
 Called for reaction when initially engaged.
 
void MoveInLineOfSight (Unit *) override
 
void JustSummoned (Creature *Summoned) override
 
void JustDied (Unit *) override
 
void UpdateAI (uint32 diff) override
 Use to start attacking a target. Called just before JustEngagedWith()
 
- Public Member Functions inherited from ScriptedAI
 ScriptedAI (Creature *creature)
 
 ~ScriptedAI () override
 
void AttackStartNoMove (Unit *target)
 
void DamageTaken (Unit *, uint32 &, DamageEffectType, SpellSchoolMask) override
 Called at any Damage from any attacker (before damage apply)
 
void UpdateAI (uint32 diff) override
 Use to start attacking a target. Called just before JustEngagedWith()
 
void JustDied (Unit *) override
 
void KilledUnit (Unit *) override
 
void JustSummoned (Creature *) override
 
void SummonedCreatureDespawn (Creature *) override
 
void SpellHit (Unit *, SpellInfo const *) override
 
void SpellHitTarget (Unit *, SpellInfo const *) override
 
void MovementInform (uint32, uint32) override
 
void OnPossess (bool)
 
bool IsInRoom (const Position *pos, Axis axis, bool above)
 
void Reset () override
 
void JustEngagedWith (Unit *) override
 Called for reaction when initially engaged.
 
void AttackStart (Unit *) override
 
void DoStartMovement (Unit *target, float distance=0.0f, float angle=0.0f)
 
void DoStartNoMovement (Unit *target)
 
void DoStopAttack ()
 
void DoCastSpell (Unit *target, SpellInfo const *spellInfo, bool triggered=false)
 
void DoPlaySoundToSet (WorldObject *source, uint32 soundId)
 
void DoPlayMusic (uint32 soundId, bool zone)
 
void DoAddThreat (Unit *unit, float amount)
 
void DoModifyThreatByPercent (Unit *unit, int32 pct)
 
void DoResetThreat (Unit *unit)
 
void DoResetThreatList ()
 
float DoGetThreat (Unit *unit)
 
void DoTeleportPlayer (Unit *unit, float x, float y, float z, float o)
 
void DoTeleportPlayer (Unit *unit, Position pos)
 
void DoTeleportAll (float x, float y, float z, float o)
 
UnitDoSelectLowestHpFriendly (float range, uint32 minHPDiff=1)
 
std::list< Creature * > DoFindFriendlyCC (float range)
 
std::list< Creature * > DoFindFriendlyMissingBuff (float range, uint32 spellId)
 
PlayerGetPlayerAtMinimumRange (float minRange)
 
CreatureDoSpawnCreature (uint32 entry, float offsetX, float offsetY, float offsetZ, float angle, uint32 type, uint32 despawntime)
 
bool IsUniqueTimedEventDone (uint32 id) const
 
void SetUniqueTimedEventDone (uint32 id)
 
void ResetUniqueTimedEvent (uint32 id)
 
void ClearUniqueTimedEventsDone ()
 
void ScheduleTimedEvent (Milliseconds timerMin, Milliseconds timerMax, std::function< void()> exec, Milliseconds repeatMin, Milliseconds repeatMax=0ms, uint32 uniqueId=0)
 
void ScheduleTimedEvent (Milliseconds timerMax, std::function< void()> exec, Milliseconds repeatMin, Milliseconds repeatMax=0ms, uint32 uniqueId=0)
 
void ScheduleUniqueTimedEvent (Milliseconds timer, std::function< void()> exec, uint32 uniqueId)
 
bool HealthBelowPct (uint32 pct) const
 
bool HealthAbovePct (uint32 pct) const
 
SpellInfo const * SelectSpell (Unit *target, uint32 school, uint32 mechanic, SelectTargetType targets, uint32 powerCostMin, uint32 powerCostMax, float rangeMin, float rangeMax, SelectEffect effect)
 
void SetEquipmentSlots (bool loadDefault, int32 mainHand=EQUIP_NO_CHANGE, int32 offHand=EQUIP_NO_CHANGE, int32 ranged=EQUIP_NO_CHANGE)
 
virtual bool CheckEvadeIfOutOfCombatArea () const
 
bool IsHeroic () const
 
Difficulty GetDifficulty () const
 
bool Is25ManRaid () const
 
template<class T >
const T & DUNGEON_MODE (const T &normal5, const T &heroic10) const
 
template<class T >
const T & RAID_MODE (const T &normal10, const T &normal25) const
 
template<class T >
const T & RAID_MODE (const T &normal10, const T &normal25, const T &heroic10, const T &heroic25) const
 
PlayerSelectTargetFromPlayerList (float maxdist, uint32 excludeAura=0, bool mustBeInLOS=false) const
 
void SetInvincibility (bool apply)
 
bool IsInvincible () const
 
void SetAutoAttackAllowed (bool allow)
 
bool IsAutoAttackAllowed () const
 
- Public Member Functions inherited from CreatureAI
void Talk (uint8 id, WorldObject const *whisperTarget=nullptr, Milliseconds delay=0ms)
 Causes the creature to talk/say the text assigned to their entry in the creature_text database table.
 
void Talk (uint8 id, Milliseconds delay)
 
WorldObjectGetSummoner () const
 Returns the summoner creature/object, if the creature is a temporary summon.
 
 CreatureAI (Creature *creature)
 
 ~CreatureAI () override
 
void MoveCircleChecks ()
 
void MoveBackwardsChecks ()
 
void MoveInLineOfSight_Safe (Unit *who)
 == Reactions At =================================
 
void TriggerAlert (Unit const *who) const
 
virtual bool CanRespawn ()
 
virtual void EnterEvadeMode (EvadeReason why=EVADE_REASON_OTHER)
 
virtual void IsSummonedBy (WorldObject *)
 
virtual void SummonedCreatureDies (Creature *, Unit *)
 
virtual void SummonedCreatureDespawnAll ()
 
virtual void SummonedCreatureEvade (Creature *)
 
virtual void OnSpellCastFinished (SpellInfo const *, SpellFinishReason)
 
virtual void AttackedBy (Unit *)
 
virtual bool IsEscorted ()
 
virtual void JustRespawned ()
 
virtual void PathEndReached (uint32)
 
void OnCharmed (bool apply) override
 Called when unit is charmed.
 
virtual void JustReachedHome ()
 
void DoZoneInCombat (Creature *creature=nullptr, float maxRangeToNearestTarget=250.0f)
 
virtual void ReceiveEmote (Player *, uint32)
 
virtual void OwnerAttackedBy (Unit *)
 
virtual void OwnerAttacked (Unit *)
 
virtual void CorpseRemoved (uint32 &)
 == Triggered Actions Requested ==================
 
virtual void PassengerBoarded (Unit *, int8, bool)
 == Fields =======================================
 
virtual bool BeforeSpellClick (Unit *)
 
virtual void OnSpellClick (Unit *, bool &)
 
virtual bool CanSeeAlways (WorldObject const *)
 
virtual bool CanBeSeen (Player const *)
 
virtual bool CanAlwaysBeDetectable (WorldObject const *)
 
virtual void PetStopAttack ()
 
int32 VisualizeBoundary (uint32 duration, Unit *owner=nullptr, bool fill=false, bool checkZ=false) const
 
virtual bool CheckInRoom ()
 
CreatureBoundary const * GetBoundary () const
 
void SetBoundary (CreatureBoundary const *boundary, bool negativeBoundaries=false)
 
bool IsInBoundary (Position const *who=nullptr) const
 
virtual void CalculateThreat (Unit *, float &, SpellInfo const *)
 
virtual bool OnTeleportUnreacheablePlayer (Player *)
 
virtual void OnAuraRemove (AuraApplication *, AuraRemoveMode)
 
virtual void DistancingStarted ()
 
virtual void DistancingEnded ()
 
- Public Member Functions inherited from UnitAI
 UnitAI (Unit *unit)
 
virtual ~UnitAI ()
 
virtual bool CanAIAttack (Unit const *) const
 
virtual void InitializeAI ()
 
virtual void DoAction (int32)
 
virtual uint32 GetData (uint32) const
 
virtual void SetData (uint32, uint32)
 
virtual void SetGUID (ObjectGuid const &, int32=0)
 
virtual ObjectGuid GetGUID (int32=0) const
 
UnitSelectTarget (SelectTargetMethod targetType, uint32 position=0, float dist=0.0f, bool playerOnly=false, bool withTank=true, int32 aura=0)
 
template<class PREDICATE >
UnitSelectTarget (SelectTargetMethod targetType, uint32 position, PREDICATE const &predicate)
 
void SelectTargetList (std::list< Unit * > &targetList, uint32 num, SelectTargetMethod targetType, uint32 position=0, float dist=0.0f, bool playerOnly=false, bool withTank=true, int32 aura=0)
 Select the best (up to) <num> targets (in <targetType> order) from the threat list that fulfill the following:
 
template<class PREDICATE >
void SelectTargetList (std::list< Unit * > &targetList, uint32 num, SelectTargetMethod targetType, uint32 position, PREDICATE const &predicate)
 
virtual void JustEnteredCombat (Unit *)
 Called when the unit enters combat.
 
virtual void JustExitedCombat ()
 Called when the unit leaves combat.
 
virtual void DamageDealt (Unit *, uint32 &, DamageEffectType, SpellSchoolMask)
 Called at any Damage to any victim (before damage apply)
 
virtual void HealReceived (Unit *, uint32 &)
 Called when the creature receives heal.
 
virtual void OnPowerUpdate (Powers, int32, int32, uint32)
 Called when the creature power updates.
 
virtual void HealDone (Unit *, uint32 &)
 Called when the unit heals.
 
virtual void OnCalculateMeleeDamageReceived (uint32 &, Unit *)
 Called during damage calculations.
 
virtual void OnCalculateSpellDamageReceived (int32 &, Unit *)
 
virtual void OnCalculatePeriodicTickReceived (uint32 &, Unit *)
 Called during calculation when receiving periodic healing or damage (DoT or HoT)
 
void AttackStartCaster (Unit *victim, float dist)
 
SpellCastResult DoAddAuraToAllHostilePlayers (uint32 spellid)
 
SpellCastResult DoCast (uint32 spellId)
 
SpellCastResult DoCast (Unit *victim, uint32 spellId, bool triggered=false)
 
SpellCastResult DoCastSelf (uint32 spellId, bool triggered=false)
 
SpellCastResult DoCastToAllHostilePlayers (uint32 spellid, bool triggered=false)
 To specify the caster as target if the spell is self-cast.
 
SpellCastResult DoCastVictim (uint32 spellId, bool triggered=false)
 
SpellCastResult DoCastAOE (uint32 spellId, bool triggered=false)
 
SpellCastResult DoCastRandomTarget (uint32 spellId, uint32 threatTablePosition=0, float dist=0.0f, bool playerOnly=true, bool triggered=false, bool withTank=true)
 Cast the spell on a random unit from the threat list.
 
SpellCastResult DoCastMaxThreat (uint32 spellId, uint32 threatTablePosition=0, float dist=0.0f, bool playerOnly=true, bool triggered=false)
 Cast spell on the top threat target, which may not be the current victim.
 
float DoGetSpellMaxRange (uint32 spellId, bool positive=false)
 
void DoMeleeAttackIfReady ()
 
bool DoSpellAttackIfReady (uint32 spell)
 
void DoSpellAttackToRandomTargetIfReady (uint32 spell, uint32 threatTablePosition=0, float dist=0.f, bool playerOnly=true)
 
virtual void SummonMovementInform (Creature *, uint32, uint32)
 Called when a summon reaches a waypoint or point movement finished.
 
virtual void sGossipHello (Player *)
 
virtual void sGossipSelect (Player *, uint32, uint32)
 
virtual void sGossipSelectCode (Player *, uint32, uint32, char const *)
 
virtual void sQuestAccept (Player *, Quest const *)
 
virtual void sQuestSelect (Player *, Quest const *)
 
virtual void sQuestComplete (Player *, Quest const *)
 
virtual void sQuestReward (Player *, Quest const *, uint32)
 
virtual void sOnGameEvent (bool, uint16)
 
virtual std::string GetDebugInfo () const
 

Public Attributes

EventMap events
 
bool HalofSpawned
 
uint32 PhaseCount
 
SummonList Summons
 
ObjectGuid guidDalfors
 
ObjectGuid guidPriest [3]
 
ObjectGuid guidMason [3]
 
ObjectGuid guidHalof
 
- Public Attributes inherited from ScriptedAI
Creatureme
 

Additional Inherited Members

- Public Types inherited from ScriptedAI
enum class  Axis {
  AXIS_X ,
  AXIS_Y
}
 
- Public Types inherited from CreatureAI
enum  EvadeReason {
  EVADE_REASON_NO_HOSTILES ,
  EVADE_REASON_BOUNDARY ,
  EVADE_REASON_SEQUENCE_BREAK ,
  EVADE_REASON_NO_PATH ,
  EVADE_REASON_OTHER
}
 
- Static Public Member Functions inherited from CreatureAI
static bool IsInBounds (CreatureBoundary const &boundary, Position const *who)
 
- Static Public Member Functions inherited from UnitAI
static void FillAISpellInfo ()
 
- Static Public Attributes inherited from UnitAI
static AISpellInfoTypeAISpellInfo
 
- Protected Member Functions inherited from CreatureAI
bool UpdateVictim ()
 
bool UpdateVictimWithGaze ()
 
void SetGazeOn (Unit *target)
 
CreatureDoSummon (uint32 entry, Position const &pos, uint32 despawnTime=30000, TempSummonType summonType=TEMPSUMMON_CORPSE_TIMED_DESPAWN)
 
CreatureDoSummon (uint32 entry, WorldObject *obj, float radius=5.0f, uint32 despawnTime=30000, TempSummonType summonType=TEMPSUMMON_CORPSE_TIMED_DESPAWN)
 
CreatureDoSummonFlyer (uint32 entry, WorldObject *obj, float flightZ, float radius=5.0f, uint32 despawnTime=30000, TempSummonType summonType=TEMPSUMMON_CORPSE_TIMED_DESPAWN)
 
bool _EnterEvadeMode (EvadeReason why=EVADE_REASON_OTHER)
 
- Protected Attributes inherited from CreatureAI
Creature *const me
 
EventMap events
 
TaskScheduler scheduler
 
CreatureBoundary const * _boundary
 
bool _negateBoundary
 
- Protected Attributes inherited from UnitAI
Unit *const me
 

Detailed Description

Constructor & Destructor Documentation

◆ npc_blessed_bannerAI()

npc_blessed_banner::npc_blessed_bannerAI::npc_blessed_bannerAI ( Creature creature)
inline
1735 : ScriptedAI(creature), Summons(me)
1736 {
1737 HalofSpawned = false;
1738 PhaseCount = 0;
1740
1741 me->SetCombatMovement(false);
1742 }
Summons
Definition boss_razorgore.cpp:55
void SetCombatMovement(bool allowMovement)
Definition Creature.cpp:3773
void DespawnAll(Milliseconds delay=0ms)
Definition ScriptedCreature.cpp:72
Definition ScriptedCreature.h:191
Creature * me
Definition ScriptedCreature.h:281
bool HalofSpawned
Definition zone_icecrown.cpp:1746
SummonList Summons
Definition zone_icecrown.cpp:1750
uint32 PhaseCount
Definition zone_icecrown.cpp:1748

References HalofSpawned, ScriptedAI::me, PhaseCount, and Creature::SetCombatMovement().

Member Function Documentation

◆ JustDied()

void npc_blessed_banner::npc_blessed_bannerAI::JustDied ( Unit )
inlineoverridevirtual

Reimplemented from CreatureAI.

1775 {
1776 Summons.DespawnAll();
1778 }
void DespawnOrUnsummon(Milliseconds msTimeToDespawn=0ms, Seconds forcedRespawnTimer=0s)
Definition Creature.cpp:2178

References Creature::DespawnOrUnsummon(), and ScriptedAI::me.

◆ JustEngagedWith()

void npc_blessed_banner::npc_blessed_bannerAI::JustEngagedWith ( Unit )
inlineoverridevirtual

Called for reaction when initially engaged.

Reimplemented from CreatureAI.

1765{ }

◆ JustSummoned()

void npc_blessed_banner::npc_blessed_bannerAI::JustSummoned ( Creature Summoned)
inlineoverridevirtual

Reimplemented from CreatureAI.

1770 {
1771 Summons.Summon(Summoned);
1772 }

◆ MoveInLineOfSight()

void npc_blessed_banner::npc_blessed_bannerAI::MoveInLineOfSight ( Unit )
inlineoverridevirtual

Reimplemented from CreatureAI.

1767{ }

◆ Reset()

void npc_blessed_banner::npc_blessed_bannerAI::Reset ( )
inlineoverridevirtual

Reimplemented from UnitAI.

1758 {
1759 me->SetRegeneratingHealth(false);
1762 events.ScheduleEvent(EVENT_SPAWN, 3s);
1763 }
events
Definition boss_sartura.cpp:43
void SetRegeneratingHealth(bool enable)
Definition Creature.h:321
SpellCastResult DoCast(uint32 spellId)
Definition UnitAI.cpp:177
Talk
Definition hyjal.cpp:82
@ BANNER_SAY
Definition zone_icecrown.cpp:1661
@ EVENT_SPAWN
Definition zone_icecrown.cpp:1671
@ SPELL_THREAT_PULSE
Definition zone_icecrown.cpp:1647

References BANNER_SAY, UnitAI::DoCast(), EVENT_SPAWN, ScriptedAI::me, Creature::SetRegeneratingHealth(), and SPELL_THREAT_PULSE.

◆ UpdateAI()

void npc_blessed_banner::npc_blessed_bannerAI::UpdateAI ( uint32  )
inlineoverridevirtual

Use to start attacking a target. Called just before JustEngagedWith()

Implements UnitAI.

1781 {
1782 events.Update(diff);
1783
1784 switch (events.ExecuteEvent())
1785 {
1786 case EVENT_SPAWN:
1787 {
1789 {
1790 guidDalfors = Dalfors->GetGUID();
1791 Dalfors->GetMotionMaster()->MovePoint(0, DalforsPos[1]);
1792 }
1794 {
1795 guidPriest[0] = Priest1->GetGUID();
1796 Priest1->GetMotionMaster()->MovePoint(0, Priest1Pos[1]);
1797 }
1799 {
1800 guidPriest[1] = Priest2->GetGUID();
1801 Priest2->GetMotionMaster()->MovePoint(0, Priest2Pos[1]);
1802 }
1804 {
1805 guidPriest[2] = Priest3->GetGUID();
1806 Priest3->GetMotionMaster()->MovePoint(0, Priest3Pos[1]);
1807 }
1808 if (Creature* Mason1 = DoSummon(NPC_ARGENT_MASON, Mason1Pos[0]))
1809 {
1810 guidMason[0] = Mason1->GetGUID();
1811 Mason1->GetMotionMaster()->MovePoint(0, Mason1Pos[1]);
1812 }
1813 if (Creature* Mason2 = DoSummon(NPC_ARGENT_MASON, Mason2Pos[0]))
1814 {
1815 guidMason[1] = Mason2->GetGUID();
1816 Mason2->GetMotionMaster()->MovePoint(0, Mason2Pos[1]);
1817 }
1818 if (Creature* Mason3 = DoSummon(NPC_ARGENT_MASON, Mason3Pos[0]))
1819 {
1820 guidMason[2] = Mason3->GetGUID();
1821 Mason3->GetMotionMaster()->MovePoint(0, Mason3Pos[1]);
1822 }
1823 events.ScheduleEvent(EVENT_INTRO_1, 15s);
1824 }
1825 break;
1826 case EVENT_INTRO_1:
1827 {
1829 Dalfors->AI()->Talk(DALFORS_SAY_PRE_1);
1830 events.ScheduleEvent(EVENT_INTRO_2, 5s);
1831 }
1832 break;
1833 case EVENT_INTRO_2:
1834 {
1836 {
1837 Dalfors->SetFacingTo(6.215f);
1838 Dalfors->AI()->Talk(DALFORS_SAY_PRE_2);
1839 }
1840 events.ScheduleEvent(EVENT_INTRO_3, 5s);
1841 }
1842 break;
1843 case EVENT_INTRO_3:
1844 {
1846 {
1847 Dalfors->GetMotionMaster()->MovePoint(0, DalforsPos[2]);
1848 Dalfors->SetHomePosition(DalforsPos[2]);
1849 }
1851 {
1852 Priest1->SetFacingTo(5.7421f);
1853 Priest1->SetHomePosition(Priest1Pos[1]);
1854 }
1856 {
1857 Priest2->SetFacingTo(5.7421f);
1858 Priest2->SetHomePosition(Priest2Pos[1]);
1859 }
1861 {
1862 Priest3->SetFacingTo(5.7421f);
1863 Priest3->SetHomePosition(Priest3Pos[1]);
1864 }
1866 {
1867 Mason1->GetMotionMaster()->MovePoint(0, Mason1Pos[2]);
1868 Mason1->SetHomePosition(Mason1Pos[2]);
1869 }
1871 {
1872 Mason2->GetMotionMaster()->MovePoint(0, Mason2Pos[2]);
1873 Mason2->SetHomePosition(Mason2Pos[2]);
1874 }
1876 {
1877 Mason3->GetMotionMaster()->MovePoint(0, Mason3Pos[2]);
1878 Mason3->SetHomePosition(Mason3Pos[2]);
1879 }
1880 events.ScheduleEvent(EVENT_START_FIGHT, 5s);
1881 events.ScheduleEvent(EVENT_MASON_ACTION, 15s);
1882 }
1883 break;
1884 case EVENT_MASON_ACTION:
1885 {
1887 {
1888 Mason1->SetFacingTo(2.8972f);
1889 Mason1->AI()->SetData(1, 1); // triggers SAI actions on npc
1890 }
1892 {
1893 Mason2->SetFacingTo(3.1241f);
1894 Mason2->AI()->SetData(1, 1); // triggers SAI actions on npc
1895 }
1897 {
1898 Mason3->SetFacingTo(3.6651f);
1899 Mason3->AI()->SetData(1, 1); // triggers SAI actions on npc
1900 }
1901 }
1902 break;
1903 case EVENT_START_FIGHT:
1904 {
1906 LK->AI()->Talk(LK_TALK_1);
1908 Dalfors->AI()->Talk(DALFORS_SAY_START);
1909 events.ScheduleEvent(EVENT_WAVE_SPAWN, 1s);
1910 }
1911 break;
1912 case EVENT_WAVE_SPAWN:
1913 {
1914 if (PhaseCount == 3)
1915 {
1917 LK->AI()->Talk(LK_TALK_2);
1918 }
1919 else if (PhaseCount == 6)
1920 {
1922 LK->AI()->Talk(LK_TALK_3);
1923 }
1924 if (Creature* tempsum = DoSummon(NPC_SCOURGE_DRUDGE, Mason3Pos[0]))
1925 {
1926 tempsum->SetHomePosition(DalforsPos[2]);
1927 tempsum->AI()->AttackStart(GetClosestCreatureWithEntry(me, NPC_BLESSED_BANNER, 100));
1928 }
1929 if (urand(0, 1) == 0)
1930 {
1932 {
1933 tempsum->SetHomePosition(DalforsPos[2]);
1934 tempsum->AI()->AttackStart(GetClosestCreatureWithEntry(me, NPC_BLESSED_BANNER, 100));
1935 }
1937 {
1938 tempsum->SetHomePosition(DalforsPos[2]);
1939 tempsum->AI()->AttackStart(GetClosestCreatureWithEntry(me, NPC_BLESSED_BANNER, 100));
1940 }
1941 }
1942 else
1943 {
1945 {
1946 tempsum->SetHomePosition(DalforsPos[2]);
1947 tempsum->AI()->AttackStart(GetClosestCreatureWithEntry(me, NPC_BLESSED_BANNER, 100));
1948 }
1950 {
1951 tempsum->SetHomePosition(DalforsPos[2]);
1952 tempsum->AI()->AttackStart(GetClosestCreatureWithEntry(me, NPC_BLESSED_BANNER, 100));
1953 }
1954 }
1955
1956 PhaseCount++;
1957
1958 if (PhaseCount < 8)
1959 events.ScheduleEvent(EVENT_WAVE_SPAWN, 10s, 20s);
1960 else
1961 events.ScheduleEvent(EVENT_HALOF, 10s, 20s);
1962 }
1963 break;
1964 case EVENT_HALOF:
1965 {
1967 LK->AI()->Talk(LK_TALK_4);
1968 if (Creature* tempsum = DoSummon(NPC_SCOURGE_DRUDGE, Mason1Pos[0]))
1969 {
1970 tempsum->SetHomePosition(DalforsPos[2]);
1971 tempsum->AI()->AttackStart(GetClosestCreatureWithEntry(me, NPC_BLESSED_BANNER, 100));
1972 }
1973 if (Creature* tempsum = DoSummon(NPC_SCOURGE_DRUDGE, Mason2Pos[0]))
1974 {
1975 tempsum->SetHomePosition(DalforsPos[2]);
1976 tempsum->AI()->AttackStart(GetClosestCreatureWithEntry(me, NPC_BLESSED_BANNER, 100));
1977 }
1979 {
1980 HalofSpawned = true;
1981 guidHalof = tempsum->GetGUID();
1982 tempsum->SetHomePosition(DalforsPos[2]);
1983 tempsum->AI()->AttackStart(GetClosestCreatureWithEntry(me, NPC_BLESSED_BANNER, 100));
1984 }
1985 }
1986 break;
1987 case EVENT_ENDED:
1988 {
1989 Summons.DespawnAll();
1991 }
1992 break;
1993 }
1994
1995 if (PhaseCount == 8)
1997 if (Halof->isDead())
1998 {
2000 Summons.DespawnEntry(NPC_HIDEOUS_PLAGEBRINGER);
2001 Summons.DespawnEntry(NPC_REANIMATED_CAPTAIN);
2002 Summons.DespawnEntry(NPC_SCOURGE_DRUDGE);
2003 Summons.DespawnEntry(NPC_HALOF_THE_DEATHBRINGER);
2005 Dalfors->AI()->Talk(DALFORS_YELL_FINISHED);
2006 events.ScheduleEvent(EVENT_ENDED, 10s);
2007 }
2008 }
uint32 urand(uint32 min, uint32 max)
Definition Random.cpp:44
Creature * GetClosestCreatureWithEntry(WorldObject *source, uint32 entry, float maxSearchRange, bool alive)
Definition ScriptedCreature.cpp:905
Creature * DoSummon(uint32 entry, Position const &pos, uint32 despawnTime=30000, TempSummonType summonType=TEMPSUMMON_CORPSE_TIMED_DESPAWN)
Definition CreatureAI.cpp:540
Definition Creature.h:47
Creature * GetCreature(WorldObject const &u, ObjectGuid const &guid)
Definition ObjectAccessor.cpp:210
ObjectGuid guidMason[3]
Definition zone_icecrown.cpp:1754
ObjectGuid guidPriest[3]
Definition zone_icecrown.cpp:1753
ObjectGuid guidDalfors
Definition zone_icecrown.cpp:1752
ObjectGuid guidHalof
Definition zone_icecrown.cpp:1755
Position const Priest1Pos[2]
Definition zone_icecrown.cpp:1689
Position const Mason1Pos[3]
Definition zone_icecrown.cpp:1707
Position const Mason3Pos[3]
Definition zone_icecrown.cpp:1721
Position const Priest3Pos[2]
Definition zone_icecrown.cpp:1701
Position const Priest2Pos[2]
Definition zone_icecrown.cpp:1695
@ DALFORS_SAY_PRE_1
Definition zone_icecrown.cpp:1662
@ EVENT_START_FIGHT
Definition zone_icecrown.cpp:1676
@ EVENT_INTRO_1
Definition zone_icecrown.cpp:1672
@ NPC_HIDEOUS_PLAGEBRINGER
Definition zone_icecrown.cpp:1657
@ SPELL_CRUSADERS_SPIRE_VICTORY
Definition zone_icecrown.cpp:1648
@ EVENT_INTRO_2
Definition zone_icecrown.cpp:1673
@ NPC_HALOF_THE_DEATHBRINGER
Definition zone_icecrown.cpp:1658
@ NPC_BLESSED_BANNER
Definition zone_icecrown.cpp:1651
@ NPC_ARGENT_BATTLE_PRIEST
Definition zone_icecrown.cpp:1653
@ LK_TALK_2
Definition zone_icecrown.cpp:1667
@ NPC_REANIMATED_CAPTAIN
Definition zone_icecrown.cpp:1655
@ EVENT_HALOF
Definition zone_icecrown.cpp:1678
@ DALFORS_YELL_FINISHED
Definition zone_icecrown.cpp:1665
@ NPC_ARGENT_MASON
Definition zone_icecrown.cpp:1654
@ EVENT_WAVE_SPAWN
Definition zone_icecrown.cpp:1677
@ LK_TALK_1
Definition zone_icecrown.cpp:1666
@ EVENT_MASON_ACTION
Definition zone_icecrown.cpp:1675
@ NPC_CRUSADER_LORD_DALFORS
Definition zone_icecrown.cpp:1652
@ DALFORS_SAY_PRE_2
Definition zone_icecrown.cpp:1663
@ EVENT_INTRO_3
Definition zone_icecrown.cpp:1674
@ EVENT_ENDED
Definition zone_icecrown.cpp:1679
@ NPC_SCOURGE_DRUDGE
Definition zone_icecrown.cpp:1656
@ LK_TALK_4
Definition zone_icecrown.cpp:1669
@ DALFORS_SAY_START
Definition zone_icecrown.cpp:1664
@ LK_TALK_3
Definition zone_icecrown.cpp:1668
@ NPC_LK
Definition zone_icecrown.cpp:1659
Position const Mason2Pos[3]
Definition zone_icecrown.cpp:1714
Position const DalforsPos[3]
Definition zone_icecrown.cpp:1682

References DALFORS_SAY_PRE_1, DALFORS_SAY_PRE_2, DALFORS_SAY_START, DALFORS_YELL_FINISHED, DalforsPos, Creature::DespawnOrUnsummon(), UnitAI::DoCast(), CreatureAI::DoSummon(), EVENT_ENDED, EVENT_HALOF, EVENT_INTRO_1, EVENT_INTRO_2, EVENT_INTRO_3, EVENT_MASON_ACTION, EVENT_SPAWN, EVENT_START_FIGHT, EVENT_WAVE_SPAWN, GetClosestCreatureWithEntry(), ObjectAccessor::GetCreature(), guidDalfors, guidHalof, guidMason, guidPriest, HalofSpawned, LK_TALK_1, LK_TALK_2, LK_TALK_3, LK_TALK_4, Mason1Pos, Mason2Pos, Mason3Pos, ScriptedAI::me, NPC_ARGENT_BATTLE_PRIEST, NPC_ARGENT_MASON, NPC_BLESSED_BANNER, NPC_CRUSADER_LORD_DALFORS, NPC_HALOF_THE_DEATHBRINGER, NPC_HIDEOUS_PLAGEBRINGER, NPC_LK, NPC_REANIMATED_CAPTAIN, NPC_SCOURGE_DRUDGE, PhaseCount, Priest1Pos, Priest2Pos, Priest3Pos, SPELL_CRUSADERS_SPIRE_VICTORY, and urand().

Member Data Documentation

◆ events

EventMap npc_blessed_banner::npc_blessed_bannerAI::events

◆ guidDalfors

ObjectGuid npc_blessed_banner::npc_blessed_bannerAI::guidDalfors

Referenced by UpdateAI().

◆ guidHalof

ObjectGuid npc_blessed_banner::npc_blessed_bannerAI::guidHalof

Referenced by UpdateAI().

◆ guidMason

ObjectGuid npc_blessed_banner::npc_blessed_bannerAI::guidMason[3]

Referenced by UpdateAI().

◆ guidPriest

ObjectGuid npc_blessed_banner::npc_blessed_bannerAI::guidPriest[3]

Referenced by UpdateAI().

◆ HalofSpawned

bool npc_blessed_banner::npc_blessed_bannerAI::HalofSpawned

Referenced by npc_blessed_bannerAI(), and UpdateAI().

◆ PhaseCount

uint32 npc_blessed_banner::npc_blessed_bannerAI::PhaseCount

Referenced by npc_blessed_bannerAI(), and UpdateAI().

◆ Summons

SummonList npc_blessed_banner::npc_blessed_bannerAI::Summons

The documentation for this struct was generated from the following file: