![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Go to the source code of this file.
Macros | |
#define | DataHeader "MT" |
#define | MTScriptName "instance_magisters_terrace" |
Enumerations | |
enum | MTData { DATA_SELIN_EVENT = 0 , DATA_VEXALLUS_EVENT = 1 , DATA_DELRISSA_EVENT = 2 , DATA_KAELTHAS_EVENT = 3 , MAX_ENCOUNTER = 4 } |
enum | MTCreatures { NPC_DELRISSA = 24560 , NPC_FEL_CRYSTAL = 24722 , NPC_KAEL_THAS = 24664 , NPC_PHOENIX = 21362 , NPC_PHOENIX_EGG = 21364 } |
enum | MTGameObjects { GO_VEXALLUS_DOOR = 187896 , GO_SELIN_DOOR = 187979 , GO_SELIN_ENCOUNTER_DOOR = 188065 , GO_DELRISSA_DOOR = 187770 , GO_KAEL_DOOR = 188064 , GO_ESCAPE_ORB = 188173 } |
Functions | |
template<class AI , class T > | |
AI * | GetMagistersTerraceAI (T *obj) |
#define DataHeader "MT" |
#define MTScriptName "instance_magisters_terrace" |
enum MTCreatures |
Enumerator | |
---|---|
NPC_DELRISSA | |
NPC_FEL_CRYSTAL | |
NPC_KAEL_THAS | |
NPC_PHOENIX | |
NPC_PHOENIX_EGG |
enum MTData |
Enumerator | |
---|---|
DATA_SELIN_EVENT | |
DATA_VEXALLUS_EVENT | |
DATA_DELRISSA_EVENT | |
DATA_KAELTHAS_EVENT | |
MAX_ENCOUNTER |
enum MTGameObjects |
Enumerator | |
---|---|
GO_VEXALLUS_DOOR | |
GO_SELIN_DOOR | |
GO_SELIN_ENCOUNTER_DOOR | |
GO_DELRISSA_DOOR | |
GO_KAEL_DOOR | |
GO_ESCAPE_ORB |
|
inline |
References MTScriptName.