![]() |
TrinityCore
|
#include <CreatureAI.h>
Public Types | |
enum | EvadeReason { EVADE_REASON_NO_HOSTILES , EVADE_REASON_BOUNDARY , EVADE_REASON_NO_PATH , EVADE_REASON_SEQUENCE_BREAK , EVADE_REASON_OTHER } |
Public Member Functions | |
CreatureAI (Creature *creature) | |
virtual | ~CreatureAI () |
bool | IsEngaged () const |
void | Talk (uint8 id, WorldObject const *whisperTarget=nullptr) |
void | MoveInLineOfSight_Safe (Unit *who) |
== Reactions At ================================= More... | |
void | TriggerAlert (Unit const *who) const |
virtual void | EnterEvadeMode (EvadeReason why=EVADE_REASON_OTHER) |
void | JustEnteredCombat (Unit *) override |
virtual void | JustStartedThreateningMe (Unit *who) |
virtual void | JustEngagedWith (Unit *) |
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 | SpellHit (WorldObject *, SpellInfo const *) |
virtual void | SpellHitTarget (WorldObject *, SpellInfo const *) |
virtual void | OnSpellCast (SpellInfo const *) |
virtual void | OnSpellFailed (SpellInfo const *) |
virtual void | OnSpellStart (SpellInfo const *) |
virtual void | OnChannelFinished (SpellInfo const *) |
virtual bool | IsEscorted () const |
virtual void | JustAppeared () |
virtual void | MovementInform (uint32, uint32) |
void | OnCharmed (bool isNew) override |
virtual void | JustReachedHome () |
void | DoZoneInCombat (Creature *creature=nullptr) |
virtual void | ReceiveEmote (Player *, uint32) |
virtual void | OwnerAttackedBy (Unit *attacker) |
virtual void | OwnerAttacked (Unit *target) |
virtual void | CorpseRemoved (uint32 &) |
== Triggered Actions Requested ================== More... | |
virtual Optional< QuestGiverStatus > | GetDialogStatus (Player *) |
== Gossip system ================================ More... | |
virtual bool | OnGossipHello (Player *) |
virtual bool | OnGossipSelect (Player *, uint32, uint32) |
virtual bool | OnGossipSelectCode (Player *, uint32, uint32, char const *) |
virtual void | OnQuestAccept (Player *, Quest const *) |
virtual void | OnQuestReward (Player *, Quest const *, uint32) |
virtual void | WaypointStarted (uint32, uint32) |
== Waypoints system ============================= More... | |
virtual void | WaypointReached (uint32, uint32) |
virtual void | WaypointPathEnded (uint32, uint32) |
virtual void | PassengerBoarded (Unit *, int8, bool) |
== Fields ======================================= More... | |
virtual void | OnSpellClick (Unit *, bool) |
virtual bool | CanSeeAlways (WorldObject const *) |
virtual PlayerAI * | GetAIForCharmedPlayer (Player *) |
int32 | VisualizeBoundary (Seconds duration, Unit *owner=nullptr, bool fill=false) const |
virtual bool | CheckInRoom () |
CreatureBoundary const * | GetBoundary () const |
void | SetBoundary (CreatureBoundary const *boundary, bool negativeBoundaries=false) |
bool | IsInBoundary (Position const *who=nullptr) const |
![]() | |
UnitAI (Unit *unit) | |
virtual | ~UnitAI () |
virtual bool | CanAIAttack (Unit const *) const |
virtual void | AttackStart (Unit *) |
virtual void | UpdateAI (uint32 diff)=0 |
virtual void | InitializeAI () |
virtual void | Reset () |
virtual void | OnCharmed (bool isNew) |
virtual void | DoAction (int32) |
virtual uint32 | GetData (uint32) const |
virtual void | SetData (uint32, uint32) |
virtual void | SetGUID (ObjectGuid const &, int32=0) |
virtual ObjectGuid | GetGUID (int32=0) const |
Unit * | SelectTarget (SelectTargetMethod targetType, uint32 offset=0, float dist=0.0f, bool playerOnly=false, bool withTank=true, int32 aura=0) |
template<class PREDICATE > | |
Unit * | SelectTarget (SelectTargetMethod targetType, uint32 offset, PREDICATE const &predicate) |
void | SelectTargetList (std::list< Unit * > &targetList, uint32 num, SelectTargetMethod targetType, uint32 offset=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 offset, PREDICATE const &predicate) |
virtual void | JustEnteredCombat (Unit *) |
virtual void | JustExitedCombat () |
virtual void | OnDespawn () |
virtual void | DamageDealt (Unit *, uint32 &, DamageEffectType) |
virtual void | DamageTaken (Unit *, uint32 &, DamageEffectType, SpellInfo const *) |
virtual void | HealReceived (Unit *, uint32 &) |
virtual void | HealDone (Unit *, uint32 &) |
virtual void | SpellInterrupted (uint32, uint32) |
void | AttackStartCaster (Unit *victim, float dist) |
SpellCastResult | DoCast (uint32 spellId) |
SpellCastResult | DoCast (Unit *victim, uint32 spellId, CastSpellExtraArgs const &args={}) |
SpellCastResult | DoCastSelf (uint32 spellId, CastSpellExtraArgs const &args={}) |
SpellCastResult | DoCastVictim (uint32 spellId, CastSpellExtraArgs const &args={}) |
SpellCastResult | DoCastAOE (uint32 spellId, CastSpellExtraArgs const &args={}) |
float | DoGetSpellMaxRange (uint32 spellId, bool positive=false) |
virtual bool | ShouldSparWith (Unit const *) const |
void | DoMeleeAttackIfReady () |
bool | DoSpellAttackIfReady (uint32 spell) |
virtual void | OnGameEvent (bool, uint16) |
virtual std::string | GetDebugInfo () const |
Static Public Member Functions | |
static bool | IsInBounds (CreatureBoundary const &boundary, Position const *who) |
![]() | |
static void | FillAISpellInfo () |
Protected Member Functions | |
bool | UpdateVictim () |
Creature * | DoSummon (uint32 entry, Position const &pos, Milliseconds despawnTime=30s, TempSummonType summonType=TEMPSUMMON_CORPSE_TIMED_DESPAWN) |
Creature * | DoSummon (uint32 entry, WorldObject *obj, float radius=5.0f, Milliseconds despawnTime=30s, TempSummonType summonType=TEMPSUMMON_CORPSE_TIMED_DESPAWN) |
Creature * | DoSummonFlyer (uint32 entry, WorldObject *obj, float flightZ, float radius=5.0f, Milliseconds despawnTime=30s, TempSummonType summonType=TEMPSUMMON_CORPSE_TIMED_DESPAWN) |
void | EngagementStart (Unit *who) |
void | EngagementOver () |
virtual void | MoveInLineOfSight (Unit *) |
bool | _EnterEvadeMode (EvadeReason why=EVADE_REASON_OTHER) |
Protected Attributes | |
Creature *const | me |
CreatureBoundary const * | _boundary |
bool | _negateBoundary |
![]() | |
Unit *const | me |
Private Member Functions | |
void | OnOwnerCombatInteraction (Unit *target) |
Private Attributes | |
bool | _isEngaged |
bool | _moveInLOSLocked |
Additional Inherited Members | |
![]() | |
static AISpellInfoType * | AISpellInfo |
Definition at line 78 of file CreatureAI.h.
Enumerator | |
---|---|
EVADE_REASON_NO_HOSTILES | |
EVADE_REASON_BOUNDARY | |
EVADE_REASON_NO_PATH | |
EVADE_REASON_SEQUENCE_BREAK | |
EVADE_REASON_OTHER |
Definition at line 91 of file CreatureAI.h.
|
explicit |
Definition at line 40 of file CreatureAI.cpp.
|
virtual |
Definition at line 44 of file CreatureAI.cpp.
|
protected |
Definition at line 294 of file CreatureAI.cpp.
|
inlinevirtual |
Reimplemented in GuardAI, and boss_veras_darkshadow.
Definition at line 235 of file CreatureAI.h.
|
virtual |
Reimplemented in boss_drekthar, and boss_galvangar.
Definition at line 419 of file CreatureAI.cpp.
|
inlinevirtual |
== Triggered Actions Requested ==================
== State checks =================================
Reimplemented in SmartAI.
Definition at line 198 of file CreatureAI.h.
|
protected |
Definition at line 437 of file CreatureAI.cpp.
|
protected |
|
protected |
Definition at line 448 of file CreatureAI.cpp.
void CreatureAI::DoZoneInCombat | ( | Creature * | creature = nullptr | ) |
|
protected |
Definition at line 282 of file CreatureAI.cpp.
|
protected |
Definition at line 270 of file CreatureAI.cpp.
|
virtual |
Reimplemented in CritterAI, boss_doomrel::boss_doomrelAI, boss_nightbane::boss_nightbaneAI, npc_highlord_darion_mograine::npc_highlord_darion_mograineAI, boss_brutallus, boss_sathrovarr, boss_kiljaeden::boss_kiljaedenAI, boss_arlokk, boss_thekal, npc_blackfathom_deeps_event, boss_infinite_corruptor::boss_infinite_corruptorAI, npc_arthas_stratholme::npc_arthas_stratholmeAI, npc_thrall_old_hillsbrad, boss_ayamiss::boss_ayamissAI, boss_buru::boss_buruAI, boss_ossirian::boss_ossirianAI, boss_skeram::boss_skeramAI, boss_viscidus::boss_viscidusAI, npc_ruul_snowhoof::npc_ruul_snowhoofAI, npc_clintar_spirit::npc_clintar_spiritAI, npc_gatewatcher_petAI, boss_halion, boss_northrend_beastsAI, boss_fjola, npc_phantom_mage::npc_phantom_mageAI, npc_phantom_hallucination::npc_phantom_hallucinationAI, boss_blood_queen_lana_thel, boss_deathbringer_saurfang, boss_festergut, boss_rotface, boss_sindragosa, npc_argent_captainAI, DarkFallenAI, boss_gothik, npc_gothik_minion_baseAI, npc_kelthuzad_minionAI, npc_kelthuzad_guardian, boss_noth, boss_thaddius, boss_urom, npc_bjarngrim_stormforged_lieutenant, npc_volkhan_molten_golem, boss_algalon_the_observer, boss_auriaya, boss_razorscale, npc_thorim_arena_phase::npc_thorim_arena_phaseAI, boss_voice_of_yogg_saron::boss_voice_of_yogg_saronAI, PalehoofMinionsBossAI, boss_massive_jormungar, npc_daegarn, npc_tournament_training_dummy, boss_grandmaster_vorpil, IllidariCouncilBossAI, npc_reliquary_combat_trigger, boss_hungarfen, boss_nethermancer_sepethrea, npc_pet_gen_pandaren_monk, SmartAI, GuardAI, PossessedAI, NullCreatureAI, PetAI, ScheduledChangeAI, boss_coren_direbrew, boss_vancleef, boss_attumen::boss_attumenAI, boss_midnight::boss_midnightAI, boss_felblood_kaelthas, boss_kirtonos_the_herald, boss_apothecary_hummel, boss_felmyst, boss_kalecgos, boss_entropius, boss_muru, npc_lord_gregor_lescovar::npc_lord_gregor_lescovarAI, npc_marzon_silent_blade::npc_marzon_silent_bladeAI, boss_jeklik, boss_amanitar, boss_jedoga_shadowseeker, boss_anub_arak, npc_anubarak_pet_template, boss_hadronox, npc_hadronox_crusherPackAI, npc_hadronox_foeAI, boss_krik_thir, boss_baltharus_the_warborn, npc_baltharus_the_warborn_clone, boss_general_zarithrian, npc_onyx_flamecaller, boss_twilight_halion, npc_meteor_strike_initial, npc_meteor_strike_flame, boss_saviana_ragefire, boss_jaraxxus, npc_tirion_toc, npc_the_lich_king_escape_hor::npc_the_lich_king_escape_horAI, npc_gauntlet_trash, boss_tyrannus, boss_drakkari_elemental, boss_gal_darah, boss_moorabi, boss_blood_council_controller, gunship_npc_AI, npc_high_overlord_saurfang_igb, npc_muradin_bronzebeard_igb, npc_gunship_mage, boss_lady_deathwhisper, boss_the_lich_king, npc_terenas_menethil, npc_broken_frostmourne, npc_vampiric_fiend, boss_four_horsemen_baseAI, npc_gothik_trigger, npc_fallout_slime, boss_kelthuzad, npc_stalagg, npc_feugen, npc_tesla, boss_malygos, npc_caster_hover_disk, npc_nexus_lord, npc_scion_of_eternity, boss_general_bjarngrim, boss_volkhan, boss_sjonnir, npc_black_hole, boss_vx_001::boss_vx_001AI, boss_aerial_command_unit::boss_aerial_command_unitAI, npc_razorscale_devouring_flame, boss_thorim::boss_thorimAI, boss_xt002, boss_palehoof, boss_skadi, npc_mrfloppy, npc_icefang, npc_yor, boss_gurtogg_bloodboil, boss_illidan_stormrage, npc_akama_illidan, boss_illidari_council, boss_mother_shahraz, boss_reliquary_of_souls, boss_shade_of_akama, npc_akama_shade, npc_ashtongue_sorcerer, npc_ashtongue_rogue, npc_ashtongue_elementalist, npc_ashtongue_spiritbinder, boss_supremus, boss_teron_gorefiend, boss_najentus, boss_ahune, boss_magtheridon, npc_hellfire_channeler, npc_ember_of_alar, npc_raging_flames, npc_pet_dk_rune_weapon, npc_pet_mage_mirror_image, npc_pet_pri_lightwell, EscortAI, and hyjalAI.
Definition at line 214 of file CreatureAI.cpp.
Reimplemented in boss_kelthuzad, and boss_blackheart_the_inciter_mc_dummy.
Definition at line 240 of file CreatureAI.h.
|
inline |
Definition at line 247 of file CreatureAI.h.
|
inlinevirtual |
== Gossip system ================================
Definition at line 206 of file CreatureAI.h.
|
inline |
|
inlinevirtual |
Reimplemented in EscortAI, and FollowerAI.
Definition at line 160 of file CreatureAI.h.
bool CreatureAI::IsInBoundary | ( | Position const * | who = nullptr | ) | const |
Definition at line 399 of file CreatureAI.cpp.
|
static |
|
inlinevirtual |
Reimplemented in npc_direbrew_minion, boss_gizrul_the_slavener, boss_rend_blackhand, npc_felblood_kaelthas_phoenix, boss_darkmaster_gandling, boss_kirtonos_the_herald, npc_void_sentinel, npc_blackfathom_deeps_event, npc_clintar_spirit::npc_clintar_spiritAI, npc_onyx_flamecaller, npc_meteor_strike, npc_meteor_strike_flame, npc_living_inferno, npc_living_ember, npc_corrupted_soul_fragment, npc_escape_event_trash, npc_big_ooze, npc_raging_spirit, npc_valkyr_shadowguard, npc_terenas_menethil, npc_spirit_bomb, npc_broken_frostmourne, npc_suppresser, npc_scion_of_eternity, npc_static_field, npc_constrictor_tentacle::npc_constrictor_tentacleAI, npc_yogg_saron_keeper::npc_yogg_saron_keeperAI, npc_yogg_saron_illusions::npc_yogg_saron_illusionsAI, npc_skadi_trashAI, npc_frozen_orb, npc_void_sentry, npc_crystal_spike_trigger, npc_coldflame, npc_steamrigger_mechanic, TriggerAI, SmartAI, boss_attumen::boss_attumenAI, npc_demon_chain::npc_demon_chainAI, npc_dark_fiend, npc_meteor_strike_initial, npc_combustion_consumption, npc_raging_ghoul::npc_raging_ghoulAI, npc_risen_witch_doctor::npc_risen_witch_doctorAI, npc_pit_of_saron_icicle, npc_fallout_slime, npc_arcane_overload, npc_wyrmrest_skytalon, npc_image_belgaristrasz, npc_ruby_emerald_amber_drake, npc_guardian_of_yogg_saron::npc_guardian_of_yogg_saronAI, npc_frostbrood_skytalon, boss_nazan, npc_oscillating_frequency_scanner_master_bunny::npc_oscillating_frequency_scanner_master_bunnyAI, npc_infernal_attacker::npc_infernal_attackerAI, npc_pet_dk_rune_weapon, npc_elwynn_forest_wolf, npc_imp_in_a_ball::npc_imp_in_a_ballAI, npc_tiger_matriarch, npc_bone_spike, npc_little_ooze, npc_strangulate_vehicle, npc_iron_roots::npc_iron_rootsAI, npc_flash_freeze::npc_flash_freezeAI, npc_ice_block::npc_ice_blockAI, npc_frost_tomb, npc_stolen_soul, npc_pet_pri_shadowfiend, npc_spirit_shade::npc_spirit_shadeAI, and boss_blackheart_the_inciter_mc_dummy.
Definition at line 136 of file CreatureAI.h.
|
virtual |
Reimplemented in NullCreatureAI, PetAI, ScheduledChangeAI, SmartAI, npc_av_marshal_or_warmaster, boss_drekthar, npc_blackhand_incarcerator, npc_kalecgos, npc_dark_rider_of_acherus, npc_scarlet_ghoul, npc_headless_horseman_head, boss_headless_horseman, boss_felmyst, npc_partygoer_pather, npc_partygoer, npc_rinji::npc_rinjiAI, npc_chromie_middle::npc_chromie_middleAI, npc_martha_goslin::npc_martha_goslinAI, npc_arthas_stratholme::npc_arthas_stratholmeAI, boss_hadronox, boss_krik_thir, npc_halion_controller, boss_twin_baseAI, BloodPrincesBossAI, npc_spinestalker, npc_rimefang_icc, npc_sindragosa_trash, npc_grobbulus_poison_cloud, npc_kelthuzad_shadow_fissure, npc_sapphiron_wing_buffet, boss_thaddius, boss_general_bjarngrim, boss_volkhan, npc_volkhan_molten_golem, npc_malformed_ooze, npc_iron_sludge, npc_xt_void_zone, npc_beryl_sorcerer, npc_captured_beryl_sorcerer, npc_thassarian, npc_brunnhildar_prisoner, npc_storm_cloud, npc_focus_fire, npc_ethereal_beacon, npc_ethereal_apprentice, npc_yor, npc_voidwalker_summoner, npc_void_traveler, npc_maiev, boss_doomlord_kazzak, npc_greyheart_spellbinder, npc_ahune_ice_spear_bunny, boss_watchkeeper_gargolmar, boss_harbinger_skyriss_illusion, npc_kael_flamestrike, npc_raging_flames, npc_pet_gen_soul_trader, npc_pet_hunter_snake_trap, and npc_gen_void_zone.
Definition at line 189 of file CreatureAI.cpp.
|
inlinevirtual |
Reimplemented in PossessedAI, BossAI, WorldBossAI, EscortAI, FollowerAI, boss_balinda, boss_coren_direbrew, boss_emperor_dagran_thaurissan::boss_draganthaurissanAI, boss_magmus::boss_magmusAI, boss_doomrel::boss_doomrelAI, boss_drakkisath, boss_gizrul_the_slavener, boss_gyth, boss_halycon, boss_highlord_omokk, boss_lord_valthalak, boss_mother_smolderweb, boss_overlord_wyrmthalak, boss_pyroguard_emberseer, quartermaster_zigris, boss_rend_blackhand, boss_shadow_hunter_voshgajin, boss_urok_doomhowl, boss_warmaster_voone, boss_broodlord, boss_nefarian, boss_razorgore, npc_son_of_flame, npc_flamewaker_priest, boss_grubbis::boss_grubbisAI, boss_curator::boss_curatorAI, boss_maiden_of_virtue::boss_maiden_of_virtueAI, boss_attumen::boss_attumenAI, boss_moroes::boss_moroesAI, boss_netherspite::boss_netherspiteAI, boss_nightbane::boss_nightbaneAI, boss_malchezaar::boss_malchezaarAI, boss_shade_of_aran::boss_aranAI, boss_terestian_illhoof::boss_terestianAI, npc_kilrek::npc_kilrekAI, npc_demon_chain::npc_demon_chainAI, boss_dorothee::boss_dorotheeAI, npc_tito::npc_titoAI, boss_strawman::boss_strawmanAI, boss_tinhead::boss_tinheadAI, boss_roar::boss_roarAI, boss_crone::boss_croneAI, boss_bigbadwolf::boss_bigbadwolfAI, boss_julianne::boss_julianneAI, boss_romulo::boss_romuloAI, boss_felblood_kaelthas, boss_priestess_delrissa, boss_priestess_lackey_commonAI, boss_selin_fireheart, npc_fel_crystal, boss_vexallus, npc_the_lich_king_tirion_dawn::npc_the_lich_king_tirion_dawnAI, npc_headless_horseman_head, boss_headless_horseman, boss_herod, boss_interrogator_vishas, boss_darkmaster_gandling, boss_death_knight_darkreaver, boss_jandice_barov, boss_kirtonos_the_herald, boss_apothecary_hummel, npc_apothecary_frye, npc_apothecary_baxter, npc_arugal_voidwalker::npc_arugal_voidwalkerAI, boss_baroness_anastari, boss_cannon_master_willey::boss_cannon_master_willeyAI, boss_dathrohan_balnazzar::boss_dathrohan_balnazzarAI, boss_magistrate_barthilas::boss_magistrate_barthilasAI, boss_maleki_the_pallid::boss_maleki_the_pallidAI, boss_nerubenkan::boss_nerubenkanAI, boss_ramstein_the_gorger::boss_ramstein_the_gorgerAI, npc_restless_soul::npc_restless_soulAI, npc_spectral_ghostly_citizen::npc_spectral_ghostly_citizenAI, boss_sacrolash::boss_sacrolashAI, boss_alythess::boss_alythessAI, boss_kalecgos_human, boss_sathrovarr, boss_kiljaeden::boss_kiljaedenAI, npc_hand_of_the_deceiver::npc_hand_of_the_deceiverAI, boss_entropius, npc_void_sentinel, boss_archaedas::boss_archaedasAI, npc_stonekeepers::npc_stonekeepersAI, boss_akilzon::boss_akilzonAI, boss_halazzi::boss_halazziAI, boss_hexlord_malacrass::boss_hex_lord_malacrassAI, boss_janalai::boss_janalaiAI, boss_nalorakk::boss_nalorakkAI, boss_zuljin::boss_zuljinAI, boss_arlokk, npc_zulian_prowler, boss_gahzranka, boss_grilek, boss_hakkar, boss_hazzarah, boss_jeklik, boss_jindo, boss_mandokir, npc_vilebranch_speaker, boss_marli, boss_thekal, boss_venoxis, npc_omen, npc_blackfathom_deeps_event, boss_kelris, npc_towering_infernal::npc_towering_infernalAI, boss_archimonde::boss_archimondeAI, npc_lesser_doomguard::npc_lesser_doomguardAI, npc_frost_wyrm::npc_frost_wyrmAI, alliance_rifleman::alliance_riflemanAI, hyjal_trashAI, hyjalAI, boss_epoch::boss_epochAI, boss_infinite_corruptor::boss_infinite_corruptorAI, boss_meathook::boss_meathookAI, boss_salramm::boss_salrammAI, npc_arthas_stratholme::npc_arthas_stratholmeAI, boss_aeonus, boss_chrono_lord_deja, boss_temporus, celebras_the_cursed::celebras_the_cursedAI, boss_princess_theradras::boss_ptheradrasAI, boss_amnennar_the_coldbringer::boss_amnennar_the_coldbringerAI, boss_glutton::boss_gluttonAI, boss_mordresh_fire_eye::boss_mordresh_fire_eyeAI, boss_tuten_kash::boss_tuten_kashAI, npc_belnistrasz::npc_belnistraszAI, npc_tomb_creature::npc_tomb_creatureAI, npc_willix::npc_willixAI, npc_buru_egg::npc_buru_eggAI, boss_kurinnaxx::boss_kurinnaxxAI, boss_ossirian::boss_ossirianAI, boss_kri::boss_kriAI, boss_vem::boss_vemAI, boss_yauj::boss_yaujAI, boss_cthun::cthunAI, npc_eye_tentacle::eye_tentacleAI, npc_claw_tentacle::claw_tentacleAI, npc_giant_claw_tentacle::giant_claw_tentacleAI, npc_giant_eye_tentacle::giant_eye_tentacleAI, npc_giant_flesh_tentacle::flesh_tentacleAI, boss_sartura::boss_sarturaAI, boss_twinemperorsAI, boss_viscidus::boss_viscidusAI, npc_glob_of_viscidus::npc_glob_of_viscidusAI, npc_anubisath_sentinel::aqsentinelAI, npc_disciple_of_naralex::npc_disciple_of_naralexAI, npc_muglash::npc_muglashAI, npc_prospector_remtravel::npc_prospector_remtravelAI, npc_clintar_spirit::npc_clintar_spiritAI, npc_qiraj_war_spawn::npc_qiraj_war_spawnAI, boss_zum_rah::boss_zum_rahAI, npc_weegli_blastfuse::npc_weegli_blastfuseAI, boss_amanitar, npc_amanitar_mushrooms, boss_elder_nadox, npc_twisted_visage, boss_jedoga_shadowseeker, boss_prince_taldaram, boss_anub_arak, boss_krik_thir, npc_watcher_gashra, npc_watcher_narjil, npc_watcher_silthik, npc_gatewatcher_web_wrap, boss_sartharion, dummy_dragonAI, npc_acolyte_of_shadron, npc_acolyte_of_vesperon, boss_baltharus_the_warborn, boss_general_zarithrian, boss_halion, npc_halion_controller, npc_living_inferno, npc_living_ember, boss_saviana_ragefire, npc_memory::npc_memoryAI, npc_argent_soldier::npc_argent_soldierAI, boss_black_knight::boss_black_knightAI, boss_warrior_toc5::boss_warrior_toc5AI, boss_mage_toc5::boss_mage_toc5AI, boss_shaman_toc5::boss_shaman_toc5AI, boss_hunter_toc5::boss_hunter_toc5AI, boss_rouge_toc5::boss_rouge_toc5AI, boss_anubarak_trial, boss_faction_championsAI, boss_jaraxxus, npc_mistress_of_pain, boss_northrend_beastsAI, npc_snobold_vassal, boss_jormungarAI, boss_twin_baseAI, npc_drakkari_gutripper, npc_drakkari_scytheclaw, boss_novos, boss_tharon_ja, boss_trollgore, boss_bronjahm, boss_devourer_of_souls, boss_falric::boss_falricAI, boss_marwyn::boss_marwynAI, npc_jaina_or_sylvanas_escape_hor::npc_jaina_or_sylvanas_escape_horAI, npc_phantom_hallucination::npc_phantom_hallucinationAI, npc_frostsworn_general::npc_frostsworn_generalAI, npc_spiritual_reflection::npc_spiritual_reflectionAI, npc_quel_delar_sword::npc_quel_delar_swordAI, boss_garfrost, boss_ick, boss_tyrannus, boss_drakkari_colossus, boss_gal_darah, boss_moorabi, boss_slad_ran, BloodPrincesBossAI, boss_blood_queen_lana_thel, boss_deathbringer_saurfang, boss_festergut, npc_stinky_icc, gunship_npc_AI, npc_gunship::npc_gunshipAI, boss_lord_marrowgar, npc_bone_spike, boss_professor_putricide, boss_rotface, npc_little_ooze, npc_big_ooze, npc_precious_icc, boss_sindragosa, npc_ice_tomb, npc_spinestalker, npc_rimefang_icc, boss_sister_svalna, npc_argent_captainAI, npc_frostwing_ymirjar_vrykul, boss_the_lich_king, npc_raging_spirit, npc_spirit_warden, npc_blistering_zombie, npc_rotting_frost_giant, boss_anubrekhan, boss_faerlina, npc_faerlina_add, boss_four_horsemen_baseAI, boss_gothik, npc_gothik_minion_baseAI, boss_heigan, boss_kelthuzad, npc_webwrap, boss_noth, boss_patchwerk, boss_razuvious, boss_sapphiron, boss_thaddius, boss_malygos, npc_power_spark, npc_nexus_lord, npc_scion_of_eternity, boss_anomalus, boss_keristrasza, boss_magus_telestra, boss_nexus_commanders, boss_ormorok, boss_drakos, boss_eregos, boss_urom, boss_varos, boss_loken, npc_volkhan_molten_golem, boss_krystallus, boss_maiden_of_grief, boss_sjonnir, npc_iron_sludge, boss_steelbreaker::boss_steelbreakerAI, boss_runemaster_molgeim::boss_runemaster_molgeimAI, boss_stormcaller_brundir::boss_stormcaller_brundirAI, boss_auriaya, npc_sanctum_sentry, npc_feral_defender, boss_flame_leviathan::boss_flame_leviathanAI, boss_flame_leviathan_safety_container::boss_flame_leviathan_safety_containerAI, npc_mechanolift::npc_mechanoliftAI, npc_colossus::npc_colossusAI, npc_iron_roots::npc_iron_rootsAI, boss_freya::boss_freyaAI, boss_elder_brightleaf::boss_elder_brightleafAI, boss_elder_stonebark::boss_elder_stonebarkAI, boss_elder_ironbranch::boss_elder_ironbranchAI, npc_ancient_water_spirit::npc_ancient_water_spiritAI, npc_storm_lasher::npc_storm_lasherAI, npc_snaplasher::npc_snaplasherAI, boss_general_vezax::boss_general_vezaxAI, boss_saronite_animus::boss_saronite_animusAI, npc_hodir_priest::npc_hodir_priestAI, npc_hodir_shaman::npc_hodir_shamanAI, npc_hodir_druid::npc_hodir_druidAI, npc_hodir_mage::npc_hodir_mageAI, boss_ignis::boss_ignis_AI, boss_kologarn::boss_kologarnAI, boss_mimiron::boss_mimironAI, boss_razorscale, npc_thorim_pre_phase::npc_thorim_pre_phaseAI, npc_runic_colossus::npc_runic_colossusAI, npc_ancient_rune_giant::npc_ancient_rune_giantAI, boss_xt002, npc_xt002_heart, boss_voice_of_yogg_saron::boss_voice_of_yogg_saronAI, boss_yogg_saron::boss_yogg_saronAI, npc_guardian_of_yogg_saron::npc_guardian_of_yogg_saronAI, npc_influence_tentacle::npc_influence_tentacleAI, boss_ingvar_the_plunderer, npc_frost_tomb, boss_keleseth, generic_boss_controllerAI, npc_dragonflayer_forge_master, boss_palehoof, PalehoofMinionsBossAI, boss_skadi, npc_grauf, npc_ymirjar_harpooner, boss_svala, boss_ymiron, npc_tempest_minion, boss_cyanigosa, boss_erekem, boss_ichoron, boss_xevozz, boss_zuramat, npc_void_sentry, npc_thassarian, npc_counselor_talbot, npc_blessed_banner, npc_engineer_helice, npc_icefang, boss_exarch_maladaar, npc_stolen_soul, boss_nexusprince_shaffar, boss_pandemonius, boss_darkweaver_syth, boss_talon_king_ikiss, boss_ambassador_hellmaw, boss_blackheart_the_inciter, boss_grandmaster_vorpil, npc_wrathbone_flayer, boss_gurtogg_bloodboil, boss_illidan_stormrage, npc_flame_of_azzinoth, boss_illidari_council, IllidariCouncilBossAI, boss_mother_shahraz, boss_reliquary_of_souls, boss_essence_of_anger, boss_shade_of_akama, npc_akama_shade, npc_ashtongue_sorcerer, npc_ashtongue_defender, npc_ashtongue_rogue, npc_ashtongue_elementalist, npc_ashtongue_spiritbinder, boss_teron_gorefiend, boss_najentus, boss_doomlord_kazzak, boss_doomwalker, boss_fathomlord_karathress, boss_fathomguard_sharkkis, boss_fathomguard_tidalvess, boss_fathomguard_caribdis, boss_hydross_the_unstable, boss_lady_vashj, npc_tainted_elemental, npc_inner_demon, boss_leotheras_the_blind, boss_leotheras_the_blind_demonform, boss_the_lurker_below, boss_morogrim_tidewalker, boss_hydromancer_thespia, boss_mekgineer_steamrigger, boss_warlord_kalithresh, npc_naga_distiller, boss_ahune, npc_frozen_core, npc_ahune_bunny, boss_mennu_the_betrayer, boss_swamplord_muselek, boss_gruul, boss_high_king_maulgar, boss_olm_the_summoner, boss_kiggler_the_crazed, boss_blindeye_the_seer, boss_krosh_firehand, boss_kelidan_the_breaker, boss_the_maker, boss_omor_the_unscarred, boss_watchkeeper_gargolmar, boss_magtheridon, npc_hellfire_channeler, boss_grand_warlock_nethekurse::boss_grand_warlock_nethekurseAI, npc_fel_orc_convert::npc_fel_orc_convertAI, boss_warbringer_omrogg::boss_warbringer_omroggAI, boss_warchief_kargath_bladefist::boss_warchief_kargath_bladefistAI, boss_shattered_executioner::boss_shattered_executionerAI, npc_millhouse_manastorm, boss_dalliah_the_doomsayer, boss_harbinger_skyriss, boss_wrath_scryer_soccothrates, boss_zereketh_the_unbound, boss_commander_sarannis, boss_high_botanist_freywinn, boss_thorngrin_the_tender, boss_warp_splinter, boss_high_astromancer_solarian, boss_kaelthas, advisorbase_ai, npc_phoenix_tk, boss_void_reaver, boss_gatewatcher_gyrokill, boss_gatewatcher_iron_hand, boss_mechano_lord_capacitus, boss_nethermancer_sepethrea, boss_pathaleon_the_calculator, npc_barada::npc_baradaAI, npc_maghar_captive::npc_maghar_captiveAI, npc_kurenai_captive::npc_kurenai_captiveAI, npc_infernal_attacker::npc_infernal_attackerAI, npc_illidari_spawn::npc_illidari_spawnAI, npc_enraged_spirit::npc_enraged_spiritAI, npc_pet_dk_ebon_gargoyle, CombatAI, GuardAI, SmartAI, npc_wg_give_promotion_credit::npc_wg_give_promotion_creditAI, npc_pure_energy, npc_ros_dark_rider::npc_ros_dark_riderAI, boss_baron_rivendare, boss_silver_hand_bosses::boss_silver_hand_bossesAI, boss_brutallus, boss_felmyst, boss_anetheron::boss_anetheronAI, boss_azgalor::boss_azgalorAI, boss_kazrogal::boss_kazrogalAI, boss_rage_winterchill::boss_rage_winterchillAI, npc_necromancer::npc_necromancerAI, npc_banshee::npc_bansheeAI, npc_gargoyle::npc_gargoyleAI, boss_captain_skarloc, boss_epoch_hunter, boss_lieutenant_drake, npc_thrall_old_hillsbrad, npc_medivh_bm, boss_skeram::boss_skeramAI, npc_sironas::npc_sironasAI, boss_volazj, npc_anubarak_pet_template, npc_anub_ar_crusher, npc_skittering_infector, npc_baltharus_the_warborn_clone, boss_twilight_halion, npc_swarm_scarab, npc_toc_enh_shaman, boss_drakkari_elemental, boss_blood_council_controller, boss_lady_deathwhisper, npc_darnavan, npc_gluttonous_abomination, npc_kelthuzad_abomination, boss_general_bjarngrim, boss_ionar, boss_volkhan, boss_hungarfen, npc_shadowmoon_channeler, boss_vazruden, npc_hellfire_sentry, boss_thaladred_the_darkener, boss_lord_sanguinar, boss_grand_astromancer_capernian, boss_master_engineer_telonicus, and npc_torloth_the_magnificent::npc_torloth_the_magnificentAI.
Definition at line 129 of file CreatureAI.h.
|
inlinevirtual |
Reimplemented in CasterAI, CritterAI, WorldBossAI, boss_balinda, boss_drekthar, boss_galvangar, boss_vanndar, boss_ambassador_flamelash::boss_ambassador_flamelashAI, npc_coren_direbrew_sisters, boss_emperor_dagran_thaurissan::boss_draganthaurissanAI, boss_general_angerforge::boss_general_angerforgeAI, boss_high_interrogator_gerstahn::boss_high_interrogator_gerstahnAI, boss_magmus::boss_magmusAI, boss_moira_bronzebeard::boss_moira_bronzebeardAI, boss_doomrel::boss_doomrelAI, boss_pyroguard_emberseer, npc_blackhand_incarcerator, boss_nefarian, npc_firesworn, npc_core_rager, boss_mr_smite::boss_mr_smiteAI, boss_moroes::boss_moroesAI, boss_netherspite::boss_netherspiteAI, netherspite_infernal::netherspite_infernalAI, boss_malchezaar::boss_malchezaarAI, boss_shade_of_aran::boss_aranAI, npc_aran_elemental::water_elementalAI, boss_dorothee::boss_dorotheeAI, npc_tito::npc_titoAI, boss_strawman::boss_strawmanAI, boss_tinhead::boss_tinheadAI, boss_roar::boss_roarAI, boss_crone::boss_croneAI, npc_cyclone::npc_cycloneAI, boss_bigbadwolf::boss_bigbadwolfAI, boss_julianne::boss_julianneAI, boss_romulo::boss_romuloAI, npc_barnes::npc_barnesAI, npc_image_of_medivh::npc_image_of_medivhAI, npc_felblood_kaelthas_phoenix, boss_ellris_duskhallow, boss_warlord_salaris, npc_unworthy_initiate::npc_unworthy_initiateAI, npc_ros_dark_rider::npc_ros_dark_riderAI, npc_scarlet_courier::npc_scarlet_courierAI, boss_headless_horseman, boss_high_inquisitor_whitemane, boss_death_knight_darkreaver, boss_jandice_barov, boss_kormok, boss_boss_ras_frostwhisper, boss_vectus, npc_shadowfang_prisoner::npc_shadowfang_prisonerAI, boss_baroness_anastari, boss_cannon_master_willey::boss_cannon_master_willeyAI, boss_dathrohan_balnazzar::boss_dathrohan_balnazzarAI, boss_magistrate_barthilas::boss_magistrate_barthilasAI, boss_maleki_the_pallid::boss_maleki_the_pallidAI, boss_nerubenkan::boss_nerubenkanAI, boss_silver_hand_bosses::boss_silver_hand_bossesAI, boss_postmaster_malown::boss_postmaster_malownAI, boss_ramstein_the_gorger::boss_ramstein_the_gorgerAI, boss_timmy_the_cruel::boss_timmy_the_cruelAI, npc_restless_soul::npc_restless_soulAI, npc_spectral_ghostly_citizen::npc_spectral_ghostly_citizenAI, npc_shadow_image::npc_shadow_imageAI, npc_felmyst_vapor, npc_felmyst_trail, boss_kiljaeden::boss_kiljaedenAI, npc_void_sentinel, boss_archaedas::boss_archaedasAI, npc_archaedas_minions::npc_archaedas_minionsAI, npc_stonekeepers::npc_stonekeepersAI, boss_ironaya, boss_twilight_corrupter::boss_twilight_corrupterAI, npc_calvin_montague::npc_calvin_montagueAI, npc_lady_sylvanas_windrunner::npc_lady_sylvanas_windrunnerAI, npc_highborne_lamenter::npc_highborne_lamenterAI, npc_akilzon_eagle::npc_akilzon_eagleAI, npc_halazzi_lynx::npc_halazzi_lynxAI, boss_hexlord_addAI, npc_janalai_firebomb::npc_janalai_firebombAI, npc_janalai_hatcher::npc_janalai_hatcherAI, npc_janalai_hatchling::npc_janalai_hatchlingAI, npc_zuljin_vortex::npc_zuljin_vortexAI, npc_harrison_jones::npc_harrison_jonesAI, npc_zulian_prowler, npc_zealot_lorkhan, npc_zealot_zath, npc_omen, npc_tiger_matriarch, npc_blackfathom_deeps_event, boss_azuregos, boss_anetheron::boss_anetheronAI, npc_towering_infernal::npc_towering_infernalAI, npc_ancient_wisp::npc_ancient_wispAI, npc_doomfire::npc_doomfireAI, npc_doomfire_targetting::npc_doomfire_targettingAI, boss_azgalor::boss_azgalorAI, npc_lesser_doomguard::npc_lesser_doomguardAI, boss_kazrogal::boss_kazrogalAI, boss_rage_winterchill::boss_rage_winterchillAI, npc_giant_infernal::npc_giant_infernalAI, npc_abomination::npc_abominationAI, npc_ghoul::npc_ghoulAI, npc_necromancer::npc_necromancerAI, npc_banshee::npc_bansheeAI, npc_crypt_fiend::npc_crypt_fiendAI, npc_fel_stalker::npc_fel_stalkerAI, npc_frost_wyrm::npc_frost_wyrmAI, alliance_rifleman::alliance_riflemanAI, hyjalAI, boss_mal_ganis::boss_mal_ganisAI, npc_thrall_old_hillsbrad, npc_taretha, boss_aeonus, boss_chrono_lord_deja, boss_temporus, npc_medivh_bm, npc_time_rift, celebras_the_cursed::celebras_the_cursedAI, boss_landslide::boss_landslideAI, boss_noxxion::boss_noxxionAI, boss_princess_theradras::boss_ptheradrasAI, npc_tomb_creature::npc_tomb_creatureAI, boss_eye_of_cthun::eye_of_cthunAI, npc_eye_tentacle::eye_tentacleAI, npc_claw_tentacle::claw_tentacleAI, npc_giant_claw_tentacle::giant_claw_tentacleAI, npc_giant_eye_tentacle::giant_eye_tentacleAI, npc_sartura_royal_guard::npc_sartura_royal_guardAI, npc_ruul_snowhoof::npc_ruul_snowhoofAI, npc_muglash::npc_muglashAI, npc_rizzle_sprysprocket::npc_rizzle_sprysprocketAI, npc_depth_charge::npc_depth_chargeAI, npc_draenei_survivor::npc_draenei_survivorAI, npc_injured_draenei::npc_injured_draeneiAI, npc_geezle::npc_geezleAI, npc_sironas::npc_sironasAI, npc_shenthul::npc_shenthulAI, npc_thrall_warchief::npc_thrall_warchiefAI, npc_qiraj_war_spawn::npc_qiraj_war_spawnAI, npc_taskmaster_fizzule::npc_taskmaster_fizzuleAI, npc_cairne_bloodhoof::npc_cairne_bloodhoofAI, boss_zum_rah::boss_zum_rahAI, npc_prince_taldaram_flame_sphere, npc_anubarak_anub_ar_assassin, npc_anubarak_anub_ar_guardian, npc_anubarak_anub_ar_venomancer, boss_hadronox, npc_anub_ar_champion, npc_anub_ar_crypt_fiend, npc_anub_ar_necromancer, dummy_dragonAI, npc_baltharus_the_warborn_clone, npc_onyx_flamecaller, npc_halion_controller, generic_vehicleAI_toc5::generic_vehicleAI_toc5AI, boss_faction_championsAI, npc_mistress_of_pain, boss_northrend_beastsAI, npc_snobold_vassal, boss_twin_baseAI, npc_drakkari_gutripper, npc_drakkari_scytheclaw, boss_falric::boss_falricAI, boss_marwyn::boss_marwynAI, npc_ghostly_priest::npc_ghostly_priestAI, npc_phantom_mage::npc_phantom_mageAI, npc_shadowy_mercenary::npc_shadowy_mercenaryAI, npc_spectral_footman::npc_spectral_footmanAI, npc_tortured_rifleman::npc_tortured_riflemanAI, npc_frostsworn_general::npc_frostsworn_generalAI, npc_spiritual_reflection::npc_spiritual_reflectionAI, npc_quel_delar_sword::npc_quel_delar_swordAI, boss_tyrannus, npc_ymirjar_flamebearer, npc_iceborn_protodrake, npc_living_mojo, npc_slad_ran_constrictor, npc_slad_ran_viper, BloodPrincesBossAI, npc_stinky_icc, npc_high_overlord_saurfang_igb, npc_muradin_bronzebeard_igb, npc_darnavan, boss_lord_marrowgar, npc_rimefang_icc, npc_argent_captainAI, npc_the_lich_king_controller, DarkFallenAI, npc_vampiric_fiend, npc_icc_nerubar_broodkeeper, boss_ioc_horde_alliance, npc_faerlina_add, boss_four_horsemen_baseAI, npc_gothik_trigger, npc_dk_understudy, npc_tesla, boss_malygos, npc_scion_of_eternity, boss_anomalus, npc_bjarngrim_stormforged_lieutenant, npc_volkhan_molten_golem, npc_iron_sludge, npc_sanctum_sentry, npc_mimiron_assault_bot::npc_mimiron_assault_botAI, npc_darkrune_watcher, npc_darkrune_guardian, npc_darkrune_sentinel, npc_thorim_arena_phase::npc_thorim_arena_phaseAI, npc_runic_colossus::npc_runic_colossusAI, npc_ancient_rune_giant::npc_ancient_rune_giantAI, npc_life_spark, boss_voice_of_yogg_saron::boss_voice_of_yogg_saronAI, boss_sara::boss_saraAI, npc_annhylde_the_caller, npc_dragonflayer_forge_master, PalehoofMinionsBossAI, npc_erekem_guard, npc_violet_hold_teleportation_portal_commonAI, npc_counselor_talbot, npc_mageguard_dalaran, npc_emily, npc_venture_co_straggler, npc_blessed_banner, npc_icefang, npc_wg_queue, npc_stolen_soul, npc_ethereal_apprentice, npc_yor, boss_ambassador_hellmaw, npc_wrathbone_flayer, npc_angered_soul_fragment, npc_maiev, IllidariCouncilBossAI, boss_essence_of_suffering, boss_essence_of_desire, boss_essence_of_anger, npc_ashtongue_sorcerer, npc_ashtongue_defender, npc_ashtongue_rogue, npc_ashtongue_elementalist, npc_ashtongue_spiritbinder, boss_doomlord_kazzak, boss_doomwalker, npc_enchanted_elemental, npc_inner_demon, boss_leotheras_the_blind, boss_leotheras_the_blind_demonform, npc_water_globule, npc_coilfang_waterelemental, npc_steamrigger_mechanic, npc_claw, boss_olm_the_summoner, boss_kiggler_the_crazed, boss_blindeye_the_seer, boss_krosh_firehand, BroggokPrisionersAI, boss_nazan, boss_vazruden_the_herald, npc_hellfire_sentry, npc_hellfire_channeler, boss_grand_warlock_nethekurse::boss_grand_warlock_nethekurseAI, npc_fel_orc_convert::npc_fel_orc_convertAI, npc_lesser_shadow_fissure::npc_lesser_shadow_fissureAI, boss_warbringer_omrogg::boss_warbringer_omroggAI, npc_omrogg_heads::npc_omrogg_headsAI, boss_warchief_kargath_bladefist::boss_warchief_kargath_bladefistAI, npc_warden_mellichar, npc_ember_of_alar, npc_flame_patch_alar, npc_solarium_priest, boss_lord_sanguinar, boss_grand_astromancer_capernian, boss_master_engineer_telonicus, npc_nether_wraith, npc_nether_drake::npc_nether_drakeAI, npc_maghar_captive::npc_maghar_captiveAI, npc_kurenai_captive::npc_kurenai_captiveAI, npc_nagrand_banner::npc_kil_sorrow_spellbinderAI, npc_nagrand_banner::npc_kil_sorrow_cultistAI, npc_nagrand_banner::npc_kil_sorrow_deathswornAI, npc_nagrand_banner::npc_giselda_the_croneAI, npc_nagrand_banner::npc_warmaul_shamanAI, npc_commander_dawnforge::npc_commander_dawnforgeAI, npc_torloth_the_magnificent::npc_torloth_the_magnificentAI, npc_lord_illidan_stormrage::npc_lord_illidan_stormrageAI, npc_illidari_spawn::npc_illidari_spawnAI, npc_enraged_spirit::npc_enraged_spiritAI, npc_unkor_the_ruthless::npc_unkor_the_ruthlessAI, npc_pet_hunter_snake_trap, npc_guard_shattrath_faction, npc_chicken_cluck::npc_chicken_cluckAI, npc_doctor::npc_doctorAI, npc_injured_patient::npc_injured_patientAI, npc_guardian::npc_guardianAI, npc_steam_tonk::npc_steam_tonkAI, npc_spring_rabbit::npc_spring_rabbitAI, boss_ayamiss::boss_ayamissAI, npc_buru_egg::npc_buru_eggAI, SmartAI, boss_shazzrah, npc_gunship_boarding_leader, boss_the_lich_king, boss_baron_geddon, boss_garr, boss_gehennas, boss_golemagg, boss_lucifron, boss_magmadar, boss_ragnaros, boss_sulfuron, npc_flamewaker_priest, boss_vancleef, boss_sindragosa, CombatAI, BossAI, npc_direbrew_antagonist, boss_drakkisath, boss_gizrul_the_slavener, boss_gyth, boss_halycon, boss_highlord_omokk, boss_lord_valthalak, boss_mother_smolderweb, boss_overlord_wyrmthalak, quartermaster_zigris, boss_rend_blackhand, boss_shadow_hunter_voshgajin, boss_the_beast, boss_urok_doomhowl, boss_warmaster_voone, boss_broodlord, boss_chromaggus, boss_ebonroc, boss_firemaw, boss_flamegor, boss_vaelastrasz, boss_majordomo, boss_curator::boss_curatorAI, boss_maiden_of_virtue::boss_maiden_of_virtueAI, boss_midnight::boss_midnightAI, boss_nightbane::boss_nightbaneAI, boss_terestian_illhoof::boss_terestianAI, boss_felblood_kaelthas, boss_priestess_delrissa, boss_priestess_lackey_commonAI, boss_selin_fireheart, boss_vexallus, boss_arcanist_doan, boss_azshir_the_sleepless, boss_bloodmage_thalnos, boss_herod, boss_high_inquisitor_fairbanks, boss_houndmaster_loksey, boss_interrogator_vishas, boss_scarlet_commander_mograine, boss_scorn, boss_darkmaster_gandling, boss_doctor_theolen_krastinov, boss_illucia_barov, boss_instructor_malicia, boss_kirtonos_the_herald, boss_lord_alexei_barov, boss_lorekeeper_polkelt, boss_the_ravenian, boss_archmage_arugal::boss_archmage_arugalAI, boss_baron_rivendare, boss_brutallus, boss_sacrolash::boss_sacrolashAI, boss_alythess::boss_alythessAI, boss_felmyst, boss_kalecgos, boss_sathrovarr, npc_hand_of_the_deceiver::npc_hand_of_the_deceiverAI, boss_muru, npc_rinji::npc_rinjiAI, npc_lord_gregor_lescovar::npc_lord_gregor_lescovarAI, npc_marzon_silent_blade::npc_marzon_silent_bladeAI, boss_akilzon::boss_akilzonAI, boss_halazzi::boss_halazziAI, boss_hexlord_malacrass::boss_hex_lord_malacrassAI, boss_janalai::boss_janalaiAI, boss_nalorakk::boss_nalorakkAI, boss_zuljin::boss_zuljinAI, boss_arlokk, boss_gahzranka, boss_grilek, boss_hakkar, boss_hazzarah, boss_jeklik, boss_jindo, boss_mandokir, boss_marli, boss_thekal, boss_venoxis, boss_wushoolay, boss_aku_mai, boss_gelihast, boss_kelris, boss_archimonde::boss_archimondeAI, boss_epoch::boss_epochAI, boss_infinite_corruptor::boss_infinite_corruptorAI, boss_meathook::boss_meathookAI, boss_salramm::boss_salrammAI, npc_arthas_stratholme::npc_arthas_stratholmeAI, boss_captain_skarloc, boss_epoch_hunter, boss_lieutenant_drake, boss_onyxia, boss_amnennar_the_coldbringer::boss_amnennar_the_coldbringerAI, boss_glutton::boss_gluttonAI, boss_mordresh_fire_eye::boss_mordresh_fire_eyeAI, boss_tuten_kash::boss_tuten_kashAI, npc_belnistrasz::npc_belnistraszAI, npc_willix::npc_willixAI, boss_buru::boss_buruAI, boss_ossirian::boss_ossirianAI, boss_ouro::boss_ouroAI, boss_sartura::boss_sarturaAI, boss_skeram::boss_skeramAI, boss_twinemperorsAI, boss_viscidus::boss_viscidusAI, npc_anubisath_sentinel::aqsentinelAI, npc_disciple_of_naralex::npc_disciple_of_naralexAI, npc_engineer_spark_overgrind::npc_engineer_spark_overgrindAI, npc_magwin::npc_magwinAI, npc_prospector_remtravel::npc_prospector_remtravelAI, npc_gilthares::npc_giltharesAI, boss_amanitar, boss_elder_nadox, boss_volazj, boss_jedoga_shadowseeker, boss_prince_taldaram, boss_anub_arak, npc_hadronox_crusherPackAI, boss_krik_thir, npc_gatewatcher_petAI, boss_sartharion, npc_tenebron, npc_shadron, npc_vesperon, boss_baltharus_the_warborn, boss_general_zarithrian, boss_halion, boss_twilight_halion, boss_saviana_ragefire, boss_shaman_toc5::boss_shaman_toc5AI, boss_anubarak_trial, npc_anubarak_spike, npc_toc_warlock, npc_toc_hunter, npc_toc_retro_paladin, boss_jaraxxus, boss_fjola, boss_king_dred, boss_novos, boss_tharon_ja, boss_trollgore, boss_bronjahm, boss_devourer_of_souls, boss_garfrost, boss_ick, npc_geist_ambusher, boss_drakkari_colossus, boss_eck, boss_gal_darah, boss_moorabi, boss_slad_ran, boss_blood_council_controller, npc_dark_nucleus, boss_blood_queen_lana_thel, boss_deathbringer_saurfang, boss_festergut, boss_lady_deathwhisper, boss_professor_putricide, boss_rotface, boss_sister_svalna, npc_frostwing_ymirjar_vrykul, boss_anubrekhan, boss_faerlina, boss_gluth, boss_gothik, boss_grobbulus, boss_heigan, npc_kelthuzad_minionAI, boss_loatheb, boss_maexxna, boss_noth, boss_patchwerk, boss_razuvious, boss_sapphiron, npc_stalagg, npc_feugen, boss_keristrasza, boss_magus_telestra, boss_nexus_commanders, boss_ormorok, boss_drakos, boss_eregos, boss_urom, boss_varos, boss_general_bjarngrim, boss_ionar, boss_loken, boss_volkhan, boss_krystallus, boss_maiden_of_grief, boss_sjonnir, boss_algalon_the_observer, boss_steelbreaker::boss_steelbreakerAI, boss_runemaster_molgeim::boss_runemaster_molgeimAI, boss_stormcaller_brundir::boss_stormcaller_brundirAI, boss_auriaya, boss_flame_leviathan::boss_flame_leviathanAI, boss_freya::boss_freyaAI, boss_elder_brightleaf::boss_elder_brightleafAI, boss_elder_stonebark::boss_elder_stonebarkAI, boss_elder_ironbranch::boss_elder_ironbranchAI, npc_ancient_conservator::npc_ancient_conservatorAI, boss_general_vezax::boss_general_vezaxAI, boss_hodir::boss_hodirAI, boss_ignis::boss_ignis_AI, boss_kologarn::boss_kologarnAI, boss_mimiron::boss_mimironAI, boss_razorscale, boss_thorim::boss_thorimAI, boss_xt002, boss_ingvar_the_plunderer, boss_keleseth, generic_boss_controllerAI, boss_skarvald_the_constructor, boss_dalronn_the_controller, boss_palehoof, npc_skadi_trashAI, boss_svala, boss_ymiron, boss_archavon, boss_emalon, npc_tempest_minion, boss_koralon, boss_toravon, boss_cyanigosa, boss_erekem, boss_ichoron, boss_lavanthor, boss_moragg, boss_xevozz, boss_zuramat, violet_hold_trashAI, npc_beryl_sorcerer, npc_mrfloppy, boss_exarch_maladaar, boss_shirrak_the_dead_watcher, boss_nexusprince_shaffar, npc_ethereal_beacon, boss_pandemonius, boss_anzu, boss_darkweaver_syth, boss_talon_king_ikiss, boss_blackheart_the_inciter, boss_grandmaster_vorpil, boss_gurtogg_bloodboil, boss_illidan_stormrage, boss_illidari_council, boss_mother_shahraz, boss_supremus, boss_teron_gorefiend, boss_najentus, boss_fathomlord_karathress, boss_fathomguard_sharkkis, boss_fathomguard_tidalvess, boss_fathomguard_caribdis, boss_hydross_the_unstable, boss_lady_vashj, npc_tainted_elemental, npc_greyheart_spellbinder, boss_morogrim_tidewalker, boss_hydromancer_thespia, boss_mekgineer_steamrigger, boss_warlord_kalithresh, boss_ahune, boss_mennu_the_betrayer, boss_quagmirran, boss_rokmar_the_crackler, boss_hungarfen, boss_swamplord_muselek, boss_the_black_stalker, boss_gruul, boss_high_king_maulgar, boss_broggok, boss_kelidan_the_breaker, npc_shadowmoon_channeler, boss_the_maker, boss_omor_the_unscarred, boss_vazruden, boss_watchkeeper_gargolmar, boss_dalliah_the_doomsayer, boss_harbinger_skyriss, boss_wrath_scryer_soccothrates, boss_zereketh_the_unbound, boss_commander_sarannis, boss_high_botanist_freywinn, boss_laj, boss_thorngrin_the_tender, boss_warp_splinter, boss_alar, boss_high_astromancer_solarian, boss_thaladred_the_darkener, boss_void_reaver, boss_gatewatcher_gyrokill, boss_gatewatcher_iron_hand, boss_mechano_lord_capacitus, boss_nethermancer_sepethrea, boss_pathaleon_the_calculator, npc_phase_hunter::npc_phase_hunterAI, npc_earthmender_wilda::npc_earthmender_wildaAI, boss_ysondre::boss_ysondreAI, boss_lethon::boss_lethonAI, boss_emeriss::boss_emerissAI, boss_taerar::boss_taerarAI, and npc_guard_generic.
Definition at line 126 of file CreatureAI.h.
|
overridevirtual |
Reimplemented from UnitAI.
Reimplemented in npc_green_dragon_combat_trigger, npc_risen_archmage, boss_sara::boss_saraAI, npc_yogg_saron_keeper::npc_yogg_saron_keeperAI, npc_pet_dk_rune_weapon, and npc_training_dummy.
Definition at line 208 of file CreatureAI.cpp.
|
inlinevirtual |
Reimplemented in BossAI, FollowerAI, SmartAI, npc_blackhand_incarcerator, boss_victor_nefarius, boss_nefarian, boss_nightbane::boss_nightbaneAI, boss_dorothee::boss_dorotheeAI, boss_strawman::boss_strawmanAI, boss_tinhead::boss_tinheadAI, boss_roar::boss_roarAI, boss_crone::boss_croneAI, boss_bigbadwolf::boss_bigbadwolfAI, boss_julianne::boss_julianneAI, boss_romulo::boss_romuloAI, boss_priestess_delrissa, npc_headless_horseman_head, boss_headless_horseman, boss_mandokir, boss_kelris, boss_archimonde::boss_archimondeAI, boss_mal_ganis::boss_mal_ganisAI, npc_arthas_stratholme::npc_arthas_stratholmeAI, boss_sartharion, boss_warrior_toc5::boss_warrior_toc5AI, boss_mage_toc5::boss_mage_toc5AI, boss_shaman_toc5::boss_shaman_toc5AI, boss_hunter_toc5::boss_hunter_toc5AI, boss_rouge_toc5::boss_rouge_toc5AI, boss_anubarak_trial, boss_faction_championsAI, boss_twin_baseAI, boss_fjola, boss_bronjahm, boss_rimefang, BloodPrincesBossAI, boss_blood_queen_lana_thel, boss_deathbringer_saurfang, boss_festergut, boss_lord_marrowgar, boss_professor_putricide, boss_rotface, boss_sindragosa, boss_sister_svalna, npc_tirion_fordring_tft, npc_the_lich_king_controller, boss_anubrekhan, boss_faerlina, npc_kelthuzad_guardian, boss_razuvious, npc_dk_understudy, boss_urom, boss_erekem, boss_ichoron, boss_lavanthor, boss_moragg, boss_xevozz, boss_zuramat, npc_rocket_propelled_warhead, npc_claw, BroggokPrisionersAI, boss_kaelthas, and boss_nethermancer_sepethrea.
Definition at line 171 of file CreatureAI.h.
|
inlinevirtual |
Reimplemented in PossessedAI, NullCreatureAI, and ScheduledChangeAI.
Definition at line 123 of file CreatureAI.h.
|
inlinevirtual |
Reimplemented in boss_victor_nefarius, npc_prospector_remtravel::npc_prospector_remtravelAI, boss_toc_champion_controller, npc_the_lich_king_escape_hor::npc_the_lich_king_escape_horAI, boss_moorabi, boss_exarch_maladaar, boss_grandmaster_vorpil, boss_mekgineer_steamrigger, boss_shattered_executioner::boss_shattered_executionerAI, boss_nethermancer_sepethrea, SmartAI, boss_marli, boss_skeram::boss_skeramAI, npc_thorim_minibossAI, BossAI, WorldBossAI, npc_blastmaster_emi_shortfuse::npc_blastmaster_emi_shortfuseAI, boss_attumen::boss_attumenAI, boss_midnight::boss_midnightAI, npc_fiendish_portal::npc_fiendish_portalAI, boss_felblood_kaelthas, npc_koltira_deathweaver, boss_headless_horseman, boss_kirtonos_the_herald, boss_felmyst, boss_entropius, boss_muru, npc_muru_portal, npc_thalorien_dawnseeker, boss_halazzi::boss_halazziAI, npc_necromancer::npc_necromancerAI, boss_amanitar, boss_volazj, boss_jedoga_shadowseeker, boss_prince_taldaram, boss_hadronox, boss_baltharus_the_warborn, boss_general_zarithrian, boss_paletress::boss_paletressAI, boss_black_knight::boss_black_knightAI, npc_announcer_toc5::npc_announcer_toc5AI, boss_novos, npc_crystal_channel_target, boss_trollgore, boss_bronjahm, boss_horAI, boss_ick, boss_krick, boss_drakkari_colossus, boss_gal_darah, boss_slad_ran, boss_prince_keleseth_icc, boss_prince_taldaram_icc, boss_prince_valanar_icc, boss_deathbringer_saurfang, boss_lady_deathwhisper, boss_professor_putricide, boss_rotface, npc_precious_icc, boss_sindragosa, npc_frostwing_ymirjar_vrykul, boss_the_lich_king, boss_valithria_dreamwalker, npc_the_lich_king_controller, npc_risen_archmage, boss_anubrekhan, boss_gothik, npc_gothik_trigger, boss_kelthuzad, boss_noth, boss_eregos, boss_algalon_the_observer, npc_black_hole, npc_collapsing_star, boss_ignis::boss_ignis_AI, boss_kologarn::boss_kologarnAI, boss_leviathan_mk_ii::boss_leviathan_mk_iiAI, boss_vx_001::boss_vx_001AI, boss_aerial_command_unit::boss_aerial_command_unitAI, boss_razorscale, boss_thorim::boss_thorimAI, boss_voice_of_yogg_saron::boss_voice_of_yogg_saronAI, boss_sara::boss_saraAI, boss_brain_of_yogg_saron::boss_brain_of_yogg_saronAI, boss_palehoof, boss_massive_jormungar, boss_skadi, boss_svala, boss_ymiron, boss_ichoron, boss_xevozz, npc_void_sentry, npc_sinclari_vh, npc_violet_hold_teleportation_portal_commonAI, npc_daegarn, boss_illidan_stormrage, npc_akama_illidan, npc_blade_of_azzinoth, npc_illidan_db_target, boss_reliquary_of_souls, npc_akama_shade, npc_creature_generator_akama, npc_ahune_bunny, boss_vazruden_the_herald, npc_hellfire_channeler, boss_warchief_kargath_bladefist::boss_warchief_kargath_bladefistAI, npc_warden_mellichar, boss_commander_sarannis, boss_high_botanist_freywinn, boss_laj, boss_warp_splinter, boss_alar, npc_colonel_jules::npc_colonel_julesAI, boss_balinda, boss_garaxxas, boss_vexallus, boss_jandice_barov, npc_restless_soul::npc_restless_soulAI, npc_kiljaeden_controller::npc_kiljaeden_controllerAI, boss_kiljaeden::boss_kiljaedenAI, npc_hand_of_the_deceiver::npc_hand_of_the_deceiverAI, npc_felfire_portal::npc_felfire_portalAI, npc_rinji::npc_rinjiAI, npc_lady_sylvanas_windrunner::npc_lady_sylvanas_windrunnerAI, boss_archimonde::boss_archimondeAI, hyjalAI, npc_thrall_old_hillsbrad, boss_onyxia, npc_willix::npc_willixAI, npc_disciple_of_naralex::npc_disciple_of_naralexAI, npc_ruul_snowhoof::npc_ruul_snowhoofAI, npc_muglash::npc_muglashAI, npc_wizzlecrank_shredder::npc_wizzlecrank_shredderAI, boss_anubarak_trial, npc_toc_enh_shaman, boss_jormungarAI, npc_tirion_toc, boss_ionar, boss_sjonnir, npc_brann_hos, boss_freya::boss_freyaAI, npc_hodir_mage::npc_hodir_mageAI, boss_emalon, npc_emily, npc_blessed_banner, boss_nexusprince_shaffar, npc_ethereal_beacon, boss_darkweaver_syth, boss_hydross_the_unstable, boss_broggok, boss_omor_the_unscarred, boss_nazan, boss_grand_warlock_nethekurse::boss_grand_warlock_nethekurseAI, boss_warbringer_omrogg::boss_warbringer_omroggAI, boss_kaelthas, npc_phoenix_egg_tk, npc_maghar_captive::npc_maghar_captiveAI, npc_kurenai_captive::npc_kurenai_captiveAI, npc_commander_dawnforge::npc_commander_dawnforgeAI, npc_earthmender_wilda::npc_earthmender_wildaAI, boss_ayamiss::boss_ayamissAI, npc_buru_egg::npc_buru_eggAI, npc_twilight_eggs, and npc_halion_controller.
Definition at line 135 of file CreatureAI.h.
|
inlinevirtual |
Reimplemented in PetAI, boss_majordomo, boss_ragnaros, boss_maiden_of_virtue::boss_maiden_of_virtueAI, boss_attumen::boss_attumenAI, boss_midnight::boss_midnightAI, boss_moroes::boss_moroesAI, boss_malchezaar::boss_malchezaarAI, boss_shade_of_aran::boss_aranAI, boss_strawman::boss_strawmanAI, boss_tinhead::boss_tinheadAI, boss_roar::boss_roarAI, boss_crone::boss_croneAI, boss_bigbadwolf::boss_bigbadwolfAI, boss_julianne::boss_julianneAI, boss_romulo::boss_romuloAI, boss_vexallus, boss_postmaster_malown::boss_postmaster_malownAI, boss_brutallus, boss_sacrolash::boss_sacrolashAI, boss_alythess::boss_alythessAI, boss_felmyst, boss_kiljaeden::boss_kiljaedenAI, boss_archaedas::boss_archaedasAI, boss_hexlord_malacrass::boss_hex_lord_malacrassAI, boss_janalai::boss_janalaiAI, boss_nalorakk::boss_nalorakkAI, boss_zuljin::boss_zuljinAI, npc_towering_infernal::npc_towering_infernalAI, boss_azgalor::boss_azgalorAI, npc_lesser_doomguard::npc_lesser_doomguardAI, boss_kazrogal::boss_kazrogalAI, boss_rage_winterchill::boss_rage_winterchillAI, npc_necromancer::npc_necromancerAI, npc_banshee::npc_bansheeAI, boss_captain_skarloc, boss_epoch_hunter, boss_lieutenant_drake, npc_thrall_old_hillsbrad, boss_chrono_lord_deja, boss_temporus, boss_onyxia, boss_glutton::boss_gluttonAI, boss_ossirian::boss_ossirianAI, boss_sartura::boss_sarturaAI, boss_skeram::boss_skeramAI, boss_twinemperorsAI, boss_zum_rah::boss_zum_rahAI, boss_patchwerk, boss_drakos, boss_maiden_of_grief, boss_exarch_maladaar, boss_pandemonius, boss_fathomlord_karathress, boss_hydross_the_unstable, boss_lady_vashj, boss_morogrim_tidewalker, boss_mekgineer_steamrigger, boss_warlord_kalithresh, boss_mennu_the_betrayer, boss_swamplord_muselek, boss_high_king_maulgar, boss_kelidan_the_breaker, boss_omor_the_unscarred, boss_watchkeeper_gargolmar, boss_grand_warlock_nethekurse::boss_grand_warlock_nethekurseAI, boss_warbringer_omrogg::boss_warbringer_omroggAI, boss_dalliah_the_doomsayer, boss_wrath_scryer_soccothrates, boss_zereketh_the_unbound, boss_commander_sarannis, boss_high_botanist_freywinn, boss_thorngrin_the_tender, boss_warp_splinter, boss_high_astromancer_solarian, boss_kaelthas, boss_void_reaver, boss_gatewatcher_gyrokill, boss_gatewatcher_iron_hand, boss_mechano_lord_capacitus, boss_pathaleon_the_calculator, boss_sathrovarr, SmartAI, boss_nefarian, boss_vaelastrasz, boss_vancleef, boss_curator::boss_curatorAI, boss_terestian_illhoof::boss_terestianAI, boss_priestess_delrissa, boss_priestess_lackey_commonAI, boss_selin_fireheart, boss_bloodmage_thalnos, boss_headless_horseman, boss_herod, boss_interrogator_vishas, boss_twilight_corrupter::boss_twilight_corrupterAI, boss_halazzi::boss_halazziAI, boss_mandokir, npc_tiger_matriarch, boss_archimonde::boss_archimondeAI, boss_epoch::boss_epochAI, boss_mal_ganis::boss_mal_ganisAI, boss_meathook::boss_meathookAI, boss_salramm::boss_salrammAI, boss_buru::boss_buruAI, boss_jedoga_shadowseeker, boss_prince_taldaram, boss_anub_arak, boss_krik_thir, boss_baltharus_the_warborn, boss_general_zarithrian, boss_twilight_halion, boss_saviana_ragefire, boss_trollgore, boss_devourer_of_souls, boss_garfrost, boss_krick, boss_tyrannus, boss_gal_darah, boss_moorabi, BloodPrincesBossAI, boss_blood_queen_lana_thel, boss_deathbringer_saurfang, boss_festergut, boss_lady_deathwhisper, boss_lord_marrowgar, npc_bone_spike, boss_professor_putricide, boss_rotface, boss_sindragosa, boss_sister_svalna, npc_argent_captainAI, boss_the_lich_king, boss_anubrekhan, boss_faerlina, boss_four_horsemen_baseAI, boss_gothik, boss_kelthuzad, boss_noth, boss_razuvious, boss_thaddius, npc_stalagg, npc_feugen, boss_malygos, boss_general_bjarngrim, boss_krystallus, boss_algalon_the_observer, boss_leviathan_mk_ii::boss_leviathan_mk_iiAI, boss_vx_001::boss_vx_001AI, boss_aerial_command_unit::boss_aerial_command_unitAI, boss_sara::boss_saraAI, boss_cyanigosa, boss_erekem, boss_ichoron, boss_xevozz, boss_zuramat, boss_nexusprince_shaffar, boss_gurtogg_bloodboil, boss_illidan_stormrage, IllidariCouncilBossAI, boss_mother_shahraz, boss_essence_of_suffering, boss_essence_of_desire, boss_teron_gorefiend, boss_najentus, boss_doomlord_kazzak, boss_doomwalker, boss_leotheras_the_blind, boss_leotheras_the_blind_demonform, boss_warchief_kargath_bladefist::boss_warchief_kargath_bladefistAI, boss_harbinger_skyriss, boss_nethermancer_sepethrea, boss_emperor_dagran_thaurissan::boss_draganthaurissanAI, netherspite_infernal::netherspite_infernalAI, boss_scarlet_commander_mograine, boss_high_inquisitor_whitemane, boss_archmage_arugal::boss_archmage_arugalAI, boss_kalecgos, boss_akilzon::boss_akilzonAI, boss_azuregos, boss_anetheron::boss_anetheronAI, npc_arthas_stratholme::npc_arthas_stratholmeAI, boss_aeonus, boss_amnennar_the_coldbringer::boss_amnennar_the_coldbringerAI, boss_elder_nadox, boss_volazj, boss_sartharion, dummy_dragonAI, boss_anubarak_trial, boss_faction_championsAI, boss_jaraxxus, boss_twin_baseAI, boss_novos, boss_tharon_ja, boss_bronjahm, boss_falric::boss_falricAI, boss_marwyn::boss_marwynAI, npc_the_lich_king_escape_hor::npc_the_lich_king_escape_horAI, boss_slad_ran, boss_heigan, boss_keristrasza, boss_magus_telestra, boss_nexus_commanders, boss_ormorok, boss_eregos, boss_urom, boss_ionar, boss_loken, boss_volkhan, boss_sjonnir, boss_steelbreaker::boss_steelbreakerAI, boss_runemaster_molgeim::boss_runemaster_molgeimAI, boss_stormcaller_brundir::boss_stormcaller_brundirAI, boss_auriaya, boss_freya::boss_freyaAI, boss_elder_brightleaf::boss_elder_brightleafAI, boss_elder_stonebark::boss_elder_stonebarkAI, boss_elder_ironbranch::boss_elder_ironbranchAI, boss_general_vezax::boss_general_vezaxAI, boss_hodir::boss_hodirAI, boss_ignis::boss_ignis_AI, boss_kologarn::boss_kologarnAI, boss_thorim::boss_thorimAI, boss_xt002, boss_ingvar_the_plunderer, generic_boss_controllerAI, boss_palehoof, boss_skadi, boss_svala, boss_ymiron, boss_darkweaver_syth, boss_talon_king_ikiss, boss_ambassador_hellmaw, boss_blackheart_the_inciter, boss_grandmaster_vorpil, boss_hydromancer_thespia, boss_gruul, boss_the_maker, boss_vazruden, boss_magtheridon, npc_millhouse_manastorm, emerald_dragonAI, and boss_emeriss::boss_emerissAI.
Definition at line 132 of file CreatureAI.h.
|
protectedvirtual |
Reimplemented in VehicleAI, PassiveAI, PossessedAI, NullCreatureAI, PetAI, ReactorAI, ScheduledChangeAI, FollowerAI, netherspite_infernal::netherspite_infernalAI, npc_cyclone::npc_cycloneAI, npc_felmyst_trail, npc_akilzon_eagle::npc_akilzon_eagleAI, npc_janalai_firebomb::npc_janalai_firebombAI, npc_janalai_hatcher::npc_janalai_hatcherAI, npc_doomfire::npc_doomfireAI, npc_injured_draenei::npc_injured_draeneiAI, npc_prince_taldaram_flame_sphere, boss_anubarak_trial, npc_runic_colossus::npc_runic_colossusAI, npc_annhylde_the_caller, boss_cyanigosa, npc_violet_hold_teleportation_portal_commonAI, npc_mrfloppy, npc_tournament_training_dummy, npc_blessed_banner, npc_enchanted_elemental, npc_toxic_sporebat, npc_shield_generator_channel, npc_fel_orc_convert::npc_fel_orc_convertAI, npc_lesser_shadow_fissure::npc_lesser_shadow_fissureAI, boss_alar, npc_flame_patch_alar, npc_phoenix_egg_tk, npc_lord_illidan_stormrage::npc_lord_illidan_stormrageAI, npc_pet_hunter_snake_trap, npc_anubarak_spike, npc_hearthsinger_forresten_cot::npc_hearthsinger_forresten_cotAI, npc_chromie_middle::npc_chromie_middleAI, EscortAI, SmartAI, boss_coren_direbrew, boss_dorothee::boss_dorotheeAI, boss_strawman::boss_strawmanAI, boss_tinhead::boss_tinheadAI, boss_roar::boss_roarAI, boss_julianne::boss_julianneAI, boss_romulo::boss_romuloAI, npc_salanar_the_horseman::npc_salanar_the_horsemanAI, npc_dkc1_gothik::npc_dkc1_gothikAI, npc_a_special_surprise::npc_a_special_surpriseAI, npc_highlord_darion_mograine::npc_highlord_darion_mograineAI, boss_magistrate_barthilas::boss_magistrate_barthilasAI, boss_brutallus, boss_alythess::boss_alythessAI, boss_felmyst, npc_archaedas_minions::npc_archaedas_minionsAI, boss_nalorakk::boss_nalorakkAI, npc_winterfin_playmate::npc_winterfin_playmateAI, npc_snowfall_glade_playmate::npc_snowfall_glade_playmateAI, npc_the_biggest_tree::npc_the_biggest_treeAI, npc_high_oracle_soo_roo::npc_high_oracle_soo_rooAI, npc_elder_kekek::npc_elder_kekekAI, npc_the_etymidian::npc_the_etymidianAI, npc_alexstraza_the_lifebinder::npc_alexstraza_the_lifebinderAI, npc_cw_area_trigger::npc_cw_area_triggerAI, npc_grizzlemaw_cw_trigger::npc_grizzlemaw_cw_triggerAI, npc_towering_infernal::npc_towering_infernalAI, npc_doomfire_targetting::npc_doomfire_targettingAI, npc_lesser_doomguard::npc_lesser_doomguardAI, alliance_rifleman::alliance_riflemanAI, hyjalAI, boss_aeonus, boss_chrono_lord_deja, boss_temporus, npc_medivh_bm, npc_hive_zara_larva::npc_hive_zara_larvaAI, boss_ossirian::boss_ossirianAI, boss_twinemperorsAI, npc_depth_charge::npc_depth_chargeAI, npc_draenei_survivor::npc_draenei_survivorAI, npc_kerlonian::npc_kerlonianAI, npc_aged_dying_ancient_kodo::npc_aged_dying_ancient_kodoAI, npc_overlord_runthak_orgrimmar::npc_overlord_runthak_orgrimmarAI, npc_tooga::npc_toogaAI, npc_twiggy_flathead::npc_twiggy_flatheadAI, npc_hadronox_crusherPackAI, boss_krik_thir, npc_gatewatcher_petAI, boss_novos, npc_kelthuzad_minionAI, boss_malygos, boss_loken, npc_thorims_hammer::npc_thorims_hammerAI, npc_hodirs_fury::npc_hodirs_furyAI, npc_scorch_ground::npc_scorch_groundAI, boss_voice_of_yogg_saron::boss_voice_of_yogg_saronAI, boss_svala, npc_captured_beryl_sorcerer, npc_mageguard_dalaran, npc_guardian_pavilion, npc_jungle_punch_target, boss_nexusprince_shaffar, boss_talon_king_ikiss, boss_ambassador_hellmaw, npc_reliquary_combat_trigger, npc_ashtongue_sorcerer, boss_doomwalker, boss_lady_vashj, boss_leotheras_the_blind, boss_the_lurker_below, npc_coilfang_ambusher, npc_water_globule, boss_warlord_kalithresh, boss_grand_warlock_nethekurse::boss_grand_warlock_nethekurseAI, npc_warden_mellichar, boss_wrath_scryer_soccothrates, boss_thorngrin_the_tender, boss_kaelthas, advisorbase_ai, npc_nether_drake::npc_nether_drakeAI, and npc_air_force_bots::npc_air_force_botsAI.
Definition at line 117 of file CreatureAI.cpp.
void CreatureAI::MoveInLineOfSight_Safe | ( | Unit * | who | ) |
== Reactions At =================================
Definition at line 108 of file CreatureAI.cpp.
Reimplemented in boss_volkhan, npc_tooga::npc_toogaAI, boss_general_bjarngrim, npc_spectator, boss_essence_of_suffering, boss_essence_of_desire, npc_akama_shade, npc_earthen_ring_flamecaller, boss_shade_of_akama, npc_ashtongue_broken, SmartAI, boss_paletress::boss_paletressAI, npc_eye_of_acherus, boss_algalon_the_observer, boss_eadric::boss_eadricAI, npc_spirit_shade::npc_spirit_shadeAI, boss_four_horsemen_baseAI, CritterAI, PetAI, boss_rend_blackhand, boss_nefarian, npc_image_of_medivh::npc_image_of_medivhAI, boss_selin_fireheart, npc_unworthy_initiate::npc_unworthy_initiateAI, npc_scarlet_courier::npc_scarlet_courierAI, boss_headless_horseman, boss_high_inquisitor_whitemane, boss_kirtonos_the_herald, boss_kalecgos, boss_nalorakk::boss_nalorakkAI, boss_mandokir, npc_troll_volunteer, boss_infinite_corruptor::boss_infinite_corruptorAI, npc_martha_goslin::npc_martha_goslinAI, npc_jena_anderson::npc_jena_andersonAI, npc_bartleby_battson::npc_bartleby_battsonAI, npc_malcolm_moore::npc_malcolm_mooreAI, npc_sergeant_morigan::npc_sergeant_moriganAI, npc_roger_owens::npc_roger_owensAI, npc_arthas_stratholme::npc_arthas_stratholmeAI, npc_stratholme_rp_dummy, boss_onyxia, npc_belnistrasz::npc_belnistraszAI, boss_ayamiss::boss_ayamissAI, npc_hive_zara_larva::npc_hive_zara_larvaAI, npc_rizzle_sprysprocket::npc_rizzle_sprysprocketAI, npc_hadronox_crusherPackAI, npc_hadronox_foeAI, npc_corrupted_soul_fragment, boss_garfrost, boss_krick, npc_living_mojo, npc_blood_queen_lana_thel, npc_ball_of_flame, boss_blood_queen_lana_thel, boss_deathbringer_saurfang, npc_high_overlord_saurfang_icc, npc_muradin_bronzebeard_icc, npc_darnavan, boss_lord_marrowgar, boss_professor_putricide, boss_sister_svalna, npc_tirion_fordring_tft, npc_valkyr_shadowguard, npc_icc_nerubar_broodkeeper, boss_malygos, npc_melee_hover_disk, npc_azure_ring_captain, npc_ruby_emerald_amber_drake, npc_malformed_ooze, npc_mechanolift::npc_mechanoliftAI, boss_thorim::boss_thorimAI, npc_annhylde_the_caller, npc_ingvar_throw_dummy, npc_enslaved_proto_drake, npc_ichor_globule, npc_commander_eligor_dawnbringer, npc_frostbrood_skytalon, npc_freed_protodrake, npc_wild_wyrm, npc_toxic_sporebat, boss_warchief_kargath_bladefist::boss_warchief_kargath_bladefistAI, npc_nether_drake::npc_nether_drakeAI, npc_colonel_jules::npc_colonel_julesAI, npc_barada::npc_baradaAI, npc_mature_netherwing_drake::npc_mature_netherwing_drakeAI, npc_enslaved_netherwing_drake::npc_enslaved_netherwing_drakeAI, npc_elwynn_forest_wolf, boss_saviana_ragefire, boss_sindragosa, npc_spinestalker, npc_rimefang_icc, npc_spirit_bomb, boss_leviathan_mk_ii::boss_leviathan_mk_iiAI, boss_aerial_command_unit::boss_aerial_command_unitAI, boss_kaelthas, boss_nightbane::boss_nightbaneAI, npc_kalecgos, npc_koltira_deathweaver, npc_apothecary_genericAI, npc_omen, npc_thrall_herald_of_war::npc_thrall_herald_of_warAI, boss_jedoga_shadowseeker, npc_twilight_volunteer, dummy_dragonAI, npc_onyx_flamecaller, npc_frost_sphere, boss_jaraxxus, boss_gormok, boss_dreadscale, boss_icehowl, boss_twin_baseAI, npc_barrett_toc, boss_lich_king_toc, npc_fizzlebang_toc, npc_drakkari_invader, npc_jaina_or_sylvanas_escape_hor::npc_jaina_or_sylvanas_escape_horAI, npc_the_lich_king_escape_hor::npc_the_lich_king_escape_horAI, npc_quel_delar_sword::npc_quel_delar_swordAI, gunship_npc_AI, npc_gunship_boarding_addAI, npc_gunship_gunner, npc_gunship_rocketeer, npc_gunship_mage, boss_the_lich_king, npc_brann_bronzebeard_algalon, boss_razorscale, npc_expedition_defender, npc_expedition_trapper, npc_expedition_engineer, npc_turned_champion::npc_turned_championAI, npc_grauf, npc_skadi_trashAI, boss_ymiron, boss_erekem, npc_azure_saboteur, boss_illidan_stormrage, npc_akama_illidan, npc_illidan_db_target, npc_steamrigger_mechanic, boss_warlord_kalithresh, boss_swamplord_muselek, npc_claw, npc_shield_orb::npc_shield_orbAI, boss_hadronox, npc_suppresser, npc_released_offspring_harkoa, boss_the_lurker_below, boss_alar, npc_unleashed_ballAI, npc_announcer_toc5::npc_announcer_toc5AI, npc_spark_of_ionar, boss_mr_smite::boss_mr_smiteAI, npc_marzon_silent_blade::npc_marzon_silent_bladeAI, npc_argent_valiant, npc_glob_of_viscidus::npc_glob_of_viscidusAI, npc_anubarak_anub_ar_assassin, boss_gluth, npc_kelthuzad_minionAI, boss_sapphiron, npc_verdisa_beglaristrasz_eternos, boss_flame_leviathan::boss_flame_leviathanAI, npc_wounded_skirmisher, npc_train_wrecker::npc_train_wreckerAI, npc_uther_quel_delar::npc_uther_quel_delarAI, EscortAI, boss_felmyst, npc_akilzon_eagle::npc_akilzon_eagleAI, npc_janalai_hatcher::npc_janalai_hatcherAI, and npc_weegli_blastfuse::npc_weegli_blastfuseAI.
Definition at line 166 of file CreatureAI.h.
|
inlinevirtual |
Definition at line 157 of file CreatureAI.h.
|
overridevirtual |
Reimplemented from UnitAI.
Reimplemented in npc_eye_of_acherus, SmartAI, npc_dk_understudy, npc_gunship_cannon, npc_wyrmrest_defender, and npc_icefang.
Definition at line 54 of file CreatureAI.cpp.
|
inlinevirtual |
Reimplemented in npc_arthas_stratholme::npc_arthas_stratholmeAI, SmartAI, npc_lokhtos_darkbargainer::npc_lokhtos_darkbargainerAI, boss_gloomrel::boss_gloomrelAI, boss_doomrel::boss_doomrelAI, npc_barnes::npc_barnesAI, npc_death_knight_initiate::npc_death_knight_initiateAI, npc_koltira_deathweaver, npc_highlord_darion_mograine::npc_highlord_darion_mograineAI, npc_shadowfang_prisoner::npc_shadowfang_prisonerAI, npc_zulaman_hostage::npc_zulaman_hostageAI, npc_jaina_proudmoore::npc_jaina_proudmooreAI, npc_thrall::npc_thrallAI, npc_tyrande_whisperwind::npc_tyrande_whisperwindAI, npc_chromie_start::npc_chromie_startAI, npc_chromie_middle::npc_chromie_middleAI, npc_erozion, npc_thrall_old_hillsbrad, npc_taretha, npc_disciple_of_naralex::npc_disciple_of_naralexAI, npc_rizzle_sprysprocket::npc_rizzle_sprysprocketAI, npc_aged_dying_ancient_kodo::npc_aged_dying_ancient_kodoAI, npc_thrall_warchief::npc_thrall_warchiefAI, npc_cairne_bloodhoof::npc_cairne_bloodhoofAI, npc_sergeant_bly::npc_sergeant_blyAI, npc_weegli_blastfuse::npc_weegli_blastfuseAI, npc_announcer_toc5::npc_announcer_toc5AI, npc_essence_of_twin, npc_jaina_or_sylvanas_intro_hor::npc_jaina_or_sylvanas_intro_horAI, npc_jaina_or_sylvanas_escape_hor::npc_jaina_or_sylvanas_escape_horAI, npc_alchemist_adrianna, npc_brann_hos, npc_sinclari_vh, npc_hidden_cultist, npc_wg_demolisher_engineer, npc_wg_spirit_guide, npc_wg_queue, npc_claw, npc_colonel_jules::npc_colonel_julesAI, npc_innkeeper::npc_innkeeperAI, npc_prof_blacksmith::npc_prof_blacksmithAI, npc_engineering_tele_trinket::npc_engineering_tele_trinketAI, npc_prof_leather::npc_prof_leatherAI, npc_prof_tailor::npc_prof_tailorAI, npc_prof_alchemy::npc_prof_alchemyAI, npc_wormhole::npc_wormholeAI, and npc_experience::npc_experienceAI.
Definition at line 209 of file CreatureAI.h.
Reimplemented in npc_tirion_fordring_tft, npc_entrance_faction_leader, npc_high_overlord_saurfang_igb, npc_muradin_bronzebeard_igb, SmartAI, boss_coren_direbrew, boss_victor_nefarius, boss_vaelastrasz, boss_majordomo, npc_grandmother::npc_grandmotherAI, boss_apothecary_hummel, npc_harrison_jones::npc_harrison_jonesAI, npc_barrett_toc, npc_sylvanas_fos, npc_jaina_fos, npc_verdisa_beglaristrasz_eternos, npc_brann_bronzebeard_ulduar_intro::npc_brann_bronzebeard_ulduar_introAI, npc_lorekeeper::npc_lorekeeperAI, npc_sinclari_vh, npc_wyrmrest_defender, npc_pet_trainer::npc_pet_trainerAI, npc_stable_master::npc_stable_masterAI, npc_thalorien_dawnseeker, npc_high_overlord_saurfang_icc, npc_muradin_bronzebeard_icc, npc_observation_ring_keeper::npc_observation_ring_keeperAI, npc_lokhtos_darkbargainer::npc_lokhtos_darkbargainerAI, boss_gloomrel::boss_gloomrelAI, boss_doomrel::boss_doomrelAI, npc_blastmaster_emi_shortfuse::npc_blastmaster_emi_shortfuseAI, npc_barnes::npc_barnesAI, npc_death_knight_initiate::npc_death_knight_initiateAI, npc_highlord_darion_mograine::npc_highlord_darion_mograineAI, npc_shadowfang_prisoner::npc_shadowfang_prisonerAI, npc_zulaman_hostage::npc_zulaman_hostageAI, npc_jaina_proudmoore::npc_jaina_proudmooreAI, npc_thrall::npc_thrallAI, npc_tyrande_whisperwind::npc_tyrande_whisperwindAI, npc_erozion, npc_thrall_old_hillsbrad, npc_taretha, npc_disciple_of_naralex::npc_disciple_of_naralexAI, npc_thrall_warchief::npc_thrall_warchiefAI, npc_cairne_bloodhoof::npc_cairne_bloodhoofAI, npc_sergeant_bly::npc_sergeant_blyAI, npc_weegli_blastfuse::npc_weegli_blastfuseAI, npc_announcer_toc5::npc_announcer_toc5AI, npc_jaina_or_sylvanas_intro_hor::npc_jaina_or_sylvanas_intro_horAI, npc_jaina_or_sylvanas_escape_hor::npc_jaina_or_sylvanas_escape_horAI, npc_brann_hos, npc_expedition_commander, npc_hidden_cultist, npc_thassarian, npc_wg_demolisher_engineer, npc_wg_spirit_guide, npc_akama_illidan, npc_akama_shade, npc_barada::npc_baradaAI, npc_innkeeper::npc_innkeeperAI, npc_prof_blacksmith::npc_prof_blacksmithAI, npc_engineering_tele_trinket::npc_engineering_tele_trinketAI, npc_prof_leather::npc_prof_leatherAI, npc_prof_tailor::npc_prof_tailorAI, npc_prof_alchemy::npc_prof_alchemyAI, npc_wormhole::npc_wormholeAI, npc_experience::npc_experienceAI, npc_argent_squire_gruntling::npc_argent_squire_gruntlingAI, npc_chromie_start::npc_chromie_startAI, npc_chromie_middle::npc_chromie_middleAI, npc_arthas_stratholme::npc_arthas_stratholmeAI, npc_morridune, npc_rizzle_sprysprocket::npc_rizzle_sprysprocketAI, npc_engineer_spark_overgrind::npc_engineer_spark_overgrindAI, npc_zafod_boombox, npc_lake_frog, npc_brann_bronzebeard_keystone, npc_wg_queue, npc_crusade_recruit, npc_alchemist_finklestein, and npc_magister_aledis::npc_magister_aledisAI.
Definition at line 212 of file CreatureAI.h.
|
inlinevirtual |
Reimplemented in SmartAI.
Definition at line 215 of file CreatureAI.h.
|
private |
Reimplemented in npc_koltira_deathweaver, npc_chromie_start::npc_chromie_startAI, npc_belnistrasz::npc_belnistraszAI, npc_chicken_cluck::npc_chicken_cluckAI, SmartAI, npc_rinji::npc_rinjiAI, npc_tyrion::npc_tyrionAI, npc_calvin_montague::npc_calvin_montagueAI, npc_willix::npc_willixAI, npc_ruul_snowhoof::npc_ruul_snowhoofAI, npc_muglash::npc_muglashAI, npc_magwin::npc_magwinAI, npc_demolitionist_legoso::npc_demolitionist_legosoAI, npc_kerlonian::npc_kerlonianAI, npc_prospector_remtravel::npc_prospector_remtravelAI, npc_shenthul::npc_shenthulAI, npc_tooga::npc_toogaAI, npc_gilthares::npc_giltharesAI, npc_wizzlecrank_shredder::npc_wizzlecrank_shredderAI, npc_ranshalla::npc_ranshallaAI, npc_emily, npc_daegarn, npc_engineer_helice, npc_maghar_captive::npc_maghar_captiveAI, npc_kurenai_captive::npc_kurenai_captiveAI, npc_earthmender_wilda::npc_earthmender_wildaAI, and npc_doctor::npc_doctorAI.
Definition at line 218 of file CreatureAI.h.
Reimplemented in npc_rocknot::npc_rocknotAI, boss_apothecary_hummel, npc_the_etymidian::npc_the_etymidianAI, npc_chicken_cluck::npc_chicken_cluckAI, SmartAI, and npc_lady_sylvanas_windrunner::npc_lady_sylvanas_windrunnerAI.
Definition at line 221 of file CreatureAI.h.
|
inlinevirtual |
Reimplemented in boss_king_dred, boss_magus_telestra, boss_drakos, boss_maiden_of_grief, boss_exarch_maladaar, boss_nexusprince_shaffar, boss_darkweaver_syth, boss_hydromancer_thespia, boss_swamplord_muselek, boss_watchkeeper_gargolmar, boss_harbinger_skyriss, boss_commander_sarannis, boss_thorngrin_the_tender, boss_warp_splinter, boss_gatewatcher_gyrokill, boss_pathaleon_the_calculator, and SmartAI.
Definition at line 148 of file CreatureAI.h.
|
inlinevirtual |
Reimplemented in npc_dream_portal, boss_flame_leviathan_overload_device::boss_flame_leviathan_overload_deviceAI, SmartAI, and npc_descend_into_madness::npc_descend_into_madnessAI.
Definition at line 233 of file CreatureAI.h.
|
inlinevirtual |
Reimplemented in npc_shambling_horror_icc, and SmartAI.
Definition at line 151 of file CreatureAI.h.
|
inlinevirtual |
Reimplemented in boss_drakos, boss_pandemonius, boss_thorngrin_the_tender, and SmartAI.
Definition at line 154 of file CreatureAI.h.
|
inlinevirtual |
Reimplemented in PetAI.
Definition at line 182 of file CreatureAI.h.
|
inlinevirtual |
Reimplemented in PetAI, and FollowerAI.
Definition at line 179 of file CreatureAI.h.
== Fields =======================================
Reimplemented in npc_gunship_cannon, npc_wyrmrest_skytalon, npc_wild_wyrm, npc_bone_spike, npc_ruby_emerald_amber_drake, npc_constrictor_tentacle::npc_constrictor_tentacleAI, npc_tournament_mount::npc_tournament_mountAI, npc_melee_hover_disk, npc_caster_hover_disk, SmartAI, boss_gormok, boss_flame_leviathan_seat::boss_flame_leviathan_seatAI, boss_xt002, npc_bountiful_table::npc_bountiful_tableAI, npc_four_car_garage, boss_kologarn::boss_kologarnAI, npc_grauf, npc_rocket_propelled_warhead, npc_icefang, and npc_hyldsmeet_protodrake.
Definition at line 231 of file CreatureAI.h.
Reimplemented in npc_taskmaster_fizzule::npc_taskmaster_fizzuleAI, npc_pet_gen_pandaren_monk, npc_spectral_ghostly_citizen::npc_spectral_ghostly_citizenAI, npc_shenthul::npc_shenthulAI, npc_lake_frog, npc_chicken_cluck::npc_chicken_cluckAI, npc_dancing_flames, npc_brewfest_reveler::npc_brewfest_revelerAI, npc_brewfest_reveler_2, PetAI, SmartAI, and npc_guard_generic.
Definition at line 176 of file CreatureAI.h.
void CreatureAI::SetBoundary | ( | CreatureBoundary const * | boundary, |
bool | negativeBoundaries = false |
||
) |
Definition at line 430 of file CreatureAI.cpp.
|
inlinevirtual |
Reimplemented in boss_pyroguard_emberseer, boss_the_beast, boss_attumen::boss_attumenAI, netherspite_infernal::netherspite_infernalAI, boss_shade_of_aran::boss_aranAI, boss_terestian_illhoof::boss_terestianAI, boss_strawman::boss_strawmanAI, boss_julianne::boss_julianneAI, npc_sir_thomas, boss_scarlet_commander_mograine, npc_summoned_skeleton, npc_spectral_ghostly_citizen::npc_spectral_ghostly_citizenAI, npc_muru_portal, boss_archaedas::boss_archaedasAI, npc_archaedas_minions::npc_archaedas_minionsAI, boss_halazzi::boss_halazziAI, npc_janalai_firebomb::npc_janalai_firebombAI, npc_janalai_egg::npc_janalai_eggAI, npc_harrison_jones::npc_harrison_jonesAI, npc_omen, npc_crate_helper::npc_crate_helperAI, npc_medivh_bm, boss_onyxia, boss_viscidus::boss_viscidusAI, npc_kerlonian::npc_kerlonianAI, npc_taskmaster_fizzule::npc_taskmaster_fizzuleAI, boss_anub_arak, boss_krik_thir, npc_gatewatcher_petAI, boss_halion, boss_twilight_halion, npc_open_portal_target_toc, boss_king_dred, boss_gal_darah, boss_moorabi, BloodPrincesBossAI, boss_deathbringer_saurfang, npc_high_overlord_saurfang_icc, npc_muradin_bronzebeard_icc, npc_saurfang_event, npc_cult_fanatic, npc_cult_adherent, npc_putricide_oozeAI, npc_argent_captainAI, boss_the_lich_king, npc_tirion_fordring_tft, boss_valithria_dreamwalker, npc_gothik_trigger, boss_kelthuzad, npc_portal_eoe, npc_arcane_overload, boss_magus_telestra, boss_urom, npc_ruby_emerald_amber_drake, boss_ionar, npc_black_hole, boss_flame_leviathan::boss_flame_leviathanAI, npc_pool_of_tar::npc_pool_of_tarAI, npc_toasty_fire::npc_toasty_fireAI, boss_razorscale, npc_razorscale_harpoon_fire_state, boss_thorim::boss_thorimAI, npc_sif::npc_sifAI, boss_yogg_saron::boss_yogg_saronAI, npc_grauf, boss_xevozz, npc_wyrmrest_defender, npc_frostbrood_skytalon, npc_focus_fire, boss_shade_of_akama, npc_akama_shade, boss_najentus, npc_earthen_ring_flamecaller, npc_claw, boss_magtheridon, boss_high_botanist_freywinn, npc_warp_splinter_sapling, boss_alar, advisorbase_ai, npc_nagrand_banner::npc_nagrand_bannerAI, npc_infernal_attacker::npc_infernal_attackerAI, npc_shadowmoon_tuber_node::npc_shadowmoon_tuber_nodeAI, boss_ioc_horde_alliance, boss_vx_001::boss_vx_001AI, npc_rocket_propelled_warhead, SmartAI, npc_death_knight_initiate::npc_death_knight_initiateAI, npc_restless_soul::npc_restless_soulAI, boss_felmyst, boss_sathrovarr, npc_zuljin_vortex::npc_zuljin_vortexAI, npc_zulian_prowler, npc_troll_volunteer, boss_ossirian::boss_ossirianAI, boss_twinemperorsAI, npc_draenei_survivor::npc_draenei_survivorAI, npc_aged_dying_ancient_kodo::npc_aged_dying_ancient_kodoAI, boss_sister_svalna, npc_icc_orb_controller, boss_faerlina, boss_razuvious, npc_stalagg, npc_feugen, boss_malygos, npc_living_constellation, npc_ichor_globule, npc_beryl_sorcerer, npc_outhouse_bunny, npc_wounded_skirmisher, npc_venture_co_straggler, npc_tournament_training_dummy, npc_jungle_punch_target, npc_brunnhildar_prisoner, npc_wild_wyrm, npc_storm_cloud, npc_nether_drake::npc_nether_drakeAI, npc_mature_netherwing_drake::npc_mature_netherwing_drakeAI, npc_enslaved_netherwing_drake::npc_enslaved_netherwing_drakeAI, npc_pet_dk_ebon_gargoyle, and npc_injured_patient::npc_injured_patientAI.
Definition at line 142 of file CreatureAI.h.
|
inlinevirtual |
Reimplemented in boss_archmage_arugal::boss_archmage_arugalAI, boss_krik_thir, boss_devourer_of_souls, npc_vengeful_shade, npc_putricide_oozeAI, boss_rotface, boss_four_horsemen_baron, boss_four_horsemen_thane, boss_four_horsemen_sir, boss_sara::boss_saraAI, npc_maghar_captive::npc_maghar_captiveAI, npc_kurenai_captive::npc_kurenai_captiveAI, SmartAI, boss_felblood_kaelthas, npc_dark_rider_of_acherus, boss_high_inquisitor_whitemane, boss_sacrolash::boss_sacrolashAI, boss_alythess::boss_alythessAI, npc_shadow_image::npc_shadow_imageAI, boss_epoch::boss_epochAI, boss_infinite_corruptor::boss_infinite_corruptorAI, boss_onyxia, boss_volazj, npc_anub_ar_skirmisher, boss_garfrost, boss_drakkari_elemental, boss_deathbringer_saurfang, boss_festergut, boss_lady_deathwhisper, boss_sindragosa, boss_sister_svalna, boss_grobbulus, boss_sapphiron, npc_azure_ring_captain, npc_malformed_ooze, boss_flame_leviathan::boss_flame_leviathanAI, npc_unstable_sun_beam::npc_unstable_sun_beamAI, boss_general_vezax::boss_general_vezaxAI, boss_thorim::boss_thorimAI, boss_ymiron, npc_haiphoon, boss_exarch_maladaar, boss_nazan, npc_simon_bunny::npc_simon_bunnyAI, and boss_lethon::boss_lethonAI.
Definition at line 145 of file CreatureAI.h.
|
inlinevirtual |
Reimplemented in npc_toc_enh_shaman, npc_thorim_minibossAI, BossAI, WorldBossAI, npc_koltira_deathweaver, npc_thalorien_dawnseeker, npc_necromancer::npc_necromancerAI, boss_volazj, boss_black_knight::boss_black_knightAI, npc_announcer_toc5::npc_announcer_toc5AI, npc_precious_icc, boss_sindragosa, npc_frostwing_ymirjar_vrykul, boss_valithria_dreamwalker, boss_anubrekhan, boss_gothik, npc_gothik_trigger, boss_eregos, boss_ichoron, boss_zuramat, npc_void_sentry, npc_sinclari_vh, npc_daegarn, boss_balinda, hyjalAI, boss_ionar, npc_hodir_mage::npc_hodir_mageAI, and SmartAI.
Definition at line 138 of file CreatureAI.h.
Reimplemented in npc_felblood_kaelthas_phoenix, npc_the_lich_king_escape_hor::npc_the_lich_king_escape_horAI, boss_taerar::boss_taerarAI, boss_coren_direbrew, boss_victor_nefarius, boss_headless_horseman, boss_apothecary_hummel, boss_mandokir, boss_elder_nadox, boss_deathbringer_saurfang, boss_lady_deathwhisper, boss_the_lich_king, boss_loatheb, boss_razorscale, boss_zuramat, npc_violet_hold_teleportation_portal_commonAI, npc_daegarn, boss_illidan_stormrage, boss_magtheridon, SmartAI, boss_amanitar, boss_jedoga_shadowseeker, boss_anubrekhan, npc_violet_hold_teleportation_portal, npc_violet_hold_teleportation_portal_elite, boss_gluth, boss_anomalus, and boss_freya::boss_freyaAI.
Definition at line 139 of file CreatureAI.h.
void CreatureAI::Talk | ( | uint8 | id, |
WorldObject const * | whisperTarget = nullptr |
||
) |
Definition at line 48 of file CreatureAI.cpp.
void CreatureAI::TriggerAlert | ( | Unit const * | who | ) | const |
Definition at line 136 of file CreatureAI.cpp.
|
protected |
int32 CreatureAI::VisualizeBoundary | ( | Seconds | duration, |
Unit * | owner = nullptr , |
||
bool | fill = false |
||
) | const |
Definition at line 326 of file CreatureAI.cpp.
Reimplemented in SmartAI, npc_thassarian, npc_general_arlos, npc_leryssa, and npc_partygoer_pather.
Definition at line 227 of file CreatureAI.h.
Reimplemented in SmartAI, npc_ranshalla::npc_ranshallaAI, npc_cameron, npc_grimstone::npc_grimstoneAI, npc_rocknot::npc_rocknotAI, npc_blastmaster_emi_shortfuse::npc_blastmaster_emi_shortfuseAI, npc_barnes::npc_barnesAI, npc_highlord_darion_mograine::npc_highlord_darion_mograineAI, npc_shadowfang_prisoner::npc_shadowfang_prisonerAI, npc_rinji::npc_rinjiAI, npc_lord_gregor_lescovar::npc_lord_gregor_lescovarAI, npc_tyrion_spybot::npc_tyrion_spybotAI, npc_morridune, boss_anetheron::boss_anetheronAI, boss_azgalor::boss_azgalorAI, boss_kazrogal::boss_kazrogalAI, boss_rage_winterchill::boss_rage_winterchillAI, npc_giant_infernal::npc_giant_infernalAI, npc_abomination::npc_abominationAI, npc_ghoul::npc_ghoulAI, npc_necromancer::npc_necromancerAI, npc_banshee::npc_bansheeAI, npc_crypt_fiend::npc_crypt_fiendAI, npc_fel_stalker::npc_fel_stalkerAI, npc_frost_wyrm::npc_frost_wyrmAI, npc_gargoyle::npc_gargoyleAI, hyjalAI, npc_thrall_old_hillsbrad, npc_taretha, npc_willix::npc_willixAI, npc_disciple_of_naralex::npc_disciple_of_naralexAI, npc_ruul_snowhoof::npc_ruul_snowhoofAI, npc_muglash::npc_muglashAI, npc_magwin::npc_magwinAI, npc_demolitionist_legoso::npc_demolitionist_legosoAI, npc_prospector_remtravel::npc_prospector_remtravelAI, npc_clintar_spirit::npc_clintar_spiritAI, npc_gilthares::npc_giltharesAI, npc_wizzlecrank_shredder::npc_wizzlecrank_shredderAI, npc_argent_soldier::npc_argent_soldierAI, generic_vehicleAI_toc5::generic_vehicleAI_toc5AI, npc_crok_scourgebane, npc_brann_hos, violet_hold_trashAI, npc_emily, npc_engineer_helice, npc_maghar_captive::npc_maghar_captiveAI, npc_kurenai_captive::npc_kurenai_captiveAI, and npc_earthmender_wilda::npc_earthmender_wildaAI.
Definition at line 226 of file CreatureAI.h.
== Waypoints system =============================
Reimplemented in npc_wizzlecrank_shredder::npc_wizzlecrank_shredderAI, and npc_crok_scourgebane.
Definition at line 225 of file CreatureAI.h.
|
protected |
Definition at line 260 of file CreatureAI.h.
|
private |
Definition at line 266 of file CreatureAI.h.
|
private |
Definition at line 267 of file CreatureAI.h.
|
protected |
Definition at line 261 of file CreatureAI.h.
|
protected |
Definition at line 81 of file CreatureAI.h.