AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
npc_hover_disk::npc_hover_diskAI Struct Reference
Inheritance diagram for npc_hover_disk::npc_hover_diskAI:
VehicleAI CreatureAI UnitAI

Public Member Functions

 npc_hover_diskAI (Creature *pCreature)
 
void PassengerBoarded (Unit *who, int8, bool apply) override
 == Fields =======================================
 
void MovementInform (uint32 type, uint32 id) override
 
void DoAction (int32 param) override
 
void UpdateAI (uint32 diff) override
 
void MoveInLineOfSight (Unit *) override
 
void AttackStart (Unit *) override
 
- Public Member Functions inherited from VehicleAI
 VehicleAI (Creature *creature)
 
void UpdateAI (uint32 diff) override
 
void MoveInLineOfSight (Unit *) override
 
void AttackStart (Unit *) override
 
void OnCharmed (bool apply) 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 OnPowerUpdate (Powers, int32, int32, uint32)
 
virtual void HealDone (Unit *, uint32 &)
 
virtual void OnCalculateMeleeDamageReceived (uint32 &, Unit *)
 
virtual void OnCalculateSpellDamageReceived (int32 &, Unit *)
 
virtual void OnCalculatePeriodicTickReceived (uint32 &, Unit *)
 
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
 

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 VehicleAI
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
 
TaskScheduler scheduler
 
CreatureBoundary const * _boundary
 
bool _negateBoundary
 
- Protected Attributes inherited from UnitAI
Unit *const me
 

Detailed Description

Constructor & Destructor Documentation

◆ npc_hover_diskAI()

npc_hover_disk::npc_hover_diskAI::npc_hover_diskAI ( Creature pCreature)
inline
1250 : VehicleAI(pCreature)
1251 {
1253 events.Reset();
1254 }
events
Definition: boss_sartura.cpp:43
Definition: CombatAI.h:99
Creature *const me
Definition: CreatureAI.h:73
InstanceScript * GetInstanceScript() const
Definition: Object.cpp:1192
InstanceScript * pInstance
Definition: boss_malygos.cpp:1256

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

Member Function Documentation

◆ AttackStart()

void npc_hover_disk::npc_hover_diskAI::AttackStart ( Unit )
inlineoverridevirtual

Reimplemented from VehicleAI.

1376{}

◆ DoAction()

void npc_hover_disk::npc_hover_diskAI::DoAction ( int32  param)
inlineoverridevirtual

Reimplemented from UnitAI.

1328 {
1329 switch(param)
1330 {
1331 case 1: // move to next point
1332 if (Vehicle* v = me->GetVehicleKit())
1333 if (Unit* pass = v->GetPassenger(0))
1334 switch(pass->GetEntry())
1335 {
1336 case NPC_NEXUS_LORD:
1337 {
1338 float angle = CenterPos.GetAngle(me);
1339 float newangle = angle - 0.5f;
1340 if (newangle < 0.0f) newangle += 2 * M_PI;
1341 float newz = me->GetPositionZ() - 4.0f;
1342 if (newz < CenterPos.GetPositionZ()) newz = CenterPos.GetPositionZ();
1343 me->GetMotionMaster()->MovePoint(MI_POINT_NEXUS_LORD, CenterPos.GetPositionX() + cos(newangle) * 22.0f, CenterPos.GetPositionY() + std::sin(newangle) * 22.0f, newz);
1344 }
1345 break;
1347 {
1348 float angle = CenterPos.GetAngle(me);
1349 float newangle = angle - 0.3f;
1350 if (newangle < 0.0f) newangle += 2 * M_PI;
1351 float newz = me->GetPositionZ() - 2.0f;
1352 if (newz < CenterPos.GetPositionZ() + 20.0f) newz = CenterPos.GetPositionZ() + 20.0f;
1353 me->GetMotionMaster()->MovePoint(MI_POINT_SCION, CenterPos.GetPositionX() + cos(newangle) * 30.0f, CenterPos.GetPositionY() + std::sin(newangle) * 30.0f, newz);
1354 }
1355 break;
1356 }
1357 break;
1358 }
1359 }
const Position CenterPos
Definition: halls_of_reflection.h:321
@ MI_POINT_NEXUS_LORD
Definition: boss_malygos.cpp:55
@ MI_POINT_SCION
Definition: boss_malygos.cpp:54
@ NPC_SCION_OF_ETERNITY
Definition: eye_of_eternity.h:45
@ NPC_NEXUS_LORD
Definition: eye_of_eternity.h:44
float GetPositionZ() const
Definition: Position.h:119
float GetPositionX() const
Definition: Position.h:117
float GetPositionY() const
Definition: Position.h:118
float GetAngle(const Position *pos) const
Definition: Position.cpp:77
Definition: Unit.h:1302
MotionMaster * GetMotionMaster()
Definition: Unit.h:2276
Vehicle * GetVehicleKit() const
Definition: Unit.h:2367
Definition: Vehicle.h:30
void MovePoint(uint32 id, const Position &pos, bool generatePath=true, bool forceDestination=true)
Definition: MotionMaster.h:211

References CenterPos, Position::GetAngle(), Unit::GetMotionMaster(), Position::GetPositionX(), Position::GetPositionY(), Position::GetPositionZ(), Unit::GetVehicleKit(), CreatureAI::me, MI_POINT_NEXUS_LORD, MI_POINT_SCION, MotionMaster::MovePoint(), NPC_NEXUS_LORD, and NPC_SCION_OF_ETERNITY.

Referenced by UpdateAI().

◆ MoveInLineOfSight()

void npc_hover_disk::npc_hover_diskAI::MoveInLineOfSight ( Unit )
inlineoverridevirtual

Reimplemented from VehicleAI.

1375{}

◆ MovementInform()

void npc_hover_disk::npc_hover_diskAI::MovementInform ( uint32  type,
uint32  id 
)
inlineoverridevirtual

Reimplemented from CreatureAI.

1303 {
1304 if (type != POINT_MOTION_TYPE)
1305 return;
1306
1307 switch (id)
1308 {
1309 case MI_POINT_SCION:
1310 events.RescheduleEvent(EVENT_DISK_MOVE_NEXT_POINT, 0ms);
1311 break;
1313 if (me->GetPositionZ() > CenterPos.GetPositionZ() + 2.0f)
1314 events.RescheduleEvent(EVENT_DISK_MOVE_NEXT_POINT, 0ms);
1315 else if (Vehicle* v = me->GetVehicleKit())
1316 if (Unit* pass = v->GetPassenger(0))
1317 if (Creature* c = pass->ToCreature())
1318 {
1319 c->SetReactState(REACT_AGGRESSIVE);
1320 if (Player* plr = c->SelectNearestPlayer(100.0f))
1321 c->AI()->AttackStart(plr);
1322 }
1323 break;
1324 }
1325 }
@ REACT_AGGRESSIVE
Definition: Unit.h:1037
@ POINT_MOTION_TYPE
Definition: MotionMaster.h:46
@ EVENT_DISK_MOVE_NEXT_POINT
Definition: boss_malygos.cpp:144
Definition: Creature.h:46
Creature * ToCreature()
Definition: Object.h:197
Player * SelectNearestPlayer(float distance=0) const
Definition: Object.cpp:2461
Definition: Player.h:1056

References CenterPos, EVENT_DISK_MOVE_NEXT_POINT, Position::GetPositionZ(), Unit::GetVehicleKit(), CreatureAI::me, MI_POINT_NEXUS_LORD, MI_POINT_SCION, POINT_MOTION_TYPE, REACT_AGGRESSIVE, WorldObject::SelectNearestPlayer(), and Object::ToCreature().

◆ PassengerBoarded()

void npc_hover_disk::npc_hover_diskAI::PassengerBoarded ( Unit ,
int8  ,
bool   
)
inlineoverridevirtual

== Fields =======================================

Reimplemented from CreatureAI.

1260 {
1261 events.Reset();
1262 if (!who)
1263 return;
1264 if (apply)
1265 {
1266 if (who->GetTypeId() == TYPEID_PLAYER)
1267 {
1268 who->ApplySpellImmune(0, IMMUNITY_ID, SPELL_ARCANE_OVERLOAD_DMG, true);
1269 who->ApplySpellImmune(0, IMMUNITY_ID, SPELL_SURGE_OF_POWER_DMG, true);
1270 me->SetSpeed(MOVE_RUN, 1.5f);
1271 me->SetSpeed(MOVE_FLIGHT, 1.5f);
1272 }
1273 else if (who->GetEntry() == NPC_NEXUS_LORD)
1274 {
1275 me->SetSpeed(MOVE_RUN, 1.5f);
1276 me->SetSpeed(MOVE_FLIGHT, 1.5f);
1277 }
1278 else
1279 {
1280 me->SetSpeed(MOVE_RUN, 0.6f);
1281 me->SetSpeed(MOVE_FLIGHT, 0.6f);
1282 }
1283
1284 who->SetFacingTo(me->GetOrientation());
1285 me->SetCanFly(true);
1286 }
1287 else
1288 {
1290 me->DisableSpline();
1291 me->SetCanFly(false);
1292 me->GetMotionMaster()->MoveLand(0, me->GetPositionX(), me->GetPositionY(), 267.24f, 10.0f);
1293
1294 if (who->GetTypeId() == TYPEID_PLAYER)
1295 {
1296 who->ApplySpellImmune(0, IMMUNITY_ID, SPELL_ARCANE_OVERLOAD_DMG, false);
1297 who->ApplySpellImmune(0, IMMUNITY_ID, SPELL_SURGE_OF_POWER_DMG, false);
1298 }
1299 }
1300 }
@ TYPEID_PLAYER
Definition: ObjectGuid.h:38
@ MOVE_FLIGHT
Definition: Unit.h:384
@ MOVE_RUN
Definition: Unit.h:379
@ SPELL_SURGE_OF_POWER_DMG
Definition: boss_malygos.cpp:78
@ SPELL_ARCANE_OVERLOAD_DMG
Definition: boss_malygos.cpp:73
@ IMMUNITY_ID
Definition: SharedDefines.h:1400
bool SetCanFly(bool enable, bool packetOnly=false) override
Definition: Creature.cpp:3194
float GetOrientation() const
Definition: Position.h:120
void DisableSpline()
Definition: Unit.cpp:655
void SetSpeed(UnitMoveType mtype, float rate, bool forced=false)
Definition: Unit.cpp:14414
void MoveLand(uint32 id, Position const &pos, float speed=0.0f)
Definition: MotionMaster.cpp:467
void MoveIdle()
Definition: MotionMaster.cpp:232

References Unit::ApplySpellImmune(), Unit::DisableSpline(), Object::GetEntry(), Unit::GetMotionMaster(), Position::GetOrientation(), Position::GetPositionX(), Position::GetPositionY(), Object::GetTypeId(), IMMUNITY_ID, CreatureAI::me, MOVE_FLIGHT, MOVE_RUN, MotionMaster::MoveIdle(), MotionMaster::MoveLand(), NPC_NEXUS_LORD, Creature::SetCanFly(), Unit::SetFacingTo(), Unit::SetSpeed(), SPELL_ARCANE_OVERLOAD_DMG, SPELL_SURGE_OF_POWER_DMG, and TYPEID_PLAYER.

◆ UpdateAI()

void npc_hover_disk::npc_hover_diskAI::UpdateAI ( uint32  diff)
inlineoverridevirtual

Reimplemented from VehicleAI.

1362 {
1363 events.Update(diff);
1364
1365 switch(events.ExecuteEvent())
1366 {
1367 case 0:
1368 break;
1370 DoAction(1);
1371 break;
1372 }
1373 }
void DoAction(int32 param) override
Definition: boss_malygos.cpp:1327

References DoAction(), and EVENT_DISK_MOVE_NEXT_POINT.

Member Data Documentation

◆ events

EventMap npc_hover_disk::npc_hover_diskAI::events

◆ pInstance

InstanceScript* npc_hover_disk::npc_hover_diskAI::pInstance

Referenced by npc_hover_diskAI().