comparison Constants.lua @ 306:7feb687b1b22

Fixes
author James D. Callahan III <jcallahan@curse.com>
date Tue, 23 Jul 2013 18:07:07 -0500
parents 3fe3e55c327e
children c33ab3413737
comparison
equal deleted inserted replaced
305:4986ef8a338a 306:7feb687b1b22
66 [_G.GetSpellInfo(31252)] = "PROSPECTING", 66 [_G.GetSpellInfo(31252)] = "PROSPECTING",
67 [_G.GetSpellInfo(73979)] = "SEARCHING_FOR_ARTIFACTS", 67 [_G.GetSpellInfo(73979)] = "SEARCHING_FOR_ARTIFACTS",
68 [_G.GetSpellInfo(8613)] = "SKINNING", 68 [_G.GetSpellInfo(8613)] = "SKINNING",
69 } 69 }
70 70
71
71 private.NON_LOOT_SPELL_LABELS = { 72 private.NON_LOOT_SPELL_LABELS = {
72 MIND_CONTROL = true, 73 MIND_CONTROL = true,
73 } 74 }
75
74 76
75 local AF = private.ACTION_TYPE_FLAGS 77 local AF = private.ACTION_TYPE_FLAGS
76 78
77 private.SPELL_FLAGS_BY_LABEL = { 79 private.SPELL_FLAGS_BY_LABEL = {
78 DISENCHANT = AF.ITEM, 80 DISENCHANT = AF.ITEM,
87 PICK_POCKET = AF.NPC, 89 PICK_POCKET = AF.NPC,
88 PROSPECTING = AF.ITEM, 90 PROSPECTING = AF.ITEM,
89 SEARCHING_FOR_ARTIFACTS = AF.OBJECT, 91 SEARCHING_FOR_ARTIFACTS = AF.OBJECT,
90 SKINNING = AF.NPC, 92 SKINNING = AF.NPC,
91 } 93 }
94
95
96 private.LOOT_SPELL_ID_TO_ITEM_ID_MAP = {
97 [142397] = 98134, -- Heroic Cache of Treasures
98 [143506] = 98095, -- Brawler's Pet Supplies
99 [143507] = 94207, -- Fabled Pandaren Pet Supplies
100 [143512] = 93148, -- Pandaren Spirit Pet Supplies
101 [143511] = 93149, -- Pandaren Spirit Pet Supplies
102 [143510] = 93147, -- Pandaren Spirit Pet Supplies
103 [143509] = 93146, -- Pandaren Spirit Pet Supplies
104 [143508] = 89125, -- Sack of Pet Supplies
105 --[??????] = 104014, -- Pouch of Timeless Coins
106 }
107
92 108
93 private.RAID_FINDER_BOSS_IDS = { 109 private.RAID_FINDER_BOSS_IDS = {
94 ----------------------------------------------------------------------- 110 -----------------------------------------------------------------------
95 -- Mogu'shan Vaults 111 -- Mogu'shan Vaults
96 ----------------------------------------------------------------------- 112 -----------------------------------------------------------------------
147 [69427] = true, -- Dark Animus 163 [69427] = true, -- Dark Animus
148 [68078] = true, -- Iron Qon 164 [68078] = true, -- Iron Qon
149 [68904] = true, -- Suen 165 [68904] = true, -- Suen
150 [68905] = true, -- Lu'lin 166 [68905] = true, -- Lu'lin
151 [68397] = true, -- Lei Shen 167 [68397] = true, -- Lei Shen
168
169 -----------------------------------------------------------------------
170 -- Siege of Orgrimmar
171 -----------------------------------------------------------------------
172 [71543] = true, -- Immerseus
173 [71475] = true, -- Rook Stonetoe (Fallen Protectors encounter)
174 [71479] = true, -- He Softfoot (Fallen Protectors encounter)
175 [71480] = true, -- Sun Tenderheart (Fallen Protectors encounter)
176 [71967] = true, -- Norushen (Norushen encounter)
177 [72276] = true, -- Amalgam of Corruption (Norushen encounter)
178 [71734] = true, -- Sha of Pride
179 [72249] = true, -- Galakras
180 [71466] = true, -- Iron Juggernaut
181 [71858] = true, -- Wavebinder Kardris (Kor'kron Dark Shaman encounter)
182 [71859] = true, -- Earthbreaker Haromm (Kor'kron Dark Shaman encounter)
183 [71515] = true, -- General Nazgrim
184 [71454] = true, -- Malkorok
185 [71889] = true, -- Secured Stockpile of Pandaren Spoils (Spoils of Pandaria encounter)
186 [71529] = true, -- Thok the Bloodthirsty
187 [71504] = true, -- Siegecrafter Blackfuse
188 [71152] = true, -- Skeer the Bloodseeker (Paragons of the Klaxxi encounter)
189 [71153] = true, -- Hisek the Swarmkeeper (Paragons of the Klaxxi encounter)
190 [71154] = true, -- Ka'roz the Locust (Paragons of the Klaxxi encounter)
191 [71155] = true, -- Korven the Prime (Paragons of the Klaxxi encounter)
192 [71156] = true, -- Kaz'tik the Manipulator (Paragons of the Klaxxi encounter)
193 [71157] = true, -- Xaril the Poisoned Mind (Paragons of the Klaxxi encounter)
194 [71158] = true, -- Rik'kal the Dissector (Paragons of the Klaxxi encounter)
195 [71160] = true, -- Iyyokuk the Lucid (Paragons of the Klaxxi encounter)
196 [71161] = true, -- Kil'ruk the Wind-Reaver (Paragons of the Klaxxi encounter)
197 [71865] = true, -- Garrosh Hellscream
152 } 198 }
153 199
154 200
155 private.WORLD_BOSS_IDS = { 201 private.WORLD_BOSS_IDS = {
156 [60491] = true, -- Sha of Anger 202 [60491] = true, -- Sha of Anger
157 [62346] = true, -- Galleon 203 [62346] = true, -- Galleon
158 [69099] = true, -- Nalak 204 [69099] = true, -- Nalak
159 [69161] = true, -- Oondasta 205 [69161] = true, -- Oondasta
160 } 206 [71952] = true, -- Chi-Ji
207 [71953] = true, -- Xuen
208 [71954] = true, -- Niuzao
209 [71955] = true, -- Yu'lon
210 [72057] = true, -- Ordos
211 }
212
213
214 private.RAID_BOSS_BONUS_SPELL_ID_TO_NPC_ID_MAP = {
215 -----------------------------------------------------------------------
216 -- Mogu'shan Vaults
217 -----------------------------------------------------------------------
218 [125144] = 59915, -- Stone Guard Bonus (Jasper Guardian)
219 [132189] = 60009, -- Feng the Accursed Bonus (Feng the Accursed)
220 [132190] = 60143, -- Gara'jal the Spiritbinder Bonus (Gara'jal the Spiritbinder)
221 [132191] = 60709, -- Spirit Kings Bonus (Qiang the Merciless)
222 [132192] = 60410, -- Elegon Bonus (Elegon)
223 [132193] = 60399, -- Will of the Emperor Bonus (Qin-xi)
224
225 -----------------------------------------------------------------------
226 -- Terrace of Endless Spring
227 -----------------------------------------------------------------------
228 [132200] = 60583, -- Protectors of the Endless Bonus (Protector Kaolan)
229 [132204] = 60583, -- Protectors of the Endless (Elite) Bonus (Protector Kaolan)
230 [132201] = 62442, -- Tsulong Bonus (Tsulong)
231 [132202] = 62983, -- Lei Shi Bonus (Lei Shi)
232 [132203] = 60999, -- Sha of Fear Bonus (Sha of Fear)
233
234 -----------------------------------------------------------------------
235 -- Heart of Fear
236 -----------------------------------------------------------------------
237 [132194] = 62980, -- Imperial Vizier Zor'lok Bonus (Imperial Vizier Zor'lok)
238 [132195] = 62543, -- Blade Lord Tay'ak Bonus (Blade Lord Ta'yak)
239 [132196] = 62164, -- Garalon Bonus (Garalon)
240 [132197] = 62397, -- Wind Lord Mel'jarak Bonus (Wind Lord Mel'jarak)
241 [132198] = 62511, -- Amber-Shaper Un'sok Bonus (Amber-Shaper Un'sok)
242 [132199] = 62837, -- Grand Empress Shek'zeer Bonus (Grand Empress Shek'zeer)
243
244 -----------------------------------------------------------------------
245 -- Throne of Thunder
246 -----------------------------------------------------------------------
247 [139674] = 69465, -- Jin'rokh the Breaker Bonus (Jin'rokh the Breaker)
248 [139677] = 68476, -- Horridon Bonus (Horridon)
249 [139679] = 69078, -- Zandalari Troll Council Bonus (Sul the Sandcrawler)
250 [139680] = 67977, -- Tortos Bonus (Tortos)
251 [139682] = 68065, -- Magaera Bonus (Megaera)
252 [139684] = 69712, -- Ji'kun, the Ancient Mother Bonus (Ji-Kun)
253 [139686] = 68036, -- Durumu the Forgotten Bonus (Durumu the Forgotten)
254 [139687] = 69017, -- Primordious Bonus (Primordius)
255 [139688] = 69427, -- Dark Animus Bonus (Dark Animus)
256 [139689] = 68078, -- Iron Qon Bonus (Iron Qon)
257 [139690] = 68904, -- The Empyreal Queens Bonus (Suen)
258 [139691] = 68397, -- Lei Shen, The Thunder King Bonus (Lei Shen)
259 [139692] = 69473, -- Ra-den Bonus (Ra-den)
260
261 -----------------------------------------------------------------------
262 -- Siege of Orgrimmar
263 -----------------------------------------------------------------------
264 [145909] = 71543, -- Immerseus Bonus (Immerseus)
265 [145910] = 71475, -- Fallen Protectors Bonus (Rook Stonetoe)
266 [145911] = 72276, -- Norushen Bonus (Amalgam of Corruption)
267 [145912] = 71734, -- Sha of Pride Bonus (Sha of Pride)
268 [145913] = 72249, -- Galakras Bonus (Galakras)
269 [145914] = 71466, -- Iron Juggernaut Bonus (Iron Juggernaut)
270 [145915] = 71859, -- Dark Shaman Bonus (Earthbreaker Haromm)
271 [145916] = 71515, -- General Nazgrim Bonus (General Nazgrim)
272 [145917] = 71454, -- Malkorok Bonus (Malkorok)
273 [145919] = 71889, -- Spoils of Pandaria Bonus (Secured Stockpile of Pandaren Spoils)
274 [145920] = 71529, -- Thok the Bloodthirsty Bonus (Thok the Bloodthirsty)
275 [145918] = 71504, -- Siegecrafter Blackfuse Bonus (Siegecrafter Blackfuse)
276 [145921] = 71161, -- Klaxxi Paragons Bonus (Kil'ruk the Wind-Reaver)
277 [145922] = 71865, -- Garrosh Hellscream Bonus (Garrosh Hellscream)
278 }
279
280
281 private.WORLD_BOSS_BONUS_SPELL_ID_TO_NPC_ID_MAP = {
282 [132205] = 60491, -- Sha of Anger Bonus (Sha of Anger)
283 [132206] = 62346, -- Galleon Bonus (Galleon)
284 [136381] = 69099, -- Nalak Bonus (Nalak)
285 [137554] = 69161, -- Oondasta Bonus (Oondasta)
286 --[NYI] = 71952, -- Chi-Ji
287 --[NYI] = 71953, -- Xuen
288 --[NYI] = 71954, -- Niuzao
289 --[NYI] = 71955, -- Yu'lon
290 --[NYI] = 72057, -- Ordos
291 }