|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Macros | |
| #define | HoSScriptName "instance_halls_of_stone" |
Enumerations | |
| enum | CreatureIds { NPC_MAIDEN = 27975 , NPC_KRYSTALLUS = 27977 , NPC_SJONNIR = 27978 , NPC_MARNAK = 30897 , NPC_KADDRAK = 30898 , NPC_ABEDNEUM = 30899 , NPC_BRANN = 28070 } |
| enum | DataTypes { DATA_KRYSTALLUS = 0 , DATA_MAIDEN_OF_GRIEF = 1 , DATA_BRANN_EVENT = 2 , DATA_SJONNIR = 3 , DATA_KADDRAK = 4 , DATA_MARNAK = 5 , DATA_ABEDNEUM = 6 , DATA_GO_TRIBUNAL_CONSOLE = 7 , DATA_GO_KADDRAK = 8 , DATA_GO_MARNAK = 9 , DATA_GO_ABEDNEUM = 10 , DATA_GO_SKY_FLOOR = 11 } |
| enum | GameObjectIds { GO_ABEDNEUM = 191669 , GO_MARNAK = 191670 , GO_KADDRAK = 191671 , GO_MAIDEN_DOOR = 191292 , GO_BRANN_DOOR = 191295 , GO_SJONNIR_DOOR = 191296 , GO_TRIBUNAL_CONSOLE = 193907 , GO_TRIBUNAL_CHEST = 190586 , GO_TRIBUNAL_CHEST_HERO = 193996 , GO_TRIBUNAL_SKY_FLOOR = 191527 } |
Functions | |
| template<class AI> | |
| AI * | GetHallsOfStoneAI (Creature *creature) |
Variables | |
| uint32 const | EncounterCount = 4 |
| #define HoSScriptName "instance_halls_of_stone" |
Definition at line 9 of file halls_of_stone.h.
Referenced by GetHallsOfStoneAI(), and instance_halls_of_stone::instance_halls_of_stone().
| enum CreatureIds |
| Enumerator | |
|---|---|
| NPC_MAIDEN | |
| NPC_KRYSTALLUS | |
| NPC_SJONNIR | |
| NPC_MARNAK | |
| NPC_KADDRAK | |
| NPC_ABEDNEUM | |
| NPC_BRANN | |
Definition at line 32 of file halls_of_stone.h.
| enum DataTypes |
Definition at line 13 of file halls_of_stone.h.
| enum GameObjectIds |
| Enumerator | |
|---|---|
| GO_ABEDNEUM | |
| GO_MARNAK | |
| GO_KADDRAK | |
| GO_MAIDEN_DOOR | |
| GO_BRANN_DOOR | |
| GO_SJONNIR_DOOR | |
| GO_TRIBUNAL_CONSOLE | |
| GO_TRIBUNAL_CHEST | |
| GO_TRIBUNAL_CHEST_HERO | |
| GO_TRIBUNAL_SKY_FLOOR | |
Definition at line 43 of file halls_of_stone.h.
| AI * GetHallsOfStoneAI | ( | Creature * | creature | ) |
Definition at line 58 of file halls_of_stone.h.
References GetInstanceAI(), and HoSScriptName.
Referenced by boss_krystallus::GetAI(), boss_maiden_of_grief::GetAI(), boss_sjonnir::GetAI(), npc_brann_hos::GetAI(), npc_iron_sludge::GetAI(), npc_malformed_ooze::GetAI(), and npc_tribuna_controller::GetAI().
| uint32 const EncounterCount = 4 |
Definition at line 11 of file halls_of_stone.h.