![]()  | 
  
    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.
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.
Referenced by AddNorthrendScripts().
| Position const AlgalonOutroPos = {1633.64f, -317.78f, 417.3211f, 0.0f} | 
Referenced by boss_algalon_the_observer::boss_algalon_the_observerAI::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::npc_brann_bronzebeard_algalonAI::UpdateAI().
| Position const BrannOutroPos[3] | 
Referenced by npc_brann_bronzebeard_algalon::npc_brann_bronzebeard_algalonAI::DoAction(), boss_algalon_the_observer::boss_algalon_the_observerAI::UpdateAI(), and npc_brann_bronzebeard_algalon::npc_brann_bronzebeard_algalonAI::UpdateAI().
| Position const CollapsingStarPos[COLLAPSING_STAR_COUNT] | 
Referenced by boss_algalon_the_observer::boss_algalon_the_observerAI::DamageTaken(), and boss_algalon_the_observer::boss_algalon_the_observerAI::UpdateAI().
| Position const ConstellationPos[LIVING_CONSTELLATION_COUNT] | 
Referenced by boss_algalon_the_observer::boss_algalon_the_observerAI::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().