Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
halls_of_stone.h File Reference
This graph shows which files directly or indirectly include this file:

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

Macro Definition Documentation

◆ HoSScriptName

#define HoSScriptName   "instance_halls_of_stone"

Enumeration Type Documentation

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

◆ DataTypes

enum DataTypes
Enumerator
DATA_KRYSTALLUS 
DATA_MAIDEN_OF_GRIEF 
DATA_BRANN_EVENT 
DATA_SJONNIR 
DATA_KADDRAK 
DATA_MARNAK 
DATA_ABEDNEUM 
DATA_GO_TRIBUNAL_CONSOLE 
DATA_GO_KADDRAK 
DATA_GO_MARNAK 
DATA_GO_ABEDNEUM 
DATA_GO_SKY_FLOOR 

Definition at line 13 of file halls_of_stone.h.

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

Function Documentation

◆ GetHallsOfStoneAI()

Variable Documentation

◆ EncounterCount

uint32 const EncounterCount = 4

Definition at line 11 of file halls_of_stone.h.