|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Macros | |
| #define | SHScriptName "instance_sethekk_halls" |
Enumerations | |
| enum | CreatureIds { NPC_ANZU = 23035 , NPC_BROOD_OF_ANZU = 23132 } |
| enum | DataTypes { DATA_DARKWEAVER_SYTH = 0 , DATA_TALON_KING_IKISS = 1 , DATA_ANZU = 2 } |
| enum | GameObjectIds { GO_IKISS_DOOR = 177203 } |
Functions | |
| template<class AI> | |
| AI * | GetSethekkHallsAI (Creature *creature) |
Variables | |
| uint32 const | EncounterCount = 3 |
| #define SHScriptName "instance_sethekk_halls" |
Definition at line 9 of file sethekk_halls.h.
Referenced by GetSethekkHallsAI(), and instance_sethekk_halls::instance_sethekk_halls().
| enum CreatureIds |
| Enumerator | |
|---|---|
| NPC_ANZU | |
| NPC_BROOD_OF_ANZU | |
Definition at line 21 of file sethekk_halls.h.
| enum DataTypes |
| Enumerator | |
|---|---|
| DATA_DARKWEAVER_SYTH | |
| DATA_TALON_KING_IKISS | |
| DATA_ANZU | |
Definition at line 13 of file sethekk_halls.h.
| enum GameObjectIds |
| Enumerator | |
|---|---|
| GO_IKISS_DOOR | |
Definition at line 27 of file sethekk_halls.h.
| AI * GetSethekkHallsAI | ( | Creature * | creature | ) |
Definition at line 33 of file sethekk_halls.h.
References GetInstanceAI(), and SHScriptName.
Referenced by boss_anzu::GetAI(), boss_darkweaver_syth::GetAI(), and boss_talon_king_ikiss::GetAI().
| uint32 const EncounterCount = 3 |
Definition at line 11 of file sethekk_halls.h.