WowRarity / Rarity

Collectibles and statistics tracking addon for World of Warcraft
https://www.curseforge.com/wow/addons/rarity
GNU General Public License v2.0
56 stars 35 forks source link

Add tracking for the 20th anniversary world bosses #784

Open rdw-software opened 2 weeks ago

rdw-software commented 2 weeks ago

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:

local lootLockoutQuests = {
  Doomwalker = 60214,
  Archavon = 84256,
  Sha = 84282
}

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

rdw-software commented 2 weeks ago

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?

rdw-software commented 1 week ago

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