SavedInstances

SavedInstances

13M Downloads

Tracking if a delver's bounty map is used.

Casslamdra opened this issue ยท 7 comments

commented

Is your feature request related to a problem? Please describe.
Delvers bounty maps are supposed to be once a week now, and I'm having trouble remembering if i've used a delver's bounty map on my alts

Describe the solution you'd like
It would be nice if it was tracked in the list like other weekly activities such as archives, theater troupe etc.

Describe alternatives you've considered
It may also work in the 'weekly quests' consolidated row

Additional context
n/a

commented

I'm not sure if there is any hidden quest id for delver's bounty map.

commented

I havn't been able to find one, this might be impossible

commented

When you have the Delver's Bounty buff, the function C_UnitAuras.GetAuraDataByIndex returns this info:
{ spellId=473218, isBossAura=false, duration=0, expirationTime=0, isFromPlayerOrPlayerPet=true, points= {[1]=8}, icon=1064187, nameplateShowPersonal=false, nameplateShowAll=false, auraInstanceID=649858, timeMod=1, isRaid=false, isHarmful=false, canApplyAura=false, name="Delver's Bounty", isHelpful=true, applications=0, isNameplateOnly=false, sourceUnit="player", isStealable=false }

I used it right after looting in a Tier 8 delve, that may be the "points" field.

C_UnitAuras.GetPlayerAuraBySpellID(473218) returns the same info