TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
utgarde_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 UTGARDE_KEEP_H_
19 #define UTGARDE_KEEP_H_
20 
21 #define UKScriptName "instance_utgarde_keep"
22 #define DataHeader "UK"
23 
25 
27 {
28  // Encounter States/Boss GUIDs
32 
33  // Additional Data
36 
40 };
41 
43 {
45  NPC_SKARVALD = 24200,
46  NPC_DALRONN = 24201,
47  NPC_INGVAR = 23954,
48 
49  // Skarvald - Dalronn
52 
53  // Ingvar the Plunderer
57 };
58 
60 {
61  GO_BELLOW_1 = 186688,
62  GO_BELLOW_2 = 186689,
63  GO_BELLOW_3 = 186690,
64 
65  GO_FORGEFIRE_1 = 186692,
66  GO_FORGEFIRE_2 = 186693,
67  GO_FORGEFIRE_3 = 186691,
68 
72 
75 };
76 
77 struct ForgeInfo
78 {
80 
84 
86 };
87 
88 template<class AI>
89 AI* GetUtgardeKeepAI(Creature* creature)
90 {
91  return GetInstanceAI<AI>(creature, UKScriptName);
92 }
93 
94 #endif // UTGARDE_KEEP_H_
ObjectGuid AnvilGUID
Definition: utgarde_keep.h:79
ObjectGuid FireGUID
Definition: utgarde_keep.h:83
Definition: utgarde_keep.h:50
Definition: utgarde_keep.h:37
ForgeInfo()
Definition: utgarde_keep.h:79
Definition: utgarde_keep.h:29
Definition: utgarde_keep.h:55
AI * GetUtgardeKeepAI(Creature *creature)
Definition: utgarde_keep.h:89
DataTypes
Definition: baradin_hold.h:30
Definition: utgarde_keep.h:34
GameObjectIds
Definition: baradin_hold.h:48
Definition: Creature.h:467
Definition: utgarde_keep.h:45
uint32 Event
Definition: utgarde_keep.h:85
Definition: utgarde_keep.h:67
Definition: utgarde_keep.h:69
Definition: utgarde_keep.h:74
ObjectGuid BellowGUID
Definition: utgarde_keep.h:82
Definition: utgarde_keep.h:61
Definition: utgarde_keep.h:38
uint32 const EncounterCount
Definition: utgarde_keep.h:24
Definition: utgarde_keep.h:62
Definition: utgarde_keep.h:31
Definition: InstanceScript.h:58
Definition: utgarde_keep.h:63
Definition: utgarde_keep.h:46
uint32_t uint32
Definition: Define.h:150
Definition: utgarde_keep.h:47
Definition: utgarde_keep.h:77
#define UKScriptName
Definition: utgarde_keep.h:21
Definition: utgarde_keep.h:54
Definition: utgarde_keep.h:73
Definition: utgarde_keep.h:65
Definition: utgarde_keep.h:70
Definition: utgarde_keep.h:71
Definition: utgarde_keep.h:44
Definition: ObjectGuid.h:189
Definition: utgarde_keep.h:35
CreatureIds
Definition: baradin_hold.h:37
Definition: utgarde_keep.h:66
Definition: utgarde_keep.h:39
Definition: utgarde_keep.h:30
Definition: utgarde_keep.h:51
Definition: utgarde_keep.h:56