#Specific unit - "mouseover"

5 messages · Page 1 of 1 (latest)

winged fern
#

It works for a range check but not for a name or NPCid check, is that normal ?
I want to make a weakaura that plays a sound when my mouseover is an explosive, and in range of my Heroic Throw ability. I have the range check on mouseover covered, but not the other part apparently.

desert marlin
#

Yes that's normal. The Range Check trigger is the odd one out amongst all triggers in this way, that's because it doesn't rely on game events.

winged fern
#

What would be the correct way to do it then ?

desert marlin
#

You'd need a custom trigger, running every frame.

winged fern
#

and "running every frame" isn't the best as far as I could read ?