BossesKilledLFR

BossesKilledLFR

7.9k Downloads

Vault of the Incarnates

mario-64 opened this issue · 8 comments

commented

Bosses for Vault of the Incarnates aren't showing in the addon. LFR opened last week. No tabs are showing. Please update for Dragonflight. Thank you.

commented

Same for me.

commented

Added the following code to the raid_data.lua file starting at line 132:

-- Vault of the Incarnates
[2370] = { numEncounters = 3, startFrom = 1 }, -- The Primal Bulwark
[2371] = { numEncounters = 3, startFrom = 1 }, -- Caverns of Infusion
[2372] = { numEncounters = 2, startFrom = 1 }, -- Fury of the Storm

commented

I added these entries and still get no tabs for the new raids. Is there more which has to be added?

commented

Hmm. This is what lines 131 to 136 at the end of my file look like:

image

And here's the result in-game:

image

commented

Thanks! Got mine working. BTW, how'd you get the 2370, 2371 and 2372 values to use?

commented

I looked in another addon that I thought might use Raid IDs - and then compared the Shadowlands Raid IDs in this addon with the Shadowlands Raid IDs in the other addon to make sure they were the same. And then took the Dragonflight Raid IDs from the other addon and plugged them into the raid_data.lua file to see if they worked - and they did!

commented

Ok cool. I was just thinking ahead to when wing 4 and subsequent Dragonflight raids become available. We’ll have to do this again since it seems this add on has been abandoned.

commented

Actually, Ghezzo posted a reply on CurseForge that he will update today (19th Jan).