![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "Containers.h"#include "DB2Stores.h"#include "GameObject.h"#include "GameObjectAI.h"#include "InstanceScript.h"#include "Map.h"#include "ObjectAccessor.h"#include "PhasingHandler.h"#include "Player.h"#include "ruby_sanctum.h"#include "ScriptedCreature.h"#include "Spell.h"#include "SpellAuraEffects.h"#include "SpellScript.h"#include "TemporarySummon.h"#include "Vehicle.h"
Include dependency graph for boss_halion.cpp:Go to the source code of this file.
Typedefs | |
| typedef boss_halion::boss_halionAI | HalionAI |
Functions | |
| void | AddSC_boss_halion () |
Variables | |
| Position const | HalionSpawnPos = {3156.67f, 533.8108f, 72.98822f, 3.159046f} |
| Position const | HalionRespawnPos = {3156.625f, 533.2674f, 72.97205f, 0.0f} |
| uint8 const | MAX_CORPOREALITY_STATE = 11 |
| CorporealityEntry const | _corporealityReference [MAX_CORPOREALITY_STATE] |
| typedef boss_halion::boss_halionAI HalionAI |
Definition at line 398 of file boss_halion.cpp.
| enum Actions |
| Enumerator | |
|---|---|
| ACTION_METEOR_STRIKE_BURN | |
| ACTION_METEOR_STRIKE_AOE | |
| ACTION_MONITOR_CORPOREALITY | |
| ACTION_WARNING_SHOOT | |
| ACTION_SHOOT | |
| ACTION_ACTIVATE_EMBERS | |
Definition at line 152 of file boss_halion.cpp.
| enum CorporealityEvent |
| Enumerator | |
|---|---|
| CORPOREALITY_NONE | |
| CORPOREALITY_TWILIGHT_MENDING | |
| CORPOREALITY_INCREASE | |
| CORPOREALITY_DECREASE | |
Definition at line 194 of file boss_halion.cpp.
| enum Events |
Definition at line 123 of file boss_halion.cpp.
| enum Misc |
| Enumerator | |
|---|---|
| DATA_TWILIGHT_DAMAGE_TAKEN | |
| DATA_MATERIAL_DAMAGE_TAKEN | |
| DATA_STACKS_DISPELLED | |
| DATA_FIGHT_PHASE | |
| DATA_SPAWNED_FLAMES | |
| DATA_ROOT_GUID | |
Definition at line 176 of file boss_halion.cpp.
| enum OrbCarrierSeats |
| Enumerator | |
|---|---|
| SEAT_NORTH | |
| SEAT_SOUTH | |
| SEAT_EAST | |
| SEAT_WEST | |
Definition at line 186 of file boss_halion.cpp.
| enum Phases |
| Enumerator | |
|---|---|
| PHASE_ALL | |
| PHASE_INTRO | |
| PHASE_ONE | |
| PHASE_TWO | |
| PHASE_THREE | |
Definition at line 167 of file boss_halion.cpp.
| enum Spells |
Definition at line 61 of file boss_halion.cpp.
| enum Texts |
Definition at line 36 of file boss_halion.cpp.
| void AddSC_boss_halion | ( | ) |
| CorporealityEntry const _corporealityReference[MAX_CORPOREALITY_STATE] |
Definition at line 213 of file boss_halion.cpp.
| Position const HalionRespawnPos = {3156.625f, 533.2674f, 72.97205f, 0.0f} |
Definition at line 203 of file boss_halion.cpp.
| Position const HalionSpawnPos = {3156.67f, 533.8108f, 72.98822f, 3.159046f} |
Definition at line 202 of file boss_halion.cpp.
| uint8 const MAX_CORPOREALITY_STATE = 11 |
Definition at line 205 of file boss_halion.cpp.