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

Public Member Functions

 boss_sister_svalnaAI (Creature *creature)
 
void InitializeAI () override
 
void Reset () override
 
void JustReachedHome () override
 
void JustDied (Unit *) override
 
void JustEngagedWith (Unit *) override
 Called for reaction when initially engaged - this happens after JustEnteredCombat.
 
void KilledUnit (Unit *victim) override
 
void DoAction (int32 action) override
 
void SpellHit (Unit *caster, SpellInfo const *spell) override
 
void JustExitedCombat () override
 Called when the unit leaves combat.
 
void MovementInform (uint32 type, uint32 id) override
 
void SpellHitTarget (Unit *target, SpellInfo const *spell) override
 
void UpdateAI (uint32 diff) override
 Use to start attacking a target. Called just before JustEngagedWith()
 
- Public Member Functions inherited from BossAI
 BossAI (Creature *creature, uint32 bossId)
 
 ~BossAI () override
 
bool CanRespawn () override
 
void OnSpellCast (SpellInfo const *spell) override
 
void OnChannelFinished (SpellInfo const *spell) override
 
void OnSpellFailed (SpellInfo const *spell) override
 
void DamageTaken (Unit *attacker, uint32 &damage, DamageEffectType damagetype, SpellSchoolMask damageSchoolMask) override
 Called at any Damage from any attacker (before damage apply)
 
void JustSummoned (Creature *summon) override
 
void SummonedCreatureDespawn (Creature *summon) override
 
void SummonedCreatureDespawnAll () override
 
void UpdateAI (uint32 diff) override
 Use to start attacking a target. Called just before JustEngagedWith()
 
void ScheduleHealthCheckEvent (uint32 healthPct, std::function< void()> exec, bool allowedWhileCasting=true)
 Executes a function once the creature reaches the defined health point percent.
 
void ScheduleHealthCheckEvent (std::initializer_list< uint8 > healthPct, std::function< void()> exec, bool allowedWhileCasting=true)
 
void ProcessHealthCheck ()
 
void ScheduleEnrageTimer (uint32 spellId, Milliseconds timer, uint8 textId=0)
 
virtual void ExecuteEvent (uint32)
 
virtual void ScheduleTasks ()
 
void Reset () override
 
void JustEngagedWith (Unit *) override
 Called for reaction when initially engaged - this happens after JustEnteredCombat.
 
void EnterEvadeMode (EvadeReason why=EVADE_REASON_OTHER) override
 
void JustDied (Unit *) override
 
void JustReachedHome () override
 
- 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 - this happens after JustEnteredCombat.
 
void AttackStart (Unit *) override
 
void DoStartMovement (Unit *target, float distance=0.0f, float angle=0.0f)
 
void DoStartNoMovement (Unit *target)
 
void DoStopAttack ()
 
void DoRewardPlayersInArea ()
 
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
 
bool IsEngaged () const
 Check if creature is currently engaged in combat.
 
void MoveCircleChecks ()
 
void MoveBackwardsChecks ()
 
void MoveInLineOfSight_Safe (Unit *who)
 == Reactions At =================================
 
void TriggerAlert (Unit const *who) const
 
virtual bool IsEscortNPC (bool=true) const
 
void JustEnteredCombat (Unit *who) override
 Called when the unit enters combat.
 
virtual void JustStartedThreateningMe (Unit *who)
 
void EngagementStart (Unit *who)
 
void EngagementOver ()
 
void JustExitedCombat () override
 Called when the unit leaves combat.
 
virtual void IsSummonedBy (WorldObject *)
 
virtual void SummonedCreatureDies (Creature *, Unit *)
 
virtual void SummonedCreatureEvade (Creature *)
 
virtual void OnSpellStart (SpellInfo const *)
 
virtual void AttackedBy (Unit *)
 
virtual bool IsEscorted ()
 
virtual void JustRespawned ()
 
virtual void PathEndReached (uint32)
 
virtual void WaypointPathStarted (uint32)
 == Waypoints system =============================
 
virtual void WaypointStarted (uint32, uint32)
 
virtual void WaypointReached (uint32, uint32)
 
virtual void WaypointPathEnded (uint32, uint32)
 
void OnCharmed (bool apply) override
 Called when unit is charmed.
 
void DoZoneInCombat (Creature *creature=nullptr, float maxRangeToNearestTarget=250.0f)
 
virtual void ReceiveEmote (Player *, uint32)
 
virtual void OwnerAttackedBy (Unit *attacker)
 
virtual void OwnerAttacked (Unit *target)
 
void OnOwnerCombatInteraction (Unit *target)
 
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 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 EvadeTimerExpired ()
 Called when evade timer expires (target unreachable for too long)
 
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
 

Private Attributes

bool _isEventInProgress
 

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 ()
 
- Public Attributes inherited from BossAI
float callForHelpRange
 
InstanceScript *const instance
 
- Public Attributes inherited from ScriptedAI
Creatureme
 
- Static Public Attributes inherited from UnitAI
static AISpellInfoTypeAISpellInfo
 
- Protected Member Functions inherited from BossAI
void _Reset ()
 
void _JustEngagedWith ()
 
void _JustDied ()
 
void _JustReachedHome ()
 
void _EnterEvadeMode (EvadeReason why=EVADE_REASON_OTHER)
 
void TeleportCheaters ()
 
- 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 BossAI
SummonList summons
 
- Protected Attributes inherited from CreatureAI
Creature *const me
 
EventMap events
 
TaskScheduler scheduler
 
CreatureBoundary const * _boundary
 
bool _negateBoundary
 
bool _isEngaged
 
- Protected Attributes inherited from UnitAI
Unit *const me
 

Detailed Description

Constructor & Destructor Documentation

◆ boss_sister_svalnaAI()

boss_sister_svalna::boss_sister_svalnaAI::boss_sister_svalnaAI ( Creature creature)
inline
1009 : BossAI(creature, DATA_SISTER_SVALNA),
1010 _isEventInProgress(false)
1011 {
1012 }
Definition ScriptedCreature.h:485
@ DATA_SISTER_SVALNA
Definition icecrown_citadel.h:95
bool _isEventInProgress
Definition icecrown_citadel.cpp:1217

Member Function Documentation

◆ DoAction()

void boss_sister_svalna::boss_sister_svalnaAI::DoAction ( int32  action)
inlineoverridevirtual

Reimplemented from UnitAI.

1097 {
1098 switch (action)
1099 {
1101 if (me->IsAlive())
1103 break;
1105 me->setActive(true);
1106 me->SetImmuneToAll(true);
1107 _isEventInProgress = true;
1108 events.ScheduleEvent(EVENT_SVALNA_START, 25s);
1109 break;
1111 events.RescheduleEvent(EVENT_SVALNA_RESURRECT, 7s);
1112 break;
1115 break;
1116 case ACTION_RESET_EVENT:
1117 me->setActive(false);
1118 Reset();
1119 break;
1120 default:
1121 break;
1122 }
1123 }
@ SPELLVALUE_MAX_TARGETS
Definition SpellDefines.h:117
events
Definition boss_sartura.cpp:43
SpellCastResult CastCustomSpell(Unit *victim, uint32 spellId, int32 const *bp0, int32 const *bp1, int32 const *bp2, bool triggered, Item *castItem=nullptr, AuraEffect const *triggeredByAura=nullptr, ObjectGuid originalCaster=ObjectGuid::Empty)
Definition Unit.cpp:1432
bool IsAlive() const
Definition Unit.h:1794
void SetImmuneToAll(bool apply, bool keepCombat=false)
Definition Unit.h:924
void setActive(bool isActiveObject)
Definition Object.cpp:1082
Talk
Definition hyjal.cpp:82
@ ACTION_RESET_EVENT
Definition icecrown_citadel.cpp:270
@ ACTION_CAPTAIN_DIES
Definition icecrown_citadel.cpp:269
@ ACTION_RESURRECT_CAPTAINS
Definition icecrown_citadel.cpp:268
@ ACTION_START_GAUNTLET
Definition icecrown_citadel.cpp:267
@ ACTION_KILL_CAPTAIN
Definition icecrown_citadel.cpp:266
@ SPELL_CARESS_OF_DEATH
Definition icecrown_citadel.cpp:124
@ EVENT_SVALNA_RESURRECT
Definition icecrown_citadel.cpp:226
@ EVENT_SVALNA_START
Definition icecrown_citadel.cpp:225
@ SAY_SVALNA_CAPTAIN_DEATH
Definition icecrown_citadel.cpp:76
Creature * me
Definition ScriptedCreature.h:281
void Reset() override
Definition icecrown_citadel.cpp:1021

References _isEventInProgress, ACTION_CAPTAIN_DIES, ACTION_KILL_CAPTAIN, ACTION_RESET_EVENT, ACTION_RESURRECT_CAPTAINS, ACTION_START_GAUNTLET, Unit::CastCustomSpell(), EVENT_SVALNA_RESURRECT, EVENT_SVALNA_START, Unit::IsAlive(), ScriptedAI::me, Reset(), SAY_SVALNA_CAPTAIN_DEATH, WorldObject::setActive(), Unit::SetImmuneToAll(), SPELL_CARESS_OF_DEATH, and SPELLVALUE_MAX_TARGETS.

◆ InitializeAI()

void boss_sister_svalna::boss_sister_svalnaAI::InitializeAI ( )
inlineoverridevirtual

Reimplemented from UnitAI.

1015 {
1016 if (!me->isDead())
1017 Reset();
1019 }
@ REACT_PASSIVE
Definition Unit.h:566
void SetReactState(ReactStates state)
A creature can have 3 ReactStates : Agressive, Passive, Neutral.
Definition Creature.h:100
bool isDead() const
Definition Unit.h:1796

References Unit::isDead(), ScriptedAI::me, REACT_PASSIVE, Reset(), and Creature::SetReactState().

◆ JustDied()

void boss_sister_svalna::boss_sister_svalnaAI::JustDied ( Unit )
inlineoverridevirtual

Reimplemented from CreatureAI.

1036 {
1037 _JustDied();
1039
1040 if (Creature* crok = ObjectAccessor::GetCreature(*me, instance->GetGuidData(DATA_CROK_SCOURGEBANE))) // _isEventDone = true, setActive(false)
1041 crok->AI()->DoAction(ACTION_RESET_EVENT);
1042
1043 Milliseconds delay = 6s;
1044 for (uint32 i = 0; i < 4; ++i)
1046 if (crusader->IsAlive())
1047 {
1048 if (crusader->GetEntry() == crusader->GetCreatureData()->id1)
1049 {
1050 crusader->m_Events.AddEventAtOffset(new CaptainSurviveTalk(*crusader), delay);
1051 delay += 6s;
1052 }
1053 else
1054 Unit::Kill(crusader, crusader);
1055 }
1056 }
std::uint32_t uint32
Definition Define.h:107
std::chrono::milliseconds Milliseconds
Milliseconds shorthand typedef.
Definition Duration.h:27
InstanceScript *const instance
Definition ScriptedCreature.h:492
void _JustDied()
Definition ScriptedCreature.cpp:664
Definition icecrown_citadel.cpp:363
Definition Creature.h:47
ObjectGuid GetGuidData(uint32 type) const override
Definition InstanceScript.cpp:111
static void Kill(Unit *killer, Unit *victim, bool durabilityLoss=true, WeaponAttackType attackType=BASE_ATTACK, SpellInfo const *spellProto=nullptr, Spell const *spell=nullptr)
Definition Unit.cpp:13964
@ SAY_SVALNA_DEATH
Definition icecrown_citadel.cpp:77
@ DATA_CROK_SCOURGEBANE
Definition icecrown_citadel.h:121
@ DATA_CAPTAIN_ARNATH
Definition icecrown_citadel.h:122
Creature * GetCreature(WorldObject const &u, ObjectGuid const &guid)
Definition ObjectAccessor.cpp:210

References BossAI::_JustDied(), ACTION_RESET_EVENT, DATA_CAPTAIN_ARNATH, DATA_CROK_SCOURGEBANE, ObjectAccessor::GetCreature(), InstanceScript::GetGuidData(), BossAI::instance, Unit::Kill(), ScriptedAI::me, and SAY_SVALNA_DEATH.

◆ JustEngagedWith()

void boss_sister_svalna::boss_sister_svalnaAI::JustEngagedWith ( Unit )
inlineoverridevirtual

Called for reaction when initially engaged - this happens after JustEnteredCombat.

Reimplemented from CreatureAI.

1059 {
1063 {
1064 crok->AI()->Talk(SAY_CROK_COMBAT_SVALNA);
1065 crok->AI()->AttackStart(me);
1066 }
1067 events.ScheduleEvent(EVENT_SVALNA_COMBAT, 9s);
1068 events.ScheduleEvent(EVENT_IMPALING_SPEAR, 15s, 20s);
1069 }
void _JustEngagedWith()
Definition ScriptedCreature.cpp:677
void LowerPlayerDamageReq(uint32 unDamage, bool damagedByPlayer=true)
Definition Creature.cpp:3837
uint32 GetMaxHealth() const
Definition Unit.h:1109
@ EVENT_SVALNA_COMBAT
Definition icecrown_citadel.cpp:227
@ EVENT_IMPALING_SPEAR
Definition icecrown_citadel.cpp:228
@ SAY_CROK_COMBAT_SVALNA
Definition icecrown_citadel.cpp:89

References BossAI::_JustEngagedWith(), DATA_CROK_SCOURGEBANE, EVENT_IMPALING_SPEAR, EVENT_SVALNA_COMBAT, ObjectAccessor::GetCreature(), InstanceScript::GetGuidData(), Unit::GetMaxHealth(), BossAI::instance, Creature::LowerPlayerDamageReq(), ScriptedAI::me, and SAY_CROK_COMBAT_SVALNA.

◆ JustExitedCombat()

void boss_sister_svalna::boss_sister_svalnaAI::JustExitedCombat ( )
inlineoverridevirtual

Called when the unit leaves combat.

Reimplemented from UnitAI.

1135 {
1137 return;
1139 }
void JustExitedCombat() override
Called when the unit leaves combat.
Definition CreatureAI.cpp:310

References _isEventInProgress, and CreatureAI::JustExitedCombat().

◆ JustReachedHome()

void boss_sister_svalna::boss_sister_svalnaAI::JustReachedHome ( )
inlineoverridevirtual

Reimplemented from CreatureAI.

1029 {
1032 me->SetDisableGravity(false);
1033 }
void _JustReachedHome()
Definition ScriptedCreature.h:534
void SetDisableGravity(bool disable)
Definition Unit.cpp:16497

References BossAI::_JustReachedHome(), ScriptedAI::me, REACT_PASSIVE, Unit::SetDisableGravity(), and Creature::SetReactState().

◆ KilledUnit()

void boss_sister_svalna::boss_sister_svalnaAI::KilledUnit ( Unit victim)
inlineoverridevirtual

Reimplemented from CreatureAI.

1072 {
1073 switch (victim->GetTypeId())
1074 {
1075 case TYPEID_PLAYER:
1077 break;
1078 /*case TYPEID_UNIT: // captains also say something on death and this causes spam
1079 switch (victim->GetEntry())
1080 {
1081 case NPC_CAPTAIN_ARNATH:
1082 case NPC_CAPTAIN_BRANDON:
1083 case NPC_CAPTAIN_GRONDEL:
1084 case NPC_CAPTAIN_RUPERT:
1085 Talk(SAY_SVALNA_KILL_CAPTAIN);
1086 break;
1087 default:
1088 break;
1089 }
1090 break;*/
1091 default:
1092 break;
1093 }
1094 }
@ TYPEID_PLAYER
Definition ObjectGuid.h:36
TypeID GetTypeId() const
Definition Object.h:129
@ SAY_SVALNA_KILL
Definition icecrown_citadel.cpp:75

References Object::GetTypeId(), SAY_SVALNA_KILL, and TYPEID_PLAYER.

◆ MovementInform()

void boss_sister_svalna::boss_sister_svalnaAI::MovementInform ( uint32  type,
uint32  id 
)
inlineoverridevirtual

Reimplemented from CreatureAI.

1142 {
1143 if (type != EFFECT_MOTION_TYPE || id != POINT_LAND)
1144 return;
1145 _isEventInProgress = false;
1146 me->setActive(false);
1147 me->SetImmuneToAll(false);
1148 me->SetDisableGravity(false);
1149 }
@ EFFECT_MOTION_TYPE
Definition MotionMaster.h:56
@ POINT_LAND
Definition icecrown_citadel.cpp:283

References _isEventInProgress, EFFECT_MOTION_TYPE, ScriptedAI::me, POINT_LAND, WorldObject::setActive(), Unit::SetDisableGravity(), and Unit::SetImmuneToAll().

◆ Reset()

void boss_sister_svalna::boss_sister_svalnaAI::Reset ( )
inlineoverridevirtual

Reimplemented from UnitAI.

1022 {
1023 _Reset();
1025 _isEventInProgress = false;
1026 }
@ REACT_DEFENSIVE
Definition Unit.h:567
void _Reset()
Definition ScriptedCreature.cpp:644

References _isEventInProgress, BossAI::_Reset(), ScriptedAI::me, REACT_DEFENSIVE, and Creature::SetReactState().

Referenced by DoAction(), and InitializeAI().

◆ SpellHit()

void boss_sister_svalna::boss_sister_svalnaAI::SpellHit ( Unit caster,
SpellInfo const *  spell 
)
inlineoverridevirtual

Reimplemented from CreatureAI.

1126 {
1127 if (spell->Id == SPELL_HURL_SPEAR && me->HasAura(SPELL_AETHER_SHIELD))
1128 {
1131 }
1132 }
bool HasAura(uint32 spellId, ObjectGuid casterGUID=ObjectGuid::Empty, ObjectGuid itemCasterGUID=ObjectGuid::Empty, uint8 reqEffMask=0) const
Definition Unit.cpp:5999
void RemoveAurasDueToSpell(uint32 spellId, ObjectGuid casterGUID=ObjectGuid::Empty, uint8 reqEffMask=0, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT)
Definition Unit.cpp:5171
@ SPELL_HURL_SPEAR
Definition icecrown_citadel.cpp:130
@ SPELL_AETHER_SHIELD
Definition icecrown_citadel.cpp:129
@ EMOTE_SVALNA_BROKEN_SHIELD
Definition icecrown_citadel.cpp:79

References EMOTE_SVALNA_BROKEN_SHIELD, Unit::HasAura(), SpellInfo::Id, ScriptedAI::me, Unit::RemoveAurasDueToSpell(), SPELL_AETHER_SHIELD, and SPELL_HURL_SPEAR.

◆ SpellHitTarget()

void boss_sister_svalna::boss_sister_svalnaAI::SpellHitTarget ( Unit target,
SpellInfo const *  spell 
)
inlineoverridevirtual

Reimplemented from CreatureAI.

1152 {
1153 switch (spell->Id)
1154 {
1156 Unit::Kill(me, target);
1157 break;
1159 if (TempSummon* summon = target->SummonCreature(NPC_IMPALING_SPEAR, *target))
1160 {
1161 Talk(EMOTE_SVALNA_IMPALE, target);
1162 summon->CastCustomSpell(VEHICLE_SPELL_RIDE_HARDCODED, SPELLVALUE_BASE_POINT0, 1, target, false);
1164 }
1165 break;
1166 default:
1167 break;
1168 }
1169 }
@ SPELLVALUE_BASE_POINT0
Definition SpellDefines.h:113
@ UNIT_FLAG2_ALLOW_ENEMY_INTERACT
Definition UnitDefines.h:309
@ UNIT_FLAG2_HIDE_BODY
Definition UnitDefines.h:297
@ VEHICLE_SPELL_RIDE_HARDCODED
Definition VehicleDefines.h:52
Definition TemporarySummon.h:50
TempSummon * SummonCreature(uint32 id, const Position &pos, TempSummonType spwtype=TEMPSUMMON_MANUAL_DESPAWN, uint32 despwtime=0, uint32 vehId=0, SummonPropertiesEntry const *properties=nullptr, bool visibleBySummonerOnly=false) const
Definition Object.cpp:2393
@ SPELL_IMPALING_SPEAR_KILL
Definition icecrown_citadel.cpp:125
@ SPELL_IMPALING_SPEAR
Definition icecrown_citadel.cpp:128
@ EMOTE_SVALNA_IMPALE
Definition icecrown_citadel.cpp:78
@ NPC_IMPALING_SPEAR
Definition icecrown_citadel.h:305

References EMOTE_SVALNA_IMPALE, SpellInfo::Id, Unit::Kill(), ScriptedAI::me, NPC_IMPALING_SPEAR, SPELL_IMPALING_SPEAR, SPELL_IMPALING_SPEAR_KILL, SPELLVALUE_BASE_POINT0, WorldObject::SummonCreature(), UNIT_FLAG2_ALLOW_ENEMY_INTERACT, UNIT_FLAG2_HIDE_BODY, and VEHICLE_SPELL_RIDE_HARDCODED.

◆ UpdateAI()

void boss_sister_svalna::boss_sister_svalnaAI::UpdateAI ( uint32  )
inlineoverridevirtual

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

Implements UnitAI.

1172 {
1174 return;
1175
1176 events.Update(diff);
1177
1179 return;
1180
1181 while (uint32 eventId = events.ExecuteEvent())
1182 {
1183 switch (eventId)
1184 {
1185 case EVENT_SVALNA_START:
1187 break;
1191 break;
1195 break;
1197 if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0, 0.0f, true, false, -SPELL_IMPALING_SPEAR))
1198 {
1200 me->AddAura(70203, me);
1202 }
1203 events.ScheduleEvent(EVENT_IMPALING_SPEAR, 20s, 25s);
1204 break;
1205 default:
1206 break;
1207 }
1208
1210 return;
1211 }
1212
1214 }
@ UNIT_STATE_CASTING
Definition UnitDefines.h:188
bool UpdateVictim()
Definition CreatureAI.cpp:350
void DoMeleeAttackIfReady()
Definition UnitAI.cpp:40
Unit * SelectTarget(SelectTargetMethod targetType, uint32 position=0, float dist=0.0f, bool playerOnly=false, bool withTank=true, int32 aura=0)
Definition UnitAI.cpp:111
SpellCastResult DoCast(uint32 spellId)
Definition UnitAI.cpp:178
Definition Unit.h:664
Aura * AddAura(uint32 spellId, Unit *target)
Definition Unit.cpp:15117
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:1375
bool HasUnitState(const uint32 f) const
Definition Unit.h:736
@ SPELL_REVIVE_CHAMPION
Definition icecrown_citadel.cpp:126
@ SAY_SVALNA_AGGRO
Definition icecrown_citadel.cpp:90
@ SAY_SVALNA_RESURRECT_CAPTAINS
Definition icecrown_citadel.cpp:88
@ SAY_SVALNA_EVENT_START
Definition icecrown_citadel.cpp:84

References _isEventInProgress, Unit::AddAura(), Unit::CastSpell(), UnitAI::DoCast(), UnitAI::DoMeleeAttackIfReady(), EVENT_IMPALING_SPEAR, EVENT_SVALNA_COMBAT, EVENT_SVALNA_RESURRECT, EVENT_SVALNA_START, Unit::HasUnitState(), ScriptedAI::me, Random, REACT_DEFENSIVE, SAY_SVALNA_AGGRO, SAY_SVALNA_EVENT_START, SAY_SVALNA_RESURRECT_CAPTAINS, UnitAI::SelectTarget(), Creature::SetReactState(), SPELL_AETHER_SHIELD, SPELL_IMPALING_SPEAR, SPELL_REVIVE_CHAMPION, UNIT_STATE_CASTING, and CreatureAI::UpdateVictim().

Member Data Documentation

◆ _isEventInProgress

bool boss_sister_svalna::boss_sister_svalnaAI::_isEventInProgress
private

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