![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Go to the source code of this file.
Macros | |
| #define | ShadowLabyrinthScriptName "instance_shadow_labyrinth" |
| #define | RegisterShadowLabyrinthCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetShadowLabyrinthAI) |
Enumerations | |
| enum | slData { TYPE_RITUALISTS = 0 , TYPE_HELLMAW = 1 , DATA_BLACKHEARTTHEINCITEREVENT = 2 , DATA_GRANDMASTER_VORPIL = 3 , DATA_GRANDMASTER_VORPIL_EVENT = 4 , DATA_MURMUR = 5 , DATA_MURMUREVENT = 6 , MAX_ENCOUNTER = 7 } |
| enum | slNPCandGO { NPC_CABAL_RITUALIST = 18794 , NPC_HELLMAW = 18731 , GO_REFECTORY_DOOR = 183296 , GO_SCREAMING_HALL_DOOR = 183295 } |
Functions | |
| template<class AI , class T > | |
| AI * | GetShadowLabyrinthAI (T *obj) |
Variables | |
| uint32 constexpr | EncounterCount = 4 |
| uint32 constexpr | PersistentDataCount = 1 |
| #define RegisterShadowLabyrinthCreatureAI | ( | ai_name | ) | RegisterCreatureAIWithFactory(ai_name, GetShadowLabyrinthAI) |
| #define ShadowLabyrinthScriptName "instance_shadow_labyrinth" |
| enum slData |
| Enumerator | |
|---|---|
| TYPE_RITUALISTS | |
| TYPE_HELLMAW | |
| DATA_BLACKHEARTTHEINCITEREVENT | |
| DATA_GRANDMASTER_VORPIL | |
| DATA_GRANDMASTER_VORPIL_EVENT | |
| DATA_MURMUR | |
| DATA_MURMUREVENT | |
| MAX_ENCOUNTER | |
| enum slNPCandGO |
| Enumerator | |
|---|---|
| NPC_CABAL_RITUALIST | |
| NPC_HELLMAW | |
| GO_REFECTORY_DOOR | |
| GO_SCREAMING_HALL_DOOR | |
|
inline |
References ShadowLabyrinthScriptName.
|
constexpr |
|
constexpr |