-
Notifications
You must be signed in to change notification settings - Fork 2
/
IPInstanceDB.lua
281 lines (214 loc) · 8.33 KB
/
IPInstanceDB.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
IPUIInstanceMapDB = {
--[[ Classic Dungeons ]]--
[240]={"Wailing Caverns", 1, 10, 1},
[226]={"Ragefire Chasm", 1, 10, 1},
[63]={"Deadmines", 1, 10, 1},
[64]={"Shadowfang Keep", 1, 11, 1},
[227]={"Blackfathom Deeps", 1, 15, 1},
[238]={"The Stockade", 1, 15, 1},
[231]={"Gnomeregan", 1, 19, 1},
[232]={"Maraudon", 1, 25, 1},
[234]={"Razorfen Kraul", 1, 25, 1},
[239]={"Uldaman", 1, 30, 1},
[230]={"Dire Maul", 1, 31, 1},
[233]={"Razorfen Downs", 1, 35, 1},
[236]={"Stratholme", 1, 37, 1},
[241]={"Zul'Farrak", 1, 39, 1},
[228]={"Blackrock Depths", 1, 42, 1},
[237]={"The Temple of Atal'hakkar", 1, 45, 1},
[229]={"Lower Blackrock Spire", 1, 48, 1},
--[[ Classic Raids ]]--
[742]={"Blackwing Lair", 2, 50, 1},
[741]={"Molten Core", 2, 50, 1},
[743]={"Ruins of Ahn'Qiraj", 2, 50, 1},
[744]={"Temple of Ahn'Qiraj", 2, 50, 1},
--[[ Burning Crusade Dungeons ]]--
[247]={"Auchenai Crypts", 1, 62, 2},
[248]={"Hellfire Ramparts", 1, 57, 2},
[249]={"Magisters' Terrace", 1, 65, 2},
[250]={"Mana-Tombs", 1, 61, 2},
[251]={"Old Hillsbrad Foothills", 1, 63, 2},
[252]={"Sethekk Halls", 1, 63, 2},
[253]={"Shadow Labyrinth", 1, 65, 2},
[254]={"The Arcatraz", 1, 65, 2},
[255]={"The Black Morass", 1, 65, 2},
[256]={"The Blood Furnace", 1, 58, 2},
[257]={"The Botanica", 1, 67, 2},
[258]={"The Mechanar", 1, 65, 2},
[259]={"The Shattered Halls", 1, 65, 2},
[260]={"The Slave Pens", 1, 59, 2},
[261]={"The Steamvault", 1, 65, 2},
[262]={"The Underbog", 1, 60, 2},
--[[ Burning Crusade Raids ]]--
[746]={"Gruul's Lair", 2, 70, 2},
[750]={"The Battle for Mount Hyjal", 2, 68, 2},
[747]={"Magtheridon's Lair", 2, 70, 2},
[748]={"Serpentshrine Cavern", 2, 70, 2},
[749]={"The Eye", 2, 70, 2},
[752]={"Sunwell Plateau", 2, 70, 2},
[751]={"Black Temple", 2, 70, 2},
[745]={"Karazhan", 2, 68, 2},
--[[ Wrath Dungeons ]]--
[271]={"Ahn'kahet: The Old Kingdom", 1, 61, 3},
[272]={"Azjol-Nerub", 1, 60, 3},
[273]={"Drak'Tharon Keep", 1, 62, 3},
[274]={"Gundrak", 1, 64, 3},
[275]={"Halls of Lightning", 1, 67, 3},
[276]={"Halls of Reflection", 1, 70, 3},
[277]={"Halls of Stone", 1, 65, 3},
[278]={"Pit of Saron", 1, 70, 3},
[279]={"The Culling of Stratholme", 1, 68, 3},
[280]={"The Forge of Souls", 1, 70, 3},
[281]={"The Nexus", 1, 59, 3},
[282]={"The Oculus", 1, 67, 3},
[283]={"The Violet Hold", 1, 63, 3},
[284]={"Trial of the Champion", 1, 68, 3},
[285]={"Utgarde Keep", 1, 58, 3},
[286]={"Utgarde Pinnacle", 1, 67, 3},
--[[ Wrath Raids ]]--
[754]={"Naxxramas", 2, 80, 3},
[760]={"Onyxia's Lair", 2, 80, 3},
[756]={"The Eye of Eternity", 2, 80, 3},
[755]={"The Obsidian Sanctum", 2, 80, 3},
[761]={"The Ruby Sanctum", 2, 80, 3},
[757]={"Trial of the Crusader", 2, 80, 3},
[759]={"Ulduar", 2, 80, 3},
[753]={"Vault of Archavon", 2, 80, 3},
[758]={"Icecrown Citadel", 2, 80, 3},
--[[ Cataclysm Dungeons ]]--
[66]={"Blackrock Caverns", 1, 80, 4},
[184]={"End Time", 1, 85, 4},
[71]={"Grim Batol", 1, 84, 4},
[70]={"Halls of Origination", 1, 83, 4},
[186]={"Hour of Twilight", 1, 85, 4},
[69]={"Lost City of the Tol'vir", 1, 83, 4},
[67]={"The Stonecore", 1, 81, 4},
[68]={"The Vortex Pinnacle", 1, 81, 4},
[65]={"Throne of the Tides", 1, 80, 4},
[185]={"Well of Eternity", 1, 85, 4},
[77]={"Zul'Aman", 1, 85, 4},
[76]={"Zul'Gurub", 1, 85, 4},
--[[ Cataclysm Raids ]]--
[75]={"Baradin Hold", 2, 85, 4},
[73]={"Blackwing Descent", 2, 85, 4},
[72]={"The Bastion of Twilight", 2, 85, 4},
[74]={"Throne of the Four Winds", 2, 85, 4},
[78]={"Firelands", 2, 85, 4},
[187]={"Dragon Soul", 2, 85, 4},
--[[ MoP Dungeons ]]--
[303]={"Gate of the Setting Sun", 1, 83, 5},
[321]={"Mogu'shan Palace", 1, 82, 5},
[311]={"Scarlet Halls", 1, 21, 5},
[316]={"Scarlet Monastery", 1, 23, 5},
[246]={"Scholomance", 1, 33, 5},
[312]={"Shado-Pan Monastery", 1, 82, 5},
[324]={"Siege of Niuzao Temple", 1, 83, 5},
[302]={"Stormstout Brewery", 1, 80, 5},
[313]={"Temple of the Jade Serpent", 1, 80, 5},
--[[ MoP Raids ]]--
[330]={"Heart of Fear", 2, 90, 5},
[317]={"Mogu'shan Vaults", 2, 90, 5},
[369]={"Siege of Orgrimmar", 2, 90, 5},
[320]={"Terrace of Endless Spring", 2, 90, 5},
[362]={"Throne of Thunder", 2, 90, 5},
--[[ WoD ]]--
[385]={"Bloodmaul Slag Mines", 1, 90, 6},
[537]={"Shadowmoon Burial Grounds", 1, 100, 6},
[558]={"Iron Docks", 1, 92, 6},
[547]={"Auchindoun", 1, 94, 6},
[476]={"Skyreach", 1, 97, 6},
[536]={"Grimrail Depot", 1, 100, 6},
[559]={"Upper Blackrock Spire", 1, 100, 6},
[556]={"The Everbloom", 1, 100, 6},
[457]={"Blackrock Foundry", 2, 100, 6},
[477]={"Highmaul", 2, 100, 6},
[669]={"Hellfire Citadel", 2, 100, 6},
--[[ Legion ]]--
[762]={"Darkheart Thicket", 1, 100, 7},
[716]={"Eye of Azshara", 1, 100, 7},
[721]={"Halls of Valor", 1, 100, 7},
[767]={"Neltharion's Lair", 1, 100, 7},
[777]={"Assault on Violet Hold", 1, 105, 7},
[740]={"Black Rook Hold", 1, 110, 7},
[900]={"Cathedral of Eternal Night", 1, 110, 7},
[800]={"Court of Stars", 1, 110, 7},
[727]={"Maw of Souls", 1, 110, 7},
[860]={"Return to Karazhan", 1, 110, 7},
[726]={"The Arcway", 1, 110, 7},
[707]={"Vault of the Wardens", 1, 110, 7},
[945]={"Seat of the Triumvirate", 1, 110, 7},
[768]={"The Emerald Nightmare", 2, 110, 7},
[861]={"Trial of Valor", 2, 110, 7},
[786]={"The Nighthold", 2, 110, 7},
[875]={"Tomb of Sargeras", 2, 110, 7},
[946]={"Antorus, the Burning Throne", 2, 110, 7},
--[[ Battle for Azeroth ]]--
[1041]={"Kings' Rest", 1, 120, 8},
[1031]={"Uldir", 2, 120, 8},
[1177]={"Crucible of Storms", 2, 120, 8},
[1178]={"Operation: Mechagon", 1, 120, 8},
[1179]={"The Eternal Palace", 2, 120, 8},
[1180]={"Ny'alotha, The Waking City", 2, 120, 8},
--[[ Shadowlands ]]--
[1182]={"The Necrotic Wake", 1, 60, 9},
[1186]={"Spires of Ascension", 1, 60, 9},
[1183]={"Plaguefall", 1, 60, 9},
[1187]={"Theater of Pain", 1, 60, 9},
[1184]={"Mists of Tirna Scithe", 1, 60, 9},
[1188]={"De Other Side", 1, 60, 9},
[1185]={"Halls of Atonement", 1, 60, 9},
[1189]={"Sanguine Depths", 1, 60, 9},
[1190]={"Castle Nathria", 2, 60, 9},
[1193]={"Sanctum of Domination", 2, 60, 9},
[1194]={"Tazavesh, the Veiled Market", 1, 60, 9},
[1195]={"Sepulcher of the First Ones", 2, 60, 9},
-- [[ Dragonflight ]] --
[1204]={"Halls of Infusion", 1, 70, 10},
[1203]={"The Azure Vault", 1, 70, 10},
[1201]={"Algeth'ar Academy", 1, 70, 10},
[1197]={"Uldaman: Legacy of Tyr", 1, 70, 10},
[1196]={"Brackenhide Hollow", 1, 70, 10},
[1199]={"Neltharus", 1, 70, 10},
[1202]={"Ruby Life Pools", 1, 70, 10},
[1198]={"The Nokhud Offensive", 1, 70, 10},
[1209]={"Dawn of the Infinite", 1, 70, 10},
[1200]={"Vault of the Incarnates", 2, 70, 10},
[1208]={"Aberrus, the Shadowed Crucible", 2, 70, 10},
[1207]={"Amirdrassil, the Dream's Hope", 2, 70, 10},
-- [[ The War Within ]] --
[1272]={"Cinderbrew Meadery", 1, 80, 11},
[1268]={"The Rookery", 1, 80, 11},
[1269]={"The Stonevault", 1, 80, 11},
[1210]={"Darkflame Cleft", 1, 80, 11},
[1270]={"The Dawnbreaker", 1, 80, 11},
[1267]={"Priory of the Sacred Flame", 1, 80, 11},
[1271]={"Ara-Kara, City of Echoes", 1, 80, 11},
[1274]={"City of Threads", 1, 80, 11},
[1273]={"Nerub-ar Palace", 2, 80, 11},
}
IPUIInstanceFactionSpecificDB = {
["Horde"] = {
[968]={"Atal'Dazar", 1, 110, 8},
[1022]={"The Underrot", 1, 110, 8},
[1030]={"Temple of Sethraliss", 1, 110, 8},
[1012]={"The MOTHERLODE!!", 1, 115, 8},
[1001]={"Freehold", 1, 120, 8},
[1021]={"Waycrest Manor", 1, 120, 8},
[1036]={"Shrine of the Storm", 1, 120, 8},
[1002]={"Tol Dagor", 1, 120, 8},
[1023]={"Siege of Boralus", 1, 120, 8},
[1176]={"Battle of Dazar'alor", 2, 120, 8},
},
["Alliance"] = {
[1001]={"Freehold", 1, 110, 8},
[1021]={"Waycrest Manor", 1, 110, 8},
[1036]={"Shrine of the Storm", 1, 110, 8},
[1002]={"Tol Dagor", 1, 115, 8},
[968]={"Atal'Dazar", 1, 120, 8},
[1012]={"The MOTHERLODE!!", 1, 120, 8},
[1022]={"The Underrot", 1, 120, 8},
[1030]={"Temple of Sethraliss", 1, 120, 8},
[1023]={"Siege of Boralus", 1, 120, 8},
[1176]={"Battle of Dazar'alor", 2, 120, 8},
},
}