#Tank Mitigation Tracker For Healers

7 messages · Page 1 of 1 (latest)

chrome radish
#

I tried making a WA that tracks basic mitigation from the tanks, I'm unsure if there's a easier way to make it feelsThinkingMan
I think most party frame addons have a function to add spellid you want to track on the party member, but I preferred having it in a separate place

First trigger is to check for Auras which has all the trackings included with Auto-Clone enabled.. Ironfur, Demon Spikes, Shield Block etc.
The next triggers (2-7) are checking for Spec and Role, to make sure it doesn't show Barkskin on a Balance druid for example

Custom trigger function

    if t[1] then
        for i = 2, 7 do
            if t[i] then
                return t[i]
            end
        end
    end
end```

https://wago.io/Qy_KElSxZ

Wago.io is a database of sharable World of Warcraft addon elements

maiden mountain
chrome radish
#

You mean the filtering for class?

#

oh i see what you mean

maiden mountain
#

For tank role

chrome radish
#

yeah i didnt see this was an option