TrinityCore
blackrock_caverns.h File Reference
#include "CreatureAIImpl.h"
+ Include dependency graph for blackrock_caverns.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ BCScriptName

#define BCScriptName   "instance_blackrock_caverns"

Definition at line 23 of file blackrock_caverns.h.

◆ DataHeader

#define DataHeader   "BRC"

Definition at line 24 of file blackrock_caverns.h.

Enumeration Type Documentation

◆ BRCCreatureIds

Enumerator
NPC_TWILIGHT_FLAME_CALLER 
NPC_RAZ_THE_CRAZED 
NPC_ROMOGG_BONECRUSHER 

Definition at line 41 of file blackrock_caverns.h.

◆ 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.

Function Documentation

◆ GetBlackrockCavernsAI()

template<typename AI >
AI * GetBlackrockCavernsAI ( Creature creature)
inline

Definition at line 49 of file blackrock_caverns.h.

Variable Documentation

◆ EncounterCount

uint32 const EncounterCount = 5

Definition at line 26 of file blackrock_caverns.h.