Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
halls_of_lightning.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6#ifndef HALLS_OF_LIGHTNING_H_
7#define HALLS_OF_LIGHTNING_H_
8
9#define HoLScriptName "instance_halls_of_lightning"
10
12
14{
15 // Encounter States/Boss GUIDs
20};
21
23{
25 NPC_VOLKHAN = 28587,
26 NPC_IONAR = 28546,
27 NPC_LOKEN = 28923
28};
29
38
39template<class AI>
41{
42 return GetInstanceAI<AI>(creature, HoLScriptName);
43}
44
45#endif // HALLS_OF_LIGHTNING_H_
std::uint32_t uint32
Definition Define.h:77
AI * GetInstanceAI(T *obj, char const *scriptName)
uint32 const EncounterCount
GameObjectIds
DataTypes
CreaturesIds
AI * GetHallsOfLightningAI(Creature *creature)
@ NPC_BJARNGRIM
@ NPC_LOKEN
@ NPC_IONAR
@ NPC_VOLKHAN
#define HoLScriptName
@ GO_LOKEN_THRONE
@ GO_VOLKHAN_DOOR
@ GO_LOKEN_DOOR
@ GO_IONAR_DOOR
@ GO_BJARNGRIM_DOOR
@ DATA_IONAR
@ DATA_VOLKHAN
@ DATA_BJARNGRIM
@ DATA_LOKEN