TrinityCore
halls_of_stone.h
Go to the documentation of this file.
1/*
2 * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
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#include "CreatureAIImpl.h"
22
23#define HoSScriptName "instance_halls_of_stone"
24#define DataHeader "HOS"
25
27
29{
30 // Bosses
35
36 // Additional data
37 /*Tribunal of Ages*/
47};
48
50{
54 NPC_MARNAK = 30897,
55 NPC_KADDRAK = 30898,
56 NPC_ABEDNEUM = 30899,
57 NPC_BRANN = 28070
58};
59
61{
62 GO_ABEDNEUM = 191669,
63 GO_MARNAK = 191670,
64 GO_KADDRAK = 191671,
66 GO_BRANN_DOOR = 191295,
72};
73
74template <class AI, class T>
75inline AI* GetHallsOfStoneAI(T* obj)
76{
77 return GetInstanceAI<AI>(obj, HoSScriptName);
78}
79
80#define RegisterHallsOfStoneCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetHallsOfStoneAI)
81
82#endif // HALLS_OF_STONE_H_
uint32_t uint32
Definition: Define.h:142
HOSDataTypes
@ DATA_GO_SKY_FLOOR
@ DATA_GO_MARNAK
@ DATA_GO_TRIBUNAL_CHEST
@ DATA_SJONNIR_THE_IRONSHAPER
@ DATA_MARNAK
@ DATA_MAIDEN_OF_GRIEF
@ DATA_GO_KADDRAK
@ DATA_TRIBUNAL_OF_AGES
@ DATA_KRYSTALLUS
@ DATA_ABEDNEUM
@ DATA_GO_ABEDNEUM
@ DATA_GO_TRIBUNAL_CONSOLE
@ DATA_KADDRAK
uint32 const EncounterCount
#define HoSScriptName
AI * GetHallsOfStoneAI(T *obj)
HOSGameObjectIds
@ GO_ABEDNEUM
@ GO_KADDRAK
@ GO_TRIBUNAL_SKY_FLOOR
@ GO_TRIBUNAL_CHEST
@ GO_BRANN_DOOR
@ GO_TRIBUNAL_CHEST_HERO
@ GO_TRIBUNAL_CONSOLE
@ GO_SJONNIR_DOOR
@ GO_MARNAK
@ GO_MAIDEN_DOOR
HOSCreatureIds
@ NPC_MAIDEN_OF_GRIEF
@ NPC_KADDRAK
@ NPC_BRANN
@ NPC_KRYSTALLUS
@ NPC_SJONNIR_THE_IRONSHAPER
@ NPC_MARNAK
@ NPC_ABEDNEUM