TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
pit_of_saron.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 PIT_OF_SARON_H_
19 #define PIT_OF_SARON_H_
20 
21 #define PoSScriptName "instance_pit_of_saron"
22 #define DataHeader "POS"
23 
25 
27 {
28  // Encounter states and GUIDs
30  DATA_ICK = 1,
32 
33  // GUIDs
36  DATA_JAINA_SYLVANAS_1 = 5, // GUID of either Jaina or Sylvanas part 1, depending on team, as it's the same spawn.
37  DATA_JAINA_SYLVANAS_2 = 6, // GUID of either Jaina or Sylvanas part 2, depending on team, as it's the same spawn.
40 };
41 
43 {
44  NPC_GARFROST = 36494,
45  NPC_KRICK = 36477,
46  NPC_ICK = 36476,
47  NPC_TYRANNUS = 36658,
48  NPC_RIMEFANG = 36661,
49 
53  NPC_JAINA_PART1 = 36993,
54  NPC_JAINA_PART2 = 38188,
55  NPC_KILARA = 37583,
56  NPC_ELANDRA = 37774,
57  NPC_KORALEN = 37779,
58  NPC_KORLAEN = 37582,
64 
85 
89  NPC_ICY_BLAST = 36731
90 };
91 
93 {
94  GO_SARONITE_ROCK = 196485,
95  GO_ICE_WALL = 201885,
97 };
98 
99 template<class AI>
100 AI* GetPitOfSaronAI(Creature* creature)
101 {
102  return GetInstanceAI<AI>(creature, PoSScriptName);
103 }
104 
105 #endif // PIT_OF_SARON_H_
Definition: pit_of_saron.h:70
Definition: pit_of_saron.h:88
#define PoSScriptName
Definition: pit_of_saron.h:21
Definition: pit_of_saron.h:57
Definition: pit_of_saron.h:67
Definition: pit_of_saron.h:62
Definition: pit_of_saron.h:86
Definition: pit_of_saron.h:54
Definition: pit_of_saron.h:60
Definition: pit_of_saron.h:52
Definition: pit_of_saron.h:29
Definition: pit_of_saron.h:45
Definition: pit_of_saron.h:34
Definition: pit_of_saron.h:30
Definition: pit_of_saron.h:37
AI * GetPitOfSaronAI(Creature *creature)
Definition: pit_of_saron.h:100
Definition: pit_of_saron.h:96
Definition: pit_of_saron.h:66
DataTypes
Definition: baradin_hold.h:30
Definition: pit_of_saron.h:78
GameObjectIds
Definition: baradin_hold.h:48
Definition: pit_of_saron.h:36
Definition: Creature.h:467
Definition: pit_of_saron.h:95
Definition: pit_of_saron.h:58
Definition: pit_of_saron.h:83
Definition: pit_of_saron.h:39
Definition: pit_of_saron.h:68
Definition: pit_of_saron.h:46
uint32 const EncounterCount
Definition: pit_of_saron.h:24
Definition: pit_of_saron.h:61
Definition: pit_of_saron.h:77
Definition: pit_of_saron.h:71
Definition: pit_of_saron.h:79
uint32_t uint32
Definition: Define.h:150
Definition: pit_of_saron.h:73
Definition: pit_of_saron.h:84
Definition: pit_of_saron.h:87
Definition: pit_of_saron.h:80
Definition: pit_of_saron.h:38
Definition: pit_of_saron.h:74
Definition: pit_of_saron.h:82
Definition: pit_of_saron.h:53
Definition: pit_of_saron.h:44
Definition: pit_of_saron.h:50
Definition: pit_of_saron.h:35
Definition: pit_of_saron.h:31
Definition: pit_of_saron.h:56
Definition: pit_of_saron.h:48
Definition: pit_of_saron.h:89
Definition: pit_of_saron.h:47
Definition: pit_of_saron.h:55
Definition: pit_of_saron.h:51
Definition: pit_of_saron.h:75
Definition: pit_of_saron.h:76
Definition: pit_of_saron.h:94
Definition: pit_of_saron.h:65
Definition: pit_of_saron.h:81
CreatureIds
Definition: baradin_hold.h:37
Definition: pit_of_saron.h:59
Definition: pit_of_saron.h:63
Definition: pit_of_saron.h:69
Definition: pit_of_saron.h:72