![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "GameObject.h"#include "GameObjectAI.h"#include "InstanceScript.h"#include "Log.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "Player.h"#include "ScriptedCreature.h"#include "sunwell_plateau.h"#include "TemporarySummon.h"#include <cmath>
Include dependency graph for boss_kiljaeden.cpp:Go to the source code of this file.
Classes | |
| struct | Speech |
| class | boss_kalecgos_kj |
| struct | boss_kalecgos_kj::boss_kalecgos_kjAI |
| class | go_orb_of_the_blue_flight |
| struct | go_orb_of_the_blue_flight::go_orb_of_the_blue_flightAI |
| class | npc_kiljaeden_controller |
| struct | npc_kiljaeden_controller::npc_kiljaeden_controllerAI |
| class | boss_kiljaeden |
| struct | boss_kiljaeden::boss_kiljaedenAI |
| class | npc_hand_of_the_deceiver |
| struct | npc_hand_of_the_deceiver::npc_hand_of_the_deceiverAI |
| class | npc_felfire_portal |
| struct | npc_felfire_portal::npc_felfire_portalAI |
| class | npc_volatile_felfire_fiend |
| struct | npc_volatile_felfire_fiend::npc_volatile_felfire_fiendAI |
| class | npc_armageddon |
| struct | npc_armageddon::npc_armageddonAI |
| class | npc_shield_orb |
| struct | npc_shield_orb::npc_shield_orbAI |
| class | npc_sinster_reflection |
| struct | npc_sinster_reflection::npc_sinster_reflectionAI |
Macros | |
| #define | SHIELD_ORB_Z 45.000f |
Functions | |
| void | AddSC_boss_kiljaeden () |
Variables | |
| Position | DeceiverLocations [3] |
| float | ShieldOrbLocations [4][2] |
| static Speech | Speeches [] |
| #define SHIELD_ORB_Z 45.000f |
Definition at line 154 of file boss_kiljaeden.cpp.
| enum KilJaedenTimers |
| Enumerator | |
|---|---|
| TIMER_SPEECH | |
| TIMER_SOUL_FLAY | |
| TIMER_LEGION_LIGHTNING | |
| TIMER_FIRE_BLOOM | |
| TIMER_SUMMON_SHILEDORB | |
| TIMER_SHADOW_SPIKE | |
| TIMER_FLAME_DART | |
| TIMER_DARKNESS | |
| TIMER_ORBS_EMPOWER | |
| TIMER_ARMAGEDDON | |
Definition at line 166 of file boss_kiljaeden.cpp.
| enum Phase |
| Enumerator | |
|---|---|
| PHASE_DECEIVERS | |
| PHASE_NORMAL | |
| PHASE_DARKNESS | |
| PHASE_ARMAGEDDON | |
| PHASE_SACRIFICE | |
Definition at line 156 of file boss_kiljaeden.cpp.
| enum Spells |
Definition at line 74 of file boss_kiljaeden.cpp.
| enum Yells |
Definition at line 41 of file boss_kiljaeden.cpp.
| void AddSC_boss_kiljaeden | ( | ) |
| Position DeceiverLocations[3] |
Definition at line 187 of file boss_kiljaeden.cpp.
| float ShieldOrbLocations[4][2] |
Definition at line 195 of file boss_kiljaeden.cpp.
|
static |
Definition at line 210 of file boss_kiljaeden.cpp.