![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "AchievementCriteriaScript.h"#include "CreatureScript.h"#include "GameObjectAI.h"#include "GameObjectScript.h"#include "MapMgr.h"#include "MoveSplineInit.h"#include "ObjectMgr.h"#include "PassiveAI.h"#include "Player.h"#include "ScriptedCreature.h"#include "SpellScript.h"#include "SpellScriptLoader.h"#include "ulduar.h"Go to the source code of this file.
Classes | |
| class | CosmicSmashDamageEvent |
| struct | boss_algalon_the_observer |
| struct | npc_brann_bronzebeard_algalon |
| struct | npc_collapsing_star |
| struct | npc_living_constellation |
| struct | npc_algalon_worm_hole |
| class | go_celestial_planetarium_access |
| struct | go_celestial_planetarium_access::go_celestial_planetarium_accessAI |
| class | spell_algalon_phase_punch_aura |
| class | spell_algalon_collapse_aura |
| class | ActiveConstellationFilter |
| class | spell_algalon_trigger_3_adds |
| class | spell_algalon_cosmic_smash_damage |
| class | spell_algalon_big_bang |
| class | spell_algalon_remove_phase_aura |
| class | spell_algalon_supermassive_fail |
| class | achievement_algalon_he_feeds_on_your_tears |
| class | achievement_algalon_herald_of_the_titans |
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 | BrannIntroSpawnPos = {1676.277f, -162.5308f, 427.3326f, 3.235537f} |
| Position const | BrannIntroWaypoint [MAX_BRANN_WAYPOINTS_INTRO] |
| Position const | ConstellationPos [LIVING_CONSTELLATION_COUNT] |
| Position const | CollapsingStarPos [COLLAPSING_STAR_COUNT] |
| Position const | AlgalonOutroPos = {1633.64f, -317.78f, 417.3211f, 0.0f} |
| Position const | BrannOutroPos [3] |
| #define COLLAPSING_STAR_COUNT 4 |
| #define LIVING_CONSTELLATION_COUNT 11 |
| enum Actions |
| Enumerator | |
|---|---|
| ACTION_START_INTRO | |
| ACTION_FINISH_INTRO | |
| ACTION_ACTIVATE_STAR | |
| ACTION_BIG_BANG | |
| ACTION_ASCEND | |
| ACTION_OUTRO | |
| enum EncounterPhases |
| Enumerator | |
|---|---|
| PHASE_NORMAL | |
| PHASE_ROLE_PLAY | |
| PHASE_BIG_BANG | |
| PHASE_MASK_NO_UPDATE | |
| PHASE_MASK_NO_CAST_CHECK | |
| enum Events |
| enum Misc |
| enum Spells |
| enum Texts |
| void AddSC_boss_algalon_the_observer | ( | ) |
References RegisterSpellScript, and RegisterUlduarCreatureAI.
Referenced by AddNorthrendScripts().
| Position const AlgalonOutroPos = {1633.64f, -317.78f, 417.3211f, 0.0f} |
Referenced by boss_algalon_the_observer::UpdateAI().
| Position const BrannIntroSpawnPos = {1676.277f, -162.5308f, 427.3326f, 3.235537f} |
Referenced by go_celestial_planetarium_access::go_celestial_planetarium_accessAI::GossipHello().
| Position const BrannIntroWaypoint[MAX_BRANN_WAYPOINTS_INTRO] |
Referenced by npc_brann_bronzebeard_algalon::UpdateAI().
| Position const BrannOutroPos[3] |
Referenced by npc_brann_bronzebeard_algalon::DoAction(), boss_algalon_the_observer::UpdateAI(), and npc_brann_bronzebeard_algalon::UpdateAI().
| Position const CollapsingStarPos[COLLAPSING_STAR_COUNT] |
Referenced by boss_algalon_the_observer::DamageTaken(), and boss_algalon_the_observer::UpdateAI().
| Position const ConstellationPos[LIVING_CONSTELLATION_COUNT] |
Referenced by boss_algalon_the_observer::UpdateAI().
| uint32 const PhasePunchAlphaId[5] = {64435, 64434, 64428, 64421, 64417} |
Referenced by spell_algalon_phase_punch_aura::HandlePeriodic(), spell_algalon_phase_punch_aura::OnRemove(), and spell_algalon_phase_punch_aura::Validate().