Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tracking for the 20th anniversary world bosses #784

Open
13 tasks
rdw-software opened this issue Oct 25, 2024 · 2 comments
Open
13 tasks

Add tracking for the 20th anniversary world bosses #784

rdw-software opened this issue Oct 25, 2024 · 2 comments

Comments

@rdw-software
Copy link
Member

rdw-software commented Oct 25, 2024

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.

@rdw-software rdw-software moved this to The time is nigh (Planning) in Rarity Oct 25, 2024
@rdw-software rdw-software self-assigned this Oct 29, 2024
@rdw-software rdw-software moved this from The time is nigh (Planning) to It's finally happening! (WIP) in Rarity Oct 29, 2024
@rdw-software rdw-software changed the title Consider adding tracking for the 20th anniversary world bosses (?) Consider adding tracking for the 20th anniversary world bosses Oct 29, 2024
@rdw-software rdw-software changed the title Consider adding tracking for the 20th anniversary world bosses Extend tracking to the 20th anniversary world bosses Oct 29, 2024
@rdw-software rdw-software changed the title Extend tracking to the 20th anniversary world bosses Add tracking for the 20th anniversary world bosses Oct 29, 2024
@rdw-software
Copy link
Member Author

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 rdw-software added this to the TWW Content Updates milestone Oct 29, 2024
@rdw-software
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: It's finally happening! (WIP)
Development

No branches or pull requests

1 participant