AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
npc_hor_leader_second::npc_hor_leader_secondAI Struct Reference
Inheritance diagram for npc_hor_leader_second::npc_hor_leader_secondAI:
NullCreatureAI CreatureAI UnitAI

Public Member Functions

 npc_hor_leader_secondAI (Creature *creature)
 
void Reset () override
 
void DoAction (int32 actionId) override
 
void DamageTaken (Unit *, uint32 &dmg, DamageEffectType, SpellSchoolMask) override
 
void MoveToNextStopPoint ()
 
void MovementInform (uint32 type, uint32) override
 
void UpdateAI (uint32 diff) override
 
- Public Member Functions inherited from NullCreatureAI
 NullCreatureAI (Creature *c)
 
void MoveInLineOfSight (Unit *) override
 
void AttackStart (Unit *) override
 
void UpdateAI (uint32) override
 
void EnterEvadeMode (EvadeReason) override
 
void OnCharmed (bool) override
 
- Public Member Functions inherited from CreatureAI
void Talk (uint8 id, WorldObject const *whisperTarget=nullptr, Milliseconds delay=0s)
 Causes the creature to talk/say the text assigned to their entry in the creature_text database table.
 
void Talk (uint8 id, Milliseconds delay)
 
 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 JustEngagedWith (Unit *)
 Called for reaction when initially engaged.
 
virtual void JustDied (Unit *)
 
virtual void KilledUnit (Unit *)
 
virtual void JustSummoned (Creature *)
 
virtual void IsSummonedBy (WorldObject *)
 
virtual void SummonedCreatureDespawn (Creature *)
 
virtual void SummonedCreatureDies (Creature *, Unit *)
 
virtual void SummonedCreatureDespawnAll ()
 
virtual void SpellHit (Unit *, SpellInfo const *)
 
virtual void SpellHitTarget (Unit *, SpellInfo const *)
 
virtual void AttackedBy (Unit *)
 
virtual bool IsEscorted ()
 
virtual void JustRespawned ()
 
virtual void MovementInform (uint32, uint32)
 
virtual void PathEndReached (uint32)
 
void OnCharmed (bool apply) override
 
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 ()
 
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 *)
 
- Public Member Functions inherited from UnitAI
 UnitAI (Unit *unit)
 
virtual ~UnitAI ()
 
virtual bool CanAIAttack (Unit const *) const
 
virtual void AttackStart (Unit *)
 
virtual void UpdateAI (uint32)=0
 
virtual void InitializeAI ()
 
virtual void Reset ()
 
virtual void OnCharmed (bool apply)=0
 
virtual void DoAction (int32)
 
virtual uint32 GetData (uint32) const
 
virtual void SetData (uint32, uint32)
 
virtual void SetGUID (ObjectGuid, 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)
 
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 (NOTE: Creature engage logic should NOT be here, but in JustEngagedWith, which happens once threat is established!)
 
virtual void JustExitedCombat ()
 Called when the unit leaves combat.
 
virtual void DamageDealt (Unit *, uint32 &, DamageEffectType)
 
virtual void DamageTaken (Unit *, uint32 &, DamageEffectType, SpellSchoolMask)
 
virtual void HealReceived (Unit *, uint32 &)
 
virtual void HealDone (Unit *, uint32 &)
 
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)
 
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)
 
SpellCastResult DoCastMaxThreat (uint32 spellId, uint32 threatTablePosition=0, float dist=0.0f, bool playerOnly=true, bool triggered=false)
 Cast spell on the max threat target, which may not always 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)
 
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

InstanceScriptpInstance
 
EventMap events
 
uint8 currentStopPoint
 

Additional Inherited Members

- 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 NullCreatureAI
static int32 Permissible (Creature const *creature)
 
- 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)
 
virtual void MoveInLineOfSight (Unit *)
 
bool _EnterEvadeMode (EvadeReason why=EVADE_REASON_OTHER)
 
- Protected Attributes inherited from CreatureAI
Creature *const me
 
EventMap events
 
CreatureBoundary const * _boundary
 
bool _negateBoundary
 
- Protected Attributes inherited from UnitAI
Unit *const me
 

Detailed Description

Constructor & Destructor Documentation

◆ npc_hor_leader_secondAI()

npc_hor_leader_second::npc_hor_leader_secondAI::npc_hor_leader_secondAI ( Creature creature)
inline
1701 : NullCreatureAI(creature)
1702 {
1704 if (!pInstance)
1705 me->IsAIEnabled = false;
1706 }
Definition: PassiveAI.h:53
Creature *const me
Definition: CreatureAI.h:72
InstanceScript * GetInstanceScript() const
Definition: Object.cpp:1192
bool IsAIEnabled
Definition: Unit.h:2350
InstanceScript * pInstance
Definition: halls_of_reflection.cpp:1708

References WorldObject::GetInstanceScript(), Unit::IsAIEnabled, CreatureAI::me, and pInstance.

Member Function Documentation

◆ DamageTaken()

void npc_hor_leader_second::npc_hor_leader_secondAI::DamageTaken ( Unit ,
uint32 dmg,
DamageEffectType  ,
SpellSchoolMask   
)
inlineoverridevirtual

Reimplemented from UnitAI.

1737 {
1738 if (dmg >= me->GetHealth())
1739 dmg = me->GetHealth() - 1;
1740 }
uint32 GetHealth() const
Definition: Unit.h:1440

References Unit::GetHealth(), and CreatureAI::me.

◆ DoAction()

void npc_hor_leader_second::npc_hor_leader_secondAI::DoAction ( int32  actionId)
inlineoverridevirtual

Reimplemented from UnitAI.

1719 {
1720 switch(actionId)
1721 {
1722 case ACTION_START_INTRO:
1723 events.ScheduleEvent(EVENT_LK_SAY_AGGRO, 0ms);
1724 break;
1726 events.ScheduleEvent(EVENT_START_RUN, 0ms);
1727 break;
1730 if (currentStopPoint == 5)
1731 events.ScheduleEvent(EVENT_SAY_OPENING, 3s);
1732 break;
1733 }
1734 }
events
Definition: boss_sartura.cpp:43
@ ACTION_START_INTRO
Definition: boss_twinemperors.cpp:50
@ EVENT_SAY_OPENING
Definition: halls_of_reflection.cpp:1410
@ EVENT_START_RUN
Definition: halls_of_reflection.cpp:1399
@ EVENT_LK_SAY_AGGRO
Definition: halls_of_reflection.cpp:1393
@ ACTION_INFORM_WALL_DESTROYED
Definition: halls_of_reflection.h:253
@ ACTION_START_LK_FIGHT_REAL
Definition: halls_of_reflection.h:250
void MoveToNextStopPoint()
Definition: halls_of_reflection.cpp:1742
uint8 currentStopPoint
Definition: halls_of_reflection.cpp:1710

References ACTION_INFORM_WALL_DESTROYED, ACTION_START_INTRO, ACTION_START_LK_FIGHT_REAL, currentStopPoint, EVENT_LK_SAY_AGGRO, EVENT_SAY_OPENING, EVENT_START_RUN, and MoveToNextStopPoint().

◆ MovementInform()

void npc_hor_leader_second::npc_hor_leader_secondAI::MovementInform ( uint32  type,
uint32   
)
inlineoverridevirtual

Reimplemented from CreatureAI.

1754 {
1755 if (type == ESCORT_MOTION_TYPE && me->movespline->Finalized())
1756 events.ScheduleEvent(EVENT_SAY_LEADER_STOP_TEXT, 1s);
1757 }
@ ESCORT_MOTION_TYPE
Definition: MotionMaster.h:55
@ EVENT_SAY_LEADER_STOP_TEXT
Definition: halls_of_reflection.cpp:1401
Movement::MoveSpline * movespline
Definition: Unit.h:2440
bool Finalized() const
Definition: MoveSpline.h:116

References ESCORT_MOTION_TYPE, EVENT_SAY_LEADER_STOP_TEXT, Movement::MoveSpline::Finalized(), CreatureAI::me, and Unit::movespline.

◆ MoveToNextStopPoint()

void npc_hor_leader_second::npc_hor_leader_secondAI::MoveToNextStopPoint ( )
inline
1743 {
1747 path.push_back(G3D::Vector3(me->GetPositionX(), me->GetPositionY(), me->GetPositionZ()));
1748 for (uint8 i = WP_STOP[currentStopPoint - 1] + (currentStopPoint == 1 ? 0 : 1); i <= WP_STOP[currentStopPoint]; ++i)
1749 path.push_back(G3D::Vector3(PathWaypoints[i].GetPositionX(), PathWaypoints[i].GetPositionY(), PathWaypoints[i].GetPositionZ()));
1751 }
std::uint8_t uint8
Definition: Define.h:110
const Position PathWaypoints[PATH_WP_COUNT]
Definition: halls_of_reflection.h:335
const uint8 WP_STOP[6]
Definition: halls_of_reflection.h:333
std::vector< Vector3 > PointsArray
Definition: MoveSplineInitArgs.h:28
float GetPositionZ() const
Definition: Position.h:119
float GetPositionX() const
Definition: Position.h:117
float GetPositionY() const
Definition: Position.h:118
void InterruptNonMeleeSpells(bool withDelayed, uint32 spellid=0, bool withInstant=true, bool bySelf=false)
Definition: Unit.cpp:4069
MotionMaster * GetMotionMaster()
Definition: Unit.h:2262
void MoveSplinePath(Movement::PointsArray *path)
Definition: MotionMaster.cpp:409

References currentStopPoint, Unit::GetMotionMaster(), Position::GetPositionX(), Position::GetPositionY(), Position::GetPositionZ(), Unit::InterruptNonMeleeSpells(), CreatureAI::me, MotionMaster::MoveSplinePath(), PathWaypoints, and WP_STOP.

Referenced by DoAction(), and UpdateAI().

◆ Reset()

void npc_hor_leader_second::npc_hor_leader_secondAI::Reset ( )
inlineoverridevirtual

Reimplemented from UnitAI.

1713 {
1714 currentStopPoint = 0;
1715 events.Reset();
1716 }

References currentStopPoint.

◆ UpdateAI()

void npc_hor_leader_second::npc_hor_leader_secondAI::UpdateAI ( uint32  diff)
inlineoverridevirtual

Reimplemented from NullCreatureAI.

1760 {
1761 events.Update(diff);
1762 switch(events.ExecuteEvent())
1763 {
1764 case EVENT_LK_SAY_AGGRO:
1768 break;
1771 {
1772 c->SetUInt32Value(UNIT_NPC_EMOTESTATE, EMOTE_ONESHOT_NONE);
1775 events.ScheduleEvent(EVENT_SAY_LEAVE, 5s);
1776 }
1777 break;
1780 {
1781 c->SetUInt32Value(UNIT_NPC_EMOTESTATE, EMOTE_ONESHOT_NONE);
1783 me->KnockbackFrom(c->GetPositionX(), c->GetPositionY(), 10.0f, 3.0f);
1784 events.ScheduleEvent(EVENT_SYLVANAS_DARK_BINDING, 1500ms);
1785 }
1786 break;
1790 events.ScheduleEvent(EVENT_SAY_LEAVE, 3500ms);
1791 break;
1792 case EVENT_SAY_LEAVE:
1793 {
1795 for (Map::PlayerList::const_iterator itr = pl.begin(); itr != pl.end(); ++itr)
1796 if (Player* p = itr->GetSource())
1797 p->KilledMonsterCredit(me->GetEntry()); // for quest
1798
1801 events.ScheduleEvent(EVENT_ADD_GOSSIP, 8s);
1802 }
1803 break;
1804 case EVENT_ADD_GOSSIP:
1808 break;
1809 case EVENT_START_RUN:
1810 {
1812 me->setActive(true);
1815 {
1816 c->setActive(true);
1817 c->SetInCombatWithZone();
1819 c->AI()->DoAction(ACTION_START_LK_FIGHT_REAL);
1820 }
1821 }
1822 break;
1824 {
1825 int32 textId = 0;
1826 switch (currentStopPoint)
1827 {
1828 case 1:
1829 textId = SAY_SYLVANAS_IW_1;
1830 break;
1831 case 2:
1832 textId = SAY_SYLVANAS_IW_2;
1833 break;
1834 case 3:
1835 textId = SAY_SYLVANAS_IW_3;
1836 break;
1837 case 4:
1838 textId = SAY_SYLVANAS_IW_4;
1839 break;
1840 case 5:
1842 break;
1843 }
1844 Talk(textId);
1845 if (currentStopPoint <= 4)
1847 else
1848 {
1849 me->SetFacingTo(PathWaypoints[PATH_WP_COUNT - 1].GetOrientation());
1851 }
1852 }
1853 break;
1854 case EVENT_SAY_OPENING:
1856 break;
1857 }
1858 }
std::int32_t int32
Definition: Define.h:104
@ UNIT_NPC_EMOTESTATE
Definition: UpdateFields.h:140
@ UNIT_NPC_FLAG_GOSSIP
Definition: Unit.h:516
@ NPC_JAINA_PART2
Definition: forge_of_souls.h:43
@ EVENT_SYLVANAS_IMMOBILIZE_JUMP
Definition: halls_of_reflection.cpp:1395
@ EVENT_ADD_GOSSIP
Definition: halls_of_reflection.cpp:1398
@ EVENT_SYLVANAS_DARK_BINDING
Definition: halls_of_reflection.cpp:1396
@ EVENT_JAINA_IMMOBILIZE_LK
Definition: halls_of_reflection.cpp:1394
@ EVENT_SAY_LEAVE
Definition: halls_of_reflection.cpp:1397
@ NPC_LICH_KING_BOSS
Definition: halls_of_reflection.h:60
@ SPELL_DESTROY_WALL_SYLVANAS
Definition: halls_of_reflection.h:286
@ SPELL_JAINA_ICE_PRISON
Definition: halls_of_reflection.h:281
@ SPELL_SYLVANAS_CLOAK_OF_DARKNESS
Definition: halls_of_reflection.h:280
@ SPELL_DESTROY_WALL_JAINA
Definition: halls_of_reflection.h:285
@ SPELL_SYLVANAS_DARK_BINDING
Definition: halls_of_reflection.h:282
@ SPELL_JAINA_ICE_BARRIER
Definition: halls_of_reflection.h:279
const Position LeaderEscapePos
Definition: halls_of_reflection.h:324
@ SAY_JAINA_ESCAPE_01
Definition: halls_of_reflection.h:220
@ SAY_LK_AGGRO_ALLY
Definition: halls_of_reflection.h:188
@ SAY_SYLVANA_AGGRO
Definition: halls_of_reflection.h:200
@ SAY_JAINA_TRAP
Definition: halls_of_reflection.h:221
@ SAY_SYLVANAS_IW_3
Definition: halls_of_reflection.h:203
@ SAY_SYLVANA_ESCAPE_01
Definition: halls_of_reflection.h:205
@ SAY_SYLVANAS_IW_2
Definition: halls_of_reflection.h:202
@ SAY_JAINA_AGGRO
Definition: halls_of_reflection.h:215
@ SAY_LK_AGGRO_HORDE
Definition: halls_of_reflection.h:189
@ SAY_SYLVANAS_IW_4
Definition: halls_of_reflection.h:204
@ SAY_SYLVANAS_IW_1
Definition: halls_of_reflection.h:201
@ SAY_SYLVANA_TRAP
Definition: halls_of_reflection.h:207
#define PATH_WP_COUNT
Definition: halls_of_reflection.h:332
@ ACTION_START_LK_FIGHT
Definition: halls_of_reflection.h:49
Talk
Definition: boss_fathomlord_karathress.cpp:23
@ EMOTE_ONESHOT_READY1H
Definition: SharedDefines.h:1904
@ EMOTE_ONESHOT_NONE
Definition: SharedDefines.h:1866
Definition: LinkedList.h:139
Definition: Creature.h:46
uint32 GetEntry() const
Definition: Object.h:109
void SetUInt32Value(uint16 index, uint32 value)
Definition: Object.cpp:650
void setActive(bool isActiveObject)
Definition: Object.cpp:1085
float GetOrientation() const
Definition: Position.h:120
Definition: Player.h:1046
Definition: Unit.h:1290
void SetFacingTo(float ori)
Definition: Unit.cpp:20782
void RemoveAura(AuraApplicationMap::iterator &i, AuraRemoveMode mode=AURA_REMOVE_BY_DEFAULT)
Definition: Unit.cpp:4708
void SetNpcFlag(NPCFlags flags)
Definition: Unit.h:1647
SpellCastResult CastSpell(SpellCastTargets const &targets, SpellInfo const *spellInfo, CustomSpellValues const *value, TriggerCastFlags triggerFlags=TRIGGERED_NONE, Item *castItem=nullptr, AuraEffect const *triggeredByAura=nullptr, ObjectGuid originalCaster=ObjectGuid::Empty)
Definition: Unit.cpp:1169
void KnockbackFrom(float x, float y, float speedXY, float speedZ)
Definition: Unit.cpp:19311
ObjectGuid GetGuidData(uint32 type) const override
Definition: InstanceScript.cpp:94
Map * instance
Definition: InstanceScript.h:146
Creature * GetCreature(ObjectGuid const guid)
Definition: Map.cpp:3293
PlayerList const & GetPlayers() const
Definition: Map.h:484
Definition: MapRefMgr.h:26
iterator begin()
Definition: MapRefMgr.h:36
iterator end()
Definition: MapRefMgr.h:37
virtual void SetData(uint32, uint32)
Definition: ZoneScript.h:53
void MovePoint(uint32 id, const Position &pos, bool generatePath=true, bool forceDestination=true)
Definition: MotionMaster.h:210

References ACTION_START_LK_FIGHT, ACTION_START_LK_FIGHT_REAL, MapRefMgr::begin(), Unit::CastSpell(), currentStopPoint, EMOTE_ONESHOT_NONE, EMOTE_ONESHOT_READY1H, MapRefMgr::end(), EVENT_ADD_GOSSIP, EVENT_JAINA_IMMOBILIZE_LK, EVENT_LK_SAY_AGGRO, EVENT_SAY_LEADER_STOP_TEXT, EVENT_SAY_LEAVE, EVENT_SAY_OPENING, EVENT_START_RUN, EVENT_SYLVANAS_DARK_BINDING, EVENT_SYLVANAS_IMMOBILIZE_JUMP, Map::GetCreature(), Object::GetEntry(), InstanceScript::GetGuidData(), Unit::GetMotionMaster(), Position::GetOrientation(), Map::GetPlayers(), InstanceScript::instance, Unit::KnockbackFrom(), LeaderEscapePos, CreatureAI::me, MotionMaster::MovePoint(), MoveToNextStopPoint(), NPC_JAINA_PART2, NPC_LICH_KING_BOSS, PATH_WP_COUNT, PathWaypoints, pInstance, Unit::RemoveAura(), SAY_JAINA_AGGRO, SAY_JAINA_ESCAPE_01, SAY_JAINA_TRAP, SAY_LK_AGGRO_ALLY, SAY_LK_AGGRO_HORDE, SAY_SYLVANA_AGGRO, SAY_SYLVANA_ESCAPE_01, SAY_SYLVANA_TRAP, SAY_SYLVANAS_IW_1, SAY_SYLVANAS_IW_2, SAY_SYLVANAS_IW_3, SAY_SYLVANAS_IW_4, WorldObject::setActive(), ZoneScript::SetData(), Unit::SetFacingTo(), Unit::SetNpcFlag(), Object::SetUInt32Value(), SPELL_DESTROY_WALL_JAINA, SPELL_DESTROY_WALL_SYLVANAS, SPELL_JAINA_ICE_BARRIER, SPELL_JAINA_ICE_PRISON, SPELL_SYLVANAS_CLOAK_OF_DARKNESS, SPELL_SYLVANAS_DARK_BINDING, UNIT_NPC_EMOTESTATE, and UNIT_NPC_FLAG_GOSSIP.

Member Data Documentation

◆ currentStopPoint

uint8 npc_hor_leader_second::npc_hor_leader_secondAI::currentStopPoint

◆ events

EventMap npc_hor_leader_second::npc_hor_leader_secondAI::events

◆ pInstance

InstanceScript* npc_hor_leader_second::npc_hor_leader_secondAI::pInstance