![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "Containers.h"#include "DB2Stores.h"#include "GameObject.h"#include "GameObjectAI.h"#include "InstanceScript.h"#include "Map.h"#include "MotionMaster.h"#include "MoveSplineInit.h"#include "PassiveAI.h"#include "Player.h"#include "ScriptedCreature.h"#include "SpellInfo.h"#include "SpellScript.h"#include "TemporarySummon.h"#include "ulduar.h"
Include dependency graph for boss_algalon_the_observer.cpp:Go to the source code of this file.
Classes | |
| class | ActivateLivingConstellation |
| class | CosmicSmashDamageEvent |
| class | SummonUnleashedDarkMatter |
| struct | boss_algalon_the_observer |
| struct | npc_living_constellation |
| struct | npc_black_hole |
| struct | npc_collapsing_star |
| struct | npc_brann_bronzebeard_algalon |
| struct | go_celestial_planetarium_access |
| class | spell_algalon_phase_punch |
| class | spell_algalon_phase_constellation |
| class | spell_algalon_trigger_3_adds |
| class | spell_algalon_collapse |
| class | spell_algalon_big_bang |
| class | spell_algalon_remove_phase |
| class | spell_algalon_cosmic_smash |
| class | spell_algalon_cosmic_smash_damage |
| class | spell_algalon_black_hole_phase_shifts |
Macros | |
| #define | LIVING_CONSTELLATION_COUNT 11 |
| #define | COLLAPSING_STAR_COUNT 4 |
Functions | |
| void | AddSC_boss_algalon_the_observer () |
Variables | |
| uint32 const | PhasePunchAlphaId [5] = {64435, 64434, 64428, 64421, 64417} |
| Position const | ConstellationPos [LIVING_CONSTELLATION_COUNT] |
| Position const | CollapsingStarPos [COLLAPSING_STAR_COUNT] |
| Position const | BrannIntroSpawnPos = { 1677.363f, -162.3514f, 427.332f, 3.191144f } |
| Position const | AlgalonSummonPos = { 1632.531f, -304.8516f, 450.1123f, 1.530165f } |
| Position const | AlgalonLandPos = { 1632.668f, -302.7656f, 417.3211f, 1.530165f } |
| Position const | AlgalonOutroPos = {1633.64f, -317.78f, 417.3211f, 0.0f} |
| Position const | BrannOutroPos = { 1631.989f, -221.5439f, 418.4091f, 4.714909f } |
| #define COLLAPSING_STAR_COUNT 4 |
Definition at line 217 of file boss_algalon_the_observer.cpp.
| #define LIVING_CONSTELLATION_COUNT 11 |
Definition at line 201 of file boss_algalon_the_observer.cpp.
| enum AchievmentInfo |
| Enumerator | |
|---|---|
| EVENT_ID_SUPERMASSIVE_START | |
| DATA_HAS_FED_ON_TEARS | |
Definition at line 178 of file boss_algalon_the_observer.cpp.
| enum Actions |
| Enumerator | |
|---|---|
| ACTION_START_INTRO | |
| ACTION_ACTIVATE_STAR | |
| ACTION_BIG_BANG | |
| ACTION_ASCEND | |
| ACTION_OUTRO | |
| ACTION_INTRO_2 | |
Definition at line 161 of file boss_algalon_the_observer.cpp.
| enum AlgalonMovePoints |
| Enumerator | |
|---|---|
| POINT_INITIAL_MOVE | |
| POINT_ALGALON_ROOM | |
| POINT_DESPAWN | |
| POINT_ALGALON_OUTRO | |
Definition at line 193 of file boss_algalon_the_observer.cpp.
| Enumerator | |
|---|---|
| SPLINE_INITIAL_MOVE | |
| SPLINE_ALGALON_ROOM | |
| SPLINE_OUTRO_1 | |
| SPLINE_OUTRO_2 | |
| SPLINE_DESPAWN_INTRO_1 | |
Definition at line 184 of file boss_algalon_the_observer.cpp.
| enum EncounterPhases |
| Enumerator | |
|---|---|
| PHASE_NORMAL | |
| PHASE_ROLE_PLAY | |
| PHASE_BIG_BANG | |
Definition at line 171 of file boss_algalon_the_observer.cpp.
| enum Events |
Definition at line 115 of file boss_algalon_the_observer.cpp.
| enum Spells |
Definition at line 67 of file boss_algalon_the_observer.cpp.
| enum Texts |
Definition at line 35 of file boss_algalon_the_observer.cpp.
| void AddSC_boss_algalon_the_observer | ( | ) |
Definition at line 1210 of file boss_algalon_the_observer.cpp.
Here is the caller graph for this function:| Position const AlgalonLandPos = { 1632.668f, -302.7656f, 417.3211f, 1.530165f } |
Definition at line 228 of file boss_algalon_the_observer.cpp.
| Position const AlgalonOutroPos = {1633.64f, -317.78f, 417.3211f, 0.0f} |
Definition at line 229 of file boss_algalon_the_observer.cpp.
| Position const AlgalonSummonPos = { 1632.531f, -304.8516f, 450.1123f, 1.530165f } |
Definition at line 227 of file boss_algalon_the_observer.cpp.
| Position const BrannIntroSpawnPos = { 1677.363f, -162.3514f, 427.332f, 3.191144f } |
Definition at line 226 of file boss_algalon_the_observer.cpp.
| Position const BrannOutroPos = { 1631.989f, -221.5439f, 418.4091f, 4.714909f } |
Definition at line 230 of file boss_algalon_the_observer.cpp.
| Position const CollapsingStarPos[COLLAPSING_STAR_COUNT] |
Definition at line 218 of file boss_algalon_the_observer.cpp.
| Position const ConstellationPos[LIVING_CONSTELLATION_COUNT] |
Definition at line 202 of file boss_algalon_the_observer.cpp.
| uint32 const PhasePunchAlphaId[5] = {64435, 64434, 64428, 64421, 64417} |
Definition at line 113 of file boss_algalon_the_observer.cpp.