Rarity

Rarity

17M Downloads

Add tracking for the 20th anniversary world bosses

rdw-software opened this issue ยท 2 comments

commented

Source: Discord

Any chance the mounts from the 20th anniversary world bosses will be added?

Source: Curse

Is there any way we could get an update for the bosses at the anniversary event to show for tracking mount drops?

The event is going to last until January, but only the Doomwalker drops seem to be updated. 2/3 drop their usual mount.

Roadmap:

  • Doomwalker
  • Sha of Anger: Reins of the Heavenly Onyx Cloud Serpent
    • TBD: Does killing the anniversary version also update the kill statistic? If not, need to find a workaround
  • Archavon the Stone Watcher: Reins of the Grand Black War Mammoth
    • TBD: Same issue with kill statistics?
    • TBD: Is it a problem that there are two (faction-specific) versions?
  • Add wasGuaranteed = true flag where needed
  • Add sourceText property for the vendor mounts
  • Add the daily lockout quest
local lootLockoutQuests = {
  Doomwalker = 60214,
  Archavon = 84256,
  Sha = 84282
}

For more info, see the wowhead guide and this wowhead post.

commented

Did some research (reading wowhead guides/comments mostly). AFAICT, the elephant in the room here is that Rarity still only supports one source per item. This may be problematic as Doomwalker shares the mammoth. Maybe there's a workaround?

For Sha and Archavon, the most important question is whether they use the same kill statistic. If not, that's another headache?

commented

Nope, statistics aren't used. The loot method is also problematic. NPC won't work and BOSS may trigger false positives.