Conditions (Dragonflight Boss Target Status)
DakHarding opened this issue · 4 comments
One more issue I've found:
In Dragonflight dungeons and raid content "bosses" don't appear to trigger like other bosses from previous content when setting up a conditional under Target Status>Classification>Boss.
Thanks!
The UnitClassification API call that this functionality relies on seems to, unfortunately, work as intended. In dungeons and raids the API says that bosses are "elites", despite their tooltips saying otherwise.
I suspect this is a bug on Blizzard's end.
We could try to make a workaround by generating lists of all bosses for all content and checking for IDs using UnitGuid, but that's something I'd rather avoid doing.
Yeah, adding ID's sound like a lot of unnecessary work. It's just strange because when, for example, running Time Walking dungeons or older raid content, the 'boss' trigger actually works fine. But none of the bosses register in Dragonflight. It's exhausting all the bugs/lag/connection issues I've seen in this xpac.