Great Vault

Is there code that can determine if you have something waiting? I forget which alt has stuff coming and would like to be able to check without going to the vault.

Should be able to click on it in the M+ UI etc.

As Elvenbane mentioned, you can use the M+ UI to check, but that only works for toons that have done M+.

The other way through the Delve Tab is gone after the latest patch. I found the following after a little digging & it’s currently working (I put it in a macro, click once to show, again to hide):

/run C_AddOns.LoadAddOn("Blizzard_WeeklyRewards"); if WeeklyRewardsFrame:IsShown() then WeeklyRewardsFrame:Hide() else WeeklyRewardsFrame:Show() end
4 Likes

According to this preview, Vault rewards are visible in a new UI element for Midnight called the ā€œJourneysā€ tab (of the Adventure Guide):

https://worldofwarcraft.blizzard.com/en-us/news/24235746/midnight-brings-journeys-to-your-adventure

I haven’t looked for it yet myself, but since we’ve reached 12.0.1, it’s probably there.

Right now, the Journeys tab shows devices for the renown factions of the expansion (TWW currently, but a selector that can let you see Dragonflight and Midnight.

There’s also a teeny tiny button that looks lie the Great Vault’s keyhole that shows the GV UI in its current state. (If you have unclaimed rewards, it’s got a big box that says so; otherwise, it shows this week’s attainments.)

1 Like

Yup Sniper, I see it now. I don’t think it was there the last time I looked at that interface, but maybe it was.

I’m surprised it’s not down in the ā€˜Encounter’ section of the interface next to the Delve button & much bigger.

Maybe I’m too cynical, but I think these poor UI design choices are perfectly on-brand for this design team, along with everything they’re doing in combat UI and addon replacement.