#Help with "Cast Bar for Arena Unit that isn't target or focus"

2 messages · Page 1 of 1 (latest)

glass swallow
#

I have this weakaura I'm struggling to make work.

The intent is for it to be a cast bar for arena targets that aren't either my current target or my focus.

There are three versions of the weakaura, one of Arena1,Arena2 and Arena3 but none of them are working.

I feel like I probably have some cringe mistake somewhere but I'm just not seeing it.

glass swallow
#

Was finally able to track down a fix! I had assumed that trigger 2 and 3 would return false when not activated but they don't

So I swapped the trigger[2] == false for trigger[2] ~= true and they all now work as intended!