![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "InstanceScript.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "pit_of_saron.h"#include "Player.h"#include "PlayerAI.h"#include "ScriptedCreature.h"#include "SpellAuraEffects.h"#include "SpellScript.h"#include "TemporarySummon.h"#include "Vehicle.h"
Include dependency graph for boss_scourgelord_tyrannus.cpp:Go to the source code of this file.
Classes | |
| struct | boss_tyrannus |
| struct | boss_rimefang |
| class | player_overlord_brandAI |
| class | spell_tyrannus_overlord_brand |
| class | spell_tyrannus_mark_of_rimefang |
| class | spell_tyrannus_rimefang_icy_blast |
| class | at_tyrannus_event_starter |
Macros | |
| #define | GUID_HOARFROST 1 |
Functions | |
| void | AddSC_boss_tyrannus () |
Variables | |
| static const Position | rimefangPos [10] |
| static Position const | miscPos = { 1018.376f, 167.2495f, 628.2811f, 0.000000f } |
| #define GUID_HOARFROST 1 |
Definition at line 113 of file boss_scourgelord_tyrannus.cpp.
| enum Actions |
| Enumerator | |
|---|---|
| ACTION_START_INTRO | |
| ACTION_START_RIMEFANG | |
| ACTION_START_OUTRO | |
| ACTION_END_COMBAT | |
Definition at line 105 of file boss_scourgelord_tyrannus.cpp.
| enum Events |
Definition at line 79 of file boss_scourgelord_tyrannus.cpp.
| enum Phases |
| Enumerator | |
|---|---|
| PHASE_NONE | |
| PHASE_INTRO | |
| PHASE_COMBAT | |
| PHASE_OUTRO | |
Definition at line 97 of file boss_scourgelord_tyrannus.cpp.
| enum Spells |
Definition at line 62 of file boss_scourgelord_tyrannus.cpp.
| enum Yells |
Definition at line 31 of file boss_scourgelord_tyrannus.cpp.
| void AddSC_boss_tyrannus | ( | ) |
Definition at line 504 of file boss_scourgelord_tyrannus.cpp.
Here is the caller graph for this function:
|
static |
Definition at line 129 of file boss_scourgelord_tyrannus.cpp.
|
static |
Definition at line 115 of file boss_scourgelord_tyrannus.cpp.