Hey,
im trying to build a WA that shows Verdant Embrace in a specific ways.
What i have done so far:
Setup 3 different triggers.
Trigger1 = Spell match, show = always
Trigger2 = Player/Unit Info -> Range Check -> Specific Unit -> mouseover
Trigger3 = Player/unit Info -> Unit Characteristics -> Specific Unit -> mouseover
Now I wanted to desetaruate the icon when either a) on cd b) When i mouseover anything more than 25y away (friendly or hostile) c) When I dont mousover anything. For those three i set up 3 conditions:
a) Trigger1 -> on CD -> true -> desaturate
b) All of -> Trigger2 -> Distance >= 25y -> and Trigger1 -> on cooldown -> false -> desaturate
c) Trigger3 -> active -> false -> Desaturate
And i also want the icon to have a glowing border when i mouseover a friendly target in range of verdant embrace, so another condition with:
All of -> Trigger2 -> Distance <= 24y and Trigger1 -> on CD -> False and Trigger3 -> Hostility -> = friendly -> Glow
However this is not working at all. I probably need a custom function for the information instead of getting dynamic information from first active trigger as trigger1 is always active or am i missing something else, e.g., its not possible to pull hostility info just by mouseover or something? 