comparison Constants.lua @ 426:de0795cfbe56

Removed new kill count system for raid encounters while it undergoes further testing.
author MMOSimca <MMOSimca@gmail.com>
date Tue, 13 Jan 2015 02:51:55 -0500
parents 063309f31455
children 6e55341c3fa4
comparison
equal deleted inserted replaced
425:5bd49f0b635c 426:de0795cfbe56
310 } 310 }
311 for key, value in next, private.DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP do 311 for key, value in next, private.DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP do
312 private.CONTAINER_ITEM_ID_LIST[value] = false 312 private.CONTAINER_ITEM_ID_LIST[value] = false
313 end 313 end
314 314
315 -- Mapping of NPC IDs for use with GetLFGDungeonEncounterInfo and GetSavedInstanceEncounterInfo.
316 -- Non-english clients can't partcipate due to these poorly-thought-out API functions.
317 private.RAID_ENCOUNTER_NAME_TO_NPC_ID_MAP = {
318 -----------------------------------------------------------------------
319 -- Blackrock Foundry
320 -----------------------------------------------------------------------
321 ["Oregorger the Devourer"] = 77182,
322 ["Gruul"] = 76877,
323 ["Hans'gar & Franzok"] = 76973,
324 ["Beastlord Darmac"] = 76865,
325 ["Flamebender Ka'graz"] = 76814,
326 ["Operator Thogar"] = 76906,
327 ["Blast Furnace"] = 76809,
328 ["Kromog, Legend of the Mountain"] = 77692,
329 ["The Iron Maidens"] = 77557,
330 ["Blackhand"] = 77325,
331
332 -----------------------------------------------------------------------
333 -- Highmaul
334 -----------------------------------------------------------------------
335 ["Kargath Bladefist"] = 78714,
336 ["The Butcher"] = 77404,
337 ["Brackenspore"] = 78491,
338 ["Tectus, The Living Mountain"] = 78948,
339 ["Twin Ogron"] = 78237,
340 ["Ko'ragh"] = 79015,
341 ["Imperator Mar'gok"] = 77428,
342
343 -----------------------------------------------------------------------
344 -- Mists of Pandaria
345 -----------------------------------------------------------------------
346 ["Immerseus"] = 71543,
347 ["Fallen Protectors"] = 71475,
348 ["Norushen"] = 72276,
349 ["Sha of Pride"] = 71734,
350 ["Galakras"] = 72249,
351 ["Iron Juggernaut"] = 71466,
352 ["Kor'kron Dark Shaman"] = 71859,
353 ["General Nazgrim"] = 71515,
354 ["Malkorok"] = 71454,
355 ["Spoils of Pandaria"] = 71889,
356 ["Thok the Bloodthirsty"] = 71529,
357 ["Siegecrafter Blackfuse"] = 71504,
358 ["Paragons of the Klaxxi"] = 71161,
359 ["Garrosh Hellscream"] = 71865,
360 }
361 -- To prevent kill count from being incremented in the old fashion (only when using personal loot for now)
362 private.RAID_ENCOUNTER_NPC_ID_LIST = {}
363 for key, value in next, private.RAID_ENCOUNTER_NAME_TO_NPC_ID_MAP do
364 private.RAID_ENCOUNTER_NPC_ID_LIST[value] = true
365 end
366
367 -- Mapping of Spell IDs for bonus roll confirmation prompts to raid bosses 315 -- Mapping of Spell IDs for bonus roll confirmation prompts to raid bosses
368 -- In some cases this records only bonus loot, and in other cases this is needed for all loot. 316 -- In some cases this records only bonus loot, and in other cases this is needed for all loot.
369 private.RAID_BOSS_BONUS_SPELL_ID_TO_NPC_ID_MAP = { 317 private.RAID_BOSS_BONUS_SPELL_ID_TO_NPC_ID_MAP = {
370 ----------------------------------------------------------------------- 318 -----------------------------------------------------------------------
371 -- World Bosses 319 -- World Bosses