![]() |
TrinityCore
|
#include "CreatureAIImpl.h"
Go to the source code of this file.
Macros | |
#define | BCScriptName "instance_blackrock_caverns" |
#define | DataHeader "BRC" |
Enumerations | |
enum | BRCDataTypes { DATA_ROMOGG_BONECRUSHER = 0 , DATA_CORLA = 1 , DATA_KARSH_STEELBENDER = 2 , DATA_BEAUTY = 3 , DATA_ASCENDANT_LORD_OBSIDIUS = 4 , DATA_RAZ_THE_CRAZED = 5 } |
enum | BRCCreatureIds { NPC_TWILIGHT_FLAME_CALLER = 39708 , NPC_RAZ_THE_CRAZED = 39670 , NPC_ROMOGG_BONECRUSHER = 39665 } |
Functions | |
template<typename AI > | |
AI * | GetBlackrockCavernsAI (Creature *creature) |
Variables | |
uint32 const | EncounterCount = 5 |
#define BCScriptName "instance_blackrock_caverns" |
Definition at line 23 of file blackrock_caverns.h.
#define DataHeader "BRC" |
Definition at line 24 of file blackrock_caverns.h.
enum BRCCreatureIds |
Enumerator | |
---|---|
NPC_TWILIGHT_FLAME_CALLER | |
NPC_RAZ_THE_CRAZED | |
NPC_ROMOGG_BONECRUSHER |
Definition at line 41 of file blackrock_caverns.h.
enum BRCDataTypes |
Enumerator | |
---|---|
DATA_ROMOGG_BONECRUSHER | |
DATA_CORLA | |
DATA_KARSH_STEELBENDER | |
DATA_BEAUTY | |
DATA_ASCENDANT_LORD_OBSIDIUS | |
DATA_RAZ_THE_CRAZED |
Definition at line 28 of file blackrock_caverns.h.
|
inline |
Definition at line 49 of file blackrock_caverns.h.
uint32 const EncounterCount = 5 |
Definition at line 26 of file blackrock_caverns.h.