![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureAIImpl.h"
Go to the source code of this file.
Macros | |
#define | DataHeader "GL" |
#define | GruulsLairScriptName "instance_gruuls_lair" |
#define | RegisterGruulsLairAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetGruulsLairAI) |
Enumerations | |
enum | DataTypes { DATA_MAULGAR = 0 , DATA_GRUUL = 1 , MAX_ENCOUNTER = 2 , DATA_ADDS_KILLED = 10 , MAX_ADD_NUMBER = 4 } |
enum | CreatureIds { NPC_MAULGAR = 18831 , NPC_KROSH_FIREHAND = 18832 , NPC_OLM_THE_SUMMONER = 18834 , NPC_KIGGLER_THE_CRAZED = 18835 , NPC_BLINDEYE_THE_SEER = 18836 } |
enum | GameObjectIds { GO_MAULGAR_DOOR = 184468 , GO_GRUUL_DOOR = 184662 } |
Functions | |
template<class AI , class T > | |
AI * | GetGruulsLairAI (T *obj) |
#define DataHeader "GL" |
#define GruulsLairScriptName "instance_gruuls_lair" |
#define RegisterGruulsLairAI | ( | ai_name | ) | RegisterCreatureAIWithFactory(ai_name, GetGruulsLairAI) |
enum CreatureIds |
Enumerator | |
---|---|
NPC_MAULGAR | |
NPC_KROSH_FIREHAND | |
NPC_OLM_THE_SUMMONER | |
NPC_KIGGLER_THE_CRAZED | |
NPC_BLINDEYE_THE_SEER |
enum DataTypes |
Enumerator | |
---|---|
DATA_MAULGAR | |
DATA_GRUUL | |
MAX_ENCOUNTER | |
DATA_ADDS_KILLED | |
MAX_ADD_NUMBER |
enum GameObjectIds |
Enumerator | |
---|---|
GO_MAULGAR_DOOR | |
GO_GRUUL_DOOR |
|
inline |
References GruulsLairScriptName.