Mage mouseover call target sheep?

Is it possible to have a mouseover sheep macro that also announces the target into a yell or say?

I have a sheep announce macro, but you have to select the target first for it to work. I can’t make my mouseover announce.

Announce macros are annoying spam anyway

You cant directly link a mouseover target like with %t. You could do something like:

/target [@mouseover]
/cast poly
/say %t
/targetlasttarget

1 Like