301
301
-- at this time I'm not sure if that wouldn't cause problems elsewhere... so I won't touch it
302
302
---- ---------------------------------------------------------------------------------
303
303
local encounterLUT = {
304
+ -- See https://warcraft.wiki.gg/wiki/DungeonEncounterID
304
305
[1140 ] = { " Stormforged Rune" }, -- The Assembly of Iron
305
306
[1133 ] = { " Blessed Seed" }, -- Freya
306
307
[1135 ] = { " Ominous Pile of Snow" }, -- Hodir
@@ -316,6 +317,16 @@ local encounterLUT = {
316
317
[2377 ] = { " Void-Scarred Hare" }, -- Magister Umbric
317
318
[2372 ] = { " Void-Touched Souvenir Totem" , " Box With Faintly Glowing 'Air' Holes" }, -- Oblivion Elemental (Final objective for Zekhan's area)
318
319
[2374 ] = { ' Box Labeled "Danger: Void Rat Inside"' }, -- Therum Deepforge (Final objective for Kelsey's area)
320
+ -- 11.1.5 Horrific Visions (Revisited)
321
+ [3081 ] = { " Swirling Black Bottle" , " Voidwoven Cat Collar" }, -- Alleria Windrunner
322
+ [3082 ] = { ' Box Labeled "Danger: Void Rat Inside"' }, -- Therum Deepforge (Final objective for Kelsey's area)
323
+ [3084 ] = { " Eye of Chaos" }, -- Mathias Shaw (Old Town)
324
+ [3085 ] = { " Void-Scarred Hare" }, -- Magister Umbric
325
+ [3086 ] = { " Swirling Black Bottle" , " Void-Link Frostwolf Collar" }, -- Thrall the Corrupted
326
+ [3087 ] = { " Void Scarred Scorpid" }, -- Inquistor Gnshal
327
+ [3088 ] = { " Void-Touched Souvenir Totem" , " Box With Faintly Glowing 'Air' Holes" }, -- Oblivion Elemental (Final objective for Zekhan's area)
328
+ [3089 ] = { " Void-Scarred Egg" }, -- Vezokk
329
+ [3090 ] = { " C'Thuffer" }, -- Rexxar
319
330
}
320
331
321
332
function R :OnEncounterEnd (event , encounterID , encounterName , difficultyID , raidSize , endStatus )
452
463
local worldEventQuests = {
453
464
[52196 ] = " Slightly Damp Pile of Fur" , -- Dunegorger Kraulok
454
465
[70867 ] = " Everlasting Horn of Lavaswimming" , -- Scalebane Keep (scenario completion)
466
+ -- Not actually from a world quest/event
467
+ [85830 ] = " Parrot Cage (Void-Scarred Parrot)" , -- More accurately detected via object GUID
455
468
}
456
469
457
470
function R :OnQuestTurnedIn (event , questID , experience , money )
0 commit comments