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

Public Member Functions

 boss_ignis (Creature *pCreature)
 
void Reset () override
 
void JustEngagedWith (Unit *) override
 Called for reaction when initially engaged - this happens after JustEnteredCombat.
 
void DoAction (int32 action) override
 
uint32 GetData (uint32 id) const override
 
void JustReachedHome () override
 
void KilledUnit (Unit *victim) override
 
void JustDied (Unit *) override
 
void SpellHit (Unit *caster, SpellInfo const *spell) override
 
void MoveInLineOfSight (Unit *) override
 
void UpdateAI (uint32 diff) override
 Use to start attacking a target. Called just before JustEngagedWith()
 
void EnterEvadeMode (EvadeReason why) override
 
- 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 void InitializeAI ()
 
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, int32 aura=0)
 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

uint8 counter
 
bool bShattered
 
uint32 lastShatterMSTime
 
- Public Attributes inherited from BossAI
float callForHelpRange
 
InstanceScript *const instance
 
- 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 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)
 
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_ignis()

boss_ignis::boss_ignis ( Creature pCreature)
inline
176: BossAI(pCreature, BOSS_IGNIS) { }
Definition ScriptedCreature.h:485
@ BOSS_IGNIS
Definition ulduar.h:32

Member Function Documentation

◆ DoAction()

void boss_ignis::DoAction ( int32  action)
inlineoverridevirtual

Reimplemented from UnitAI.

234 {
235 if (action == ACTION_CONSTRUCT_SHATTERED)
236 {
239 bShattered = true;
240
242 }
243 }
uint32 getMSTimeDiff(uint32 oldMSTime, uint32 newMSTime)
Definition Timer.h:110
@ ACTION_CONSTRUCT_SHATTERED
Definition boss_ignis.cpp:82
Milliseconds GetGameTimeMS()
Definition GameTime.cpp:43
bool bShattered
Definition boss_ignis.cpp:179
uint32 lastShatterMSTime
Definition boss_ignis.cpp:180

References ACTION_CONSTRUCT_SHATTERED, bShattered, GameTime::GetGameTimeMS(), getMSTimeDiff(), and lastShatterMSTime.

◆ EnterEvadeMode()

void boss_ignis::EnterEvadeMode ( EvadeReason  why)
inlineoverridevirtual

Reimplemented from CreatureAI.

386 {
388 me->DisableRotate(false);
390 }
@ UNIT_STATE_ROOT
Definition UnitDefines.h:183
void EnterEvadeMode(EvadeReason why=EVADE_REASON_OTHER) override
Definition ScriptedCreature.h:526
void DisableRotate(bool apply)
Definition Unit.cpp:14557
void SetControlled(bool apply, UnitState state, Unit *source=nullptr, bool isFear=false)
Definition Unit.cpp:14327
Creature * me
Definition ScriptedCreature.h:281

References Unit::DisableRotate(), BossAI::EnterEvadeMode(), ScriptedAI::me, Unit::SetControlled(), and UNIT_STATE_ROOT.

Referenced by UpdateAI().

◆ GetData()

uint32 boss_ignis::GetData ( uint32  id) const
inlineoverridevirtual

Reimplemented from UnitAI.

246 {
247 if (id == DATA_SHATTERED)
248 return (bShattered ? 1 : 0);
249 return 0;
250 }
@ DATA_SHATTERED
Definition boss_ignis.cpp:87

References bShattered, and DATA_SHATTERED.

◆ JustDied()

void boss_ignis::JustDied ( Unit )
inlineoverridevirtual

Reimplemented from CreatureAI.

265 {
267 _JustDied();
268
269 std::list<Creature*> icl;
271 for (std::list<Creature*>::iterator itr = icl.begin(); itr != icl.end(); ++itr)
272 if ((*itr)->IsAlive() && (*itr)->IsInCombat())
273 Unit::Kill(*itr, *itr);
274 }
@ SAY_DEATH
Definition boss_ignis.cpp:64
@ NPC_IRON_CONSTRUCT
Definition boss_ignis.cpp:51
void _JustDied()
Definition ScriptedCreature.cpp:664
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:13997
void GetCreaturesWithEntryInRange(std::list< Creature * > &creatureList, float radius, uint32 entry)
Definition Object.cpp:3060
Talk
Definition hyjal.cpp:82

References BossAI::_JustDied(), WorldObject::GetCreaturesWithEntryInRange(), Unit::Kill(), ScriptedAI::me, NPC_IRON_CONSTRUCT, and SAY_DEATH.

◆ JustEngagedWith()

void boss_ignis::JustEngagedWith ( Unit )
inlineoverridevirtual

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

Reimplemented from CreatureAI.

196 {
197 me->setActive(true);
198
199 std::list<Creature*> icl;
201 for( std::list<Creature*>::iterator itr = icl.begin(); itr != icl.end(); ++itr )
202 {
203 if (!(*itr)->IsAlive())
204 {
205 (*itr)->Respawn();
206 (*itr)->UpdatePosition((*itr)->GetHomePosition(), true);
207 (*itr)->StopMovingOnCurrentPos();
208 }
209 (*itr)->AI()->Reset();
210 if (!(*itr)->HasAura(38757))
211 (*itr)->CastSpell((*itr), 38757, true);
212 }
213
214 bShattered = false;
216 events.Reset();
217 events.ScheduleEvent(EVENT_ACTIVATE_CONSTRUCT, RAID_MODE(40s, 30s));
218 events.ScheduleEvent(EVENT_SPELL_SCORCH, 10s);
219 events.ScheduleEvent(EVENT_SPELL_FLAME_JETS, 32s);
220 events.ScheduleEvent(EVENT_GRAB, 25s);
221
224
225 if (instance)
226 {
230 }
231 }
@ ACHIEVEMENT_TIMED_TYPE_EVENT
Definition DBCEnums.h:110
@ IN_PROGRESS
Definition InstanceScript.h:59
#define ACHIEV_STOKIN_THE_FURNACE_EVENT
Definition boss_ignis.cpp:68
@ EVENT_ACTIVATE_CONSTRUCT
Definition boss_ignis.cpp:73
@ EVENT_GRAB
Definition boss_ignis.cpp:77
@ EVENT_SPELL_SCORCH
Definition boss_ignis.cpp:74
@ EVENT_SPELL_FLAME_JETS
Definition boss_ignis.cpp:76
@ SAY_AGGRO
Definition boss_ignis.cpp:58
events
Definition boss_sartura.cpp:43
InstanceScript *const instance
Definition ScriptedCreature.h:492
void DoZoneInCombat(Creature *creature=nullptr, float maxRangeToNearestTarget=250.0f)
Definition CreatureAI.cpp:117
virtual bool SetBossState(uint32 id, EncounterState state)
Definition InstanceScript.cpp:396
void DoStartTimedAchievement(AchievementCriteriaTimedTypes type, uint32 entry)
Definition InstanceScript.cpp:676
void DoStopTimedAchievement(AchievementCriteriaTimedTypes type, uint32 entry)
Definition InstanceScript.cpp:685
void setActive(bool isActiveObject)
Definition Object.cpp:1082
const T & RAID_MODE(const T &normal10, const T &normal25) const
Definition ScriptedCreature.h:408

References ACHIEV_STOKIN_THE_FURNACE_EVENT, ACHIEVEMENT_TIMED_TYPE_EVENT, BOSS_IGNIS, bShattered, InstanceScript::DoStartTimedAchievement(), InstanceScript::DoStopTimedAchievement(), CreatureAI::DoZoneInCombat(), EVENT_ACTIVATE_CONSTRUCT, EVENT_GRAB, EVENT_SPELL_FLAME_JETS, EVENT_SPELL_SCORCH, WorldObject::GetCreaturesWithEntryInRange(), IN_PROGRESS, BossAI::instance, lastShatterMSTime, ScriptedAI::me, NPC_IRON_CONSTRUCT, ScriptedAI::RAID_MODE(), SAY_AGGRO, WorldObject::setActive(), and InstanceScript::SetBossState().

◆ JustReachedHome()

void boss_ignis::JustReachedHome ( )
inlineoverridevirtual

Reimplemented from CreatureAI.

253 {
255 me->setActive(false);
256 }
void _JustReachedHome()
Definition ScriptedCreature.h:534

References BossAI::_JustReachedHome(), ScriptedAI::me, and WorldObject::setActive().

◆ KilledUnit()

void boss_ignis::KilledUnit ( Unit victim)
inlineoverridevirtual

Reimplemented from CreatureAI.

259 {
260 if (victim->IsPlayer())
261 Talk(SAY_SLAY);
262 }
@ SAY_SLAY
Definition boss_ignis.cpp:62
bool IsPlayer() const
Definition Object.h:201

References Object::IsPlayer(), and SAY_SLAY.

◆ MoveInLineOfSight()

void boss_ignis::MoveInLineOfSight ( Unit )
inlineoverridevirtual

Reimplemented from CreatureAI.

285{}

◆ Reset()

void boss_ignis::Reset ( )
inlineoverridevirtual

◆ SpellHit()

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

Reimplemented from CreatureAI.

277 {
278 if (caster && spell->Id == SPELL_GRAB_CONTROL_2)
279 {
280 //caster->ClearUnitState(UNIT_STATE_ONVEHICLE);
281 me->CastSpell(caster, SPELL_SLAG_POT, true);
282 }
283 }
@ SPELL_GRAB_CONTROL_2
Definition boss_ignis.cpp:39
@ SPELL_SLAG_POT
Definition boss_ignis.cpp:35
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:1389

References Unit::CastSpell(), SpellInfo::Id, ScriptedAI::me, SPELL_GRAB_CONTROL_2, and SPELL_SLAG_POT.

◆ UpdateAI()

void boss_ignis::UpdateAI ( uint32  )
inlineoverridevirtual

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

Implements UnitAI.

288 {
289 if (!UpdateVictim())
290 return;
291
292 if (me->GetPositionX() < 490.0f || me->GetPositionX() > 690.0f || me->GetPositionY() < 130.0f || me->GetPositionY() > 410.0f)
293 {
295 return;
296 }
297
298 events.Update(diff);
299
301 return;
302
303 switch (events.ExecuteEvent())
304 {
305 case 0:
306 break;
310 if (++counter >= 20)
311 {
313 me->CastSpell(me, SPELL_BERSERK, true);
314 break;
315 }
316 events.Repeat(RAID_MODE(40s, 30s));
317 break;
321 me->DisableRotate(true);
323 me->CastSpell(me->GetVictim(), SPELL_SCORCH, false);
324 events.Repeat(20s);
325 events.RescheduleEvent(EVENT_ENABLE_ROTATE, 3s);
326 break;
329 me->DisableRotate(false);
330 break;
334 events.Repeat(25s);
335 break;
336 case EVENT_GRAB:
337 {
338 std::list<Creature*> icl;
340
341 GuidVector playerGUIDs;
342 Map::PlayerList const& pl = me->GetMap()->GetPlayers();
343 Player* temp = nullptr;
344
345 for (Map::PlayerList::const_iterator itr = pl.begin(); itr != pl.end(); ++itr)
346 {
347 temp = itr->GetSource();
348 if (!temp->IsAlive() || temp->GetExactDist2d(me) > 90.0f)
349 continue;
350 if (me->GetVictim() && temp->GetGUID() == me->GetVictim()->GetGUID())
351 continue;
352 bool found = false;
353 for (std::list<Creature*>::iterator iterator = icl.begin(); iterator != icl.end(); ++iterator)
354 {
355 if ((*iterator)->GetVictim() && (*iterator)->GetVictim()->GetGUID() == temp->GetGUID())
356 {
357 found = true;
358 break;
359 }
360 }
361
362 if (!found)
363 playerGUIDs.push_back(temp->GetGUID());
364 }
365
366 if (!playerGUIDs.empty())
367 {
368 int8 pos = urand(0, playerGUIDs.size() - 1);
369 if (Player* pTarget = ObjectAccessor::GetPlayer(*me, playerGUIDs.at(pos)))
370 {
372 me->CastSpell(pTarget, SPELL_GRAB, false);
373 }
374 }
375
376 events.Repeat(24s);
377 events.DelayEvents(6s);
378 }
379 break;
380 }
381
383 }
std::int8_t int8
Definition Define.h:105
std::vector< ObjectGuid > GuidVector
Definition ObjectGuid.h:256
uint32 urand(uint32 min, uint32 max)
Definition Random.cpp:44
@ SPELLVALUE_MAX_TARGETS
Definition SpellDefines.h:117
@ UNIT_STATE_CASTING
Definition UnitDefines.h:188
@ EVENT_ENABLE_ROTATE
Definition boss_ignis.cpp:75
@ SPELL_GRAB
Definition boss_ignis.cpp:37
@ SPELL_ACTIVATE_CONSTRUCT
Definition boss_ignis.cpp:33
@ SPELL_FLAME_JETS
Definition boss_ignis.cpp:31
@ SPELL_SCORCH
Definition boss_ignis.cpp:32
@ SPELL_BERSERK
Definition boss_ignis.cpp:36
@ EMOTE_JETS
Definition boss_ignis.cpp:65
@ SAY_SCORCH
Definition boss_ignis.cpp:61
@ SAY_SUMMON
Definition boss_ignis.cpp:59
@ SAY_BERSERK
Definition boss_ignis.cpp:63
@ SAY_SLAG_POT
Definition boss_ignis.cpp:60
@ EVADE_REASON_OTHER
Definition CreatureAI.h:92
bool UpdateVictim()
Definition CreatureAI.cpp:350
Definition LinkedList.h:139
Definition MapRefMgr.h:26
iterator begin()
Definition MapRefMgr.h:36
iterator end()
Definition MapRefMgr.h:37
PlayerList const & GetPlayers() const
Definition Map.h:329
static ObjectGuid GetGUID(Object const *o)
Definition Object.h:114
Definition Player.h:1084
void DoMeleeAttackIfReady()
Definition UnitAI.cpp:40
Definition Unit.h:664
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:1446
bool IsAlive() const
Definition Unit.h:1797
void SendMovementFlagUpdate(bool self=false)
Definition Unit.cpp:13110
Unit * GetVictim() const
Definition Unit.h:903
bool HasUnitState(const uint32 f) const
Definition Unit.h:736
Map * GetMap() const
Definition Object.h:625
Player * GetPlayer(Map const *, ObjectGuid const &guid)
Definition ObjectAccessor.cpp:220
float GetExactDist2d(const float x, const float y) const
Definition Position.h:170
float GetPositionX() const
Definition Position.h:121
float GetPositionY() const
Definition Position.h:122
void EnterEvadeMode(EvadeReason why) override
Definition boss_ignis.cpp:385

References MapRefMgr::begin(), Unit::CastCustomSpell(), Unit::CastSpell(), counter, Unit::DisableRotate(), UnitAI::DoMeleeAttackIfReady(), EMOTE_JETS, MapRefMgr::end(), EnterEvadeMode(), CreatureAI::EVADE_REASON_OTHER, EVENT_ACTIVATE_CONSTRUCT, EVENT_ENABLE_ROTATE, EVENT_GRAB, EVENT_SPELL_FLAME_JETS, EVENT_SPELL_SCORCH, WorldObject::GetCreaturesWithEntryInRange(), Position::GetExactDist2d(), Object::GetGUID(), WorldObject::GetMap(), ObjectAccessor::GetPlayer(), Map::GetPlayers(), Position::GetPositionX(), Position::GetPositionY(), Unit::GetVictim(), Unit::HasUnitState(), Unit::IsAlive(), ScriptedAI::me, NPC_IRON_CONSTRUCT, ScriptedAI::RAID_MODE(), SAY_BERSERK, SAY_SCORCH, SAY_SLAG_POT, SAY_SUMMON, Unit::SendMovementFlagUpdate(), Unit::SetControlled(), SPELL_ACTIVATE_CONSTRUCT, SPELL_BERSERK, SPELL_FLAME_JETS, SPELL_GRAB, SPELL_SCORCH, SPELLVALUE_MAX_TARGETS, UNIT_STATE_CASTING, UNIT_STATE_ROOT, CreatureAI::UpdateVictim(), and urand().

Member Data Documentation

◆ bShattered

bool boss_ignis::bShattered

◆ counter

uint8 boss_ignis::counter

Referenced by Reset(), and UpdateAI().

◆ lastShatterMSTime

uint32 boss_ignis::lastShatterMSTime

Referenced by DoAction(), JustEngagedWith(), and Reset().


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