![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureAIImpl.h"Go to the source code of this file.
Macros | |
| #define | DataHeader "HR" |
| #define | HellfireRampartsScriptName "instance_hellfire_ramparts" |
| #define | RegisterHellfireRampartsCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetHellfireRampartsAI) |
Enumerations | |
| enum | DataTypes { DATA_WATCHKEEPER_GARGOLMAR = 0 , DATA_OMOR_THE_UNSCARRED = 1 , DATA_VAZRUDEN = 2 , MAX_ENCOUNTERS = 3 } |
| enum | CreatureIds { NPC_HELLFIRE_SENTRY = 17517 , NPC_VAZRUDEN_HERALD = 17307 , NPC_VAZRUDEN = 17537 , NPC_NAZAN = 17536 } |
| enum | GameobjectIds { GO_FEL_IRON_CHEST_NORMAL = 185168 , GO_FEL_IRON_CHECT_HEROIC = 185169 } |
Functions | |
| template<class AI , class T > | |
| AI * | GetHellfireRampartsAI (T *obj) |
| #define DataHeader "HR" |
| #define HellfireRampartsScriptName "instance_hellfire_ramparts" |
| #define RegisterHellfireRampartsCreatureAI | ( | ai_name | ) | RegisterCreatureAIWithFactory(ai_name, GetHellfireRampartsAI) |
| enum CreatureIds |
| Enumerator | |
|---|---|
| NPC_HELLFIRE_SENTRY | |
| NPC_VAZRUDEN_HERALD | |
| NPC_VAZRUDEN | |
| NPC_NAZAN | |
| enum DataTypes |
| Enumerator | |
|---|---|
| DATA_WATCHKEEPER_GARGOLMAR | |
| DATA_OMOR_THE_UNSCARRED | |
| DATA_VAZRUDEN | |
| MAX_ENCOUNTERS | |
| enum GameobjectIds |
| Enumerator | |
|---|---|
| GO_FEL_IRON_CHEST_NORMAL | |
| GO_FEL_IRON_CHECT_HEROIC | |
|
inline |
References HellfireRampartsScriptName.