Add tracking for the 20th anniversary world bosses
rdw-software opened this issue ยท 2 comments
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
- Illidari Doomhawk: Used to be guaranteed, now rare again? Can also be purchased at the vendor, though?
- Azure Worldchiller: Same... now listed with a 1.5% chance on wowhead
- Reins of the Grand Black War Mammoth: Now also drops from Doomwalker, for... reasons?
- TBD: Can this even be added when Rarity only supports a single source per item?
- 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.
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?