Hello,
I use an addon call Shield Maid. It helps decide what ability gives you the best mitigation for your rage points.
Otherwise I use pe with boxo's warrior profil, my question is whether instead of lighting an icon with the addon Sield maid, it could not just use the spell?
In the addon code, there is something like that:
local apply = not name or expires - systemTime <= ns.Config.shieldBlockTimeout
if estimatedBlock > estimatedAbsorb60 and currentRage >= 60 and apply then
self:ShowGlow()
else
self:HideGlow(name)
end
What can I change?
thank you
I use an addon call Shield Maid. It helps decide what ability gives you the best mitigation for your rage points.
Otherwise I use pe with boxo's warrior profil, my question is whether instead of lighting an icon with the addon Sield maid, it could not just use the spell?
In the addon code, there is something like that:
Quote:
local apply = not name or expires - systemTime <= ns.Config.shieldBlockTimeout
if estimatedBlock > estimatedAbsorb60 and currentRage >= 60 and apply then
self:ShowGlow()
else
self:HideGlow(name)
end
thank you