TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
drak_tharon_keep.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 DRAK_THARON_KEEP_H_
19 #define DRAK_THARON_KEEP_H_
20 
21 #define DrakTharonKeepScriptName "instance_drak_tharon_keep"
22 #define DataHeader "DTK"
23 
25 
27 {
28  // Encounter States/Boss GUIDs
33 
34  // Additional data
35  //DATA_KING_DRED_ACHIEV,
36 
40 
49 
51 };
52 
54 {
55  NPC_TROLLGORE = 26630,
56  NPC_NOVOS = 26631,
57  NPC_KING_DRED = 27483,
58  NPC_THARON_JA = 26632,
59 
60  // Trollgore
64 
65  // Novos
71 
72  // King Dred
75 
77 };
78 
80 {
85 };
86 
87 template<class AI>
89 {
90  return GetInstanceAI<AI>(creature, DrakTharonKeepScriptName);
91 }
92 
93 #endif // DRAK_THARON_KEEP_H_
AI * GetDrakTharonKeepAI(Creature *creature)
Definition: drak_tharon_keep.h:88
Definition: drak_tharon_keep.h:38
Definition: drak_tharon_keep.h:32
Definition: drak_tharon_keep.h:57
uint32 const EncounterCount
Definition: drak_tharon_keep.h:24
Definition: drak_tharon_keep.h:67
Definition: drak_tharon_keep.h:39
Definition: drak_tharon_keep.h:82
Definition: drak_tharon_keep.h:63
DataTypes
Definition: baradin_hold.h:30
Definition: drak_tharon_keep.h:45
GameObjectIds
Definition: baradin_hold.h:48
Definition: Creature.h:467
Definition: drak_tharon_keep.h:84
Definition: drak_tharon_keep.h:55
Definition: drak_tharon_keep.h:66
#define DrakTharonKeepScriptName
Definition: drak_tharon_keep.h:21
Definition: drak_tharon_keep.h:58
Definition: drak_tharon_keep.h:69
Definition: drak_tharon_keep.h:44
Definition: drak_tharon_keep.h:41
Definition: drak_tharon_keep.h:42
Definition: drak_tharon_keep.h:70
Definition: drak_tharon_keep.h:50
Definition: drak_tharon_keep.h:43
Definition: drak_tharon_keep.h:76
Definition: drak_tharon_keep.h:81
Definition: drak_tharon_keep.h:62
Definition: drak_tharon_keep.h:29
uint32_t uint32
Definition: Define.h:150
Definition: drak_tharon_keep.h:48
Definition: drak_tharon_keep.h:37
Definition: drak_tharon_keep.h:56
Definition: drak_tharon_keep.h:83
Definition: drak_tharon_keep.h:74
Definition: drak_tharon_keep.h:61
Definition: drak_tharon_keep.h:30
Definition: drak_tharon_keep.h:73
Definition: drak_tharon_keep.h:31
Definition: drak_tharon_keep.h:46
Definition: drak_tharon_keep.h:68
CreatureIds
Definition: baradin_hold.h:37
Definition: drak_tharon_keep.h:47