So there’s some in-depth on Wago but basically I am just trying to figure out how to put a formula into a WA.
Basically I only want my Ignore pain to show up if my existing aura is less than 20% of max health
So there’s some in-depth on Wago but basically I am just trying to figure out how to put a formula into a WA.
Basically I only want my Ignore pain to show up if my existing aura is less than 20% of max health
The trigger definition is simple:
Type: Player/Unit Info, next drop down select Health
Unit: Player
Check Health operator > 0
Also check Health % operator <= 20%
The “>0” makes sure that the icon only shows when you are alive and not dead. It’s optional.
That’s if my health is 20 or I’m saying if the ignore pain value is less than 20% of max health.
For example my warrior has 500k health, if my ignore pain is at 100k already I don’t need to press it it’ll be over cap
Looking at the screenshot of the custom options, this looks like it’ll do what you want.