TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
halls_of_stone.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
3  *
4  * This program is free software; you can redistribute it and/or modify it
5  * under the terms of the GNU General Public License as published by the
6  * Free Software Foundation; either version 2 of the License, or (at your
7  * option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12  * more details.
13  *
14  * You should have received a copy of the GNU General Public License along
15  * with this program. If not, see <http://www.gnu.org/licenses/>.
16  */
17 
18 #ifndef HALLS_OF_STONE_H_
19 #define HALLS_OF_STONE_H_
20 
21 #define HoSScriptName "instance_halls_of_stone"
22 #define DataHeader "HOS"
23 
25 
27 {
28  // Encounter States/Boss GUIDs
33 
34  // Additional data
43 };
44 
46 {
47  NPC_MAIDEN = 27975,
48  NPC_KRYSTALLUS = 27977,
49  NPC_SJONNIR = 27978,
50  NPC_MARNAK = 30897,
51  NPC_KADDRAK = 30898,
52  NPC_ABEDNEUM = 30899,
53  NPC_BRANN = 28070
54 };
55 
57 {
58  GO_ABEDNEUM = 191669,
59  GO_MARNAK = 191670,
60  GO_KADDRAK = 191671,
61  GO_MAIDEN_DOOR = 191292,
62  GO_BRANN_DOOR = 191295,
63  GO_SJONNIR_DOOR = 191296,
68 };
69 
70 template<class AI>
72 {
73  return GetInstanceAI<AI>(creature, HoSScriptName);
74 }
75 
76 #endif // HALLS_OF_STONE_H_
Definition: halls_of_stone.h:38
Definition: halls_of_stone.h:61
Definition: halls_of_stone.h:36
Definition: halls_of_stone.h:66
Definition: halls_of_stone.h:41
Definition: halls_of_stone.h:60
Definition: halls_of_stone.h:64
Definition: halls_of_stone.h:49
Definition: halls_of_stone.h:50
Definition: halls_of_stone.h:37
#define HoSScriptName
Definition: halls_of_stone.h:21
Definition: halls_of_stone.h:59
DataTypes
Definition: baradin_hold.h:30
GameObjectIds
Definition: baradin_hold.h:48
Definition: Creature.h:467
Definition: halls_of_stone.h:39
AI * GetHallsOfStoneAI(Creature *creature)
Definition: halls_of_stone.h:71
uint32 const EncounterCount
Definition: halls_of_stone.h:24
Definition: halls_of_stone.h:65
Definition: halls_of_stone.h:47
Definition: halls_of_stone.h:40
Definition: halls_of_stone.h:32
Definition: halls_of_stone.h:52
Definition: halls_of_stone.h:53
Definition: halls_of_stone.h:30
uint32_t uint32
Definition: Define.h:150
Definition: halls_of_stone.h:63
Definition: halls_of_stone.h:29
Definition: halls_of_stone.h:31
Definition: halls_of_stone.h:67
Definition: halls_of_stone.h:51
Definition: halls_of_stone.h:62
Definition: halls_of_stone.h:35
Definition: halls_of_stone.h:58
Definition: halls_of_stone.h:48
CreatureIds
Definition: baradin_hold.h:37
Definition: halls_of_stone.h:42