![]() |
TrinityCore
|
#include "culling_of_stratholme.h"#include "InstanceScript.h"#include "ObjectAccessor.h"#include "ScriptedCreature.h"#include "ScriptMgr.h"#include "SpellInfo.h"#include <vector>
Include dependency graph for boss_chrono_lord_epoch.cpp:Go to the source code of this file.
Classes | |
| class | boss_epoch |
| struct | boss_epoch::boss_epochAI |
Macros | |
| #define | SPELL_TIME_STEP_CHARGE DUNGEON_MODE(52737,58829) |
| #define | SPELL_WOUNDING_STRIKE DUNGEON_MODE(52771,58830) |
Enumerations | |
| enum | Spells { SPELL_CURSE_OF_EXERTION = 52772 , SPELL_TIME_WARP = 52766 , SPELL_TIME_STOP = 58848 , SPELL_TIME_STEP_DUMMY = 52736 } |
| enum | Yells { SAY_TIME_WARP = 2 , SAY_SLAY = 3 } |
| enum | Events { EVENT_CURSE_OF_EXERTION = 1 , EVENT_TIME_WARP , EVENT_TIME_STOP , EVENT_WOUNDING_STRIKE , EVENT_TIME_STEP } |
Functions | |
| void | AddSC_boss_epoch () |
| #define SPELL_TIME_STEP_CHARGE DUNGEON_MODE(52737,58829) |
Definition at line 34 of file boss_chrono_lord_epoch.cpp.
| #define SPELL_WOUNDING_STRIKE DUNGEON_MODE(52771,58830) |
Definition at line 35 of file boss_chrono_lord_epoch.cpp.
| enum Events |
| Enumerator | |
|---|---|
| EVENT_CURSE_OF_EXERTION | |
| EVENT_TIME_WARP | |
| EVENT_TIME_STOP | |
| EVENT_WOUNDING_STRIKE | |
| EVENT_TIME_STEP | |
Definition at line 43 of file boss_chrono_lord_epoch.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_CURSE_OF_EXERTION | |
| SPELL_TIME_WARP | |
| SPELL_TIME_STOP | |
| SPELL_TIME_STEP_DUMMY | |
Definition at line 26 of file boss_chrono_lord_epoch.cpp.
| enum Yells |
| Enumerator | |
|---|---|
| SAY_TIME_WARP | |
| SAY_SLAY | |
Definition at line 37 of file boss_chrono_lord_epoch.cpp.
| void AddSC_boss_epoch | ( | ) |
Definition at line 162 of file boss_chrono_lord_epoch.cpp.
Here is the caller graph for this function: