Macro and/or Vuhdo help

I have the following Fear Ward macro…

#showtooltip Fear Ward
/stopcasting
/cast Fear Ward
/p FEAR WARD on %t
/raid FEAR WARD on %t

Is there something I can incorporate to not show the system messages when solo?

‘You aren’t in a party’
‘You are not in a raid group’

Alternatively, I use Vuhdo raid frames, is it possible to make the announce on my vuhdo frame mouseover without actually targeting the person, when I’m in a party or raid group?

E.g. /party FEAR WARD on [@mouseover] /raid FEAR WARD on [@mouseover]

or something like that? Sorry if this is completely incorrect syntax, or not possible. I’m not good with macros.

Thanks in advance if anyone can help.

I’ll do you one better, how about we don’t even try to send the messages when solo!

#showtooltip Fear Ward
/stopcasting
/cast Fear Ward
/stopmacro [nogroup]
/p FEAR WARD on %t
/raid FEAR WARD on %t
#showtooltip
/cast [@mouseover,help,nodead] Fear Ward
/stopmacro [nogroup]
/p FEAR WARD on %m
/ra FEAR WARD on %m

(Not entirely sure that nogroup will cover both party and raid though)

The first targeting one is perfect. Thank you. The second one does cast FW on my party member when hovering over their Vuhdo frame, but shows ‘FEAR WARD on %m’ in party chat, as opposed to their name. Wondering if it’s a Vuhdo thing & I need to incorporate @vuhdo or something? Anyway - it’s not a drag to target them & the system message has gone, so that is great thank you.

Oh, %m worked in retail for mouseover.

In that case, try:

#showtooltip
/cast [@mouseover,help,nodead] Fear Ward
/stopmacro [nogroup]
/target mouseover
/p FEAR WARD on %t
/ra FEAR WARD on %t
/targetlasttarget

If that doesn’t work either, I may be out of ideas.

Woop! That seemed to do the trick in party. I’ll worry about raid when it comes to it. That’s great thanks.

1 Like

https://www.curseforge.com/wow/addons/macro-talk

#showtooltip
/cast [@mouseover,help,nodead] [] Fear Ward
/opt [@mouseover,help,nodead] /gr FEAR WARD on %m; [help] /gr FEAR WARD on %t

Thanks. I should have stated originally I’m playing Classic Era, but all answers appreciated.

Macro-Talk should work with classic.

Ohh I’ll check it out. Thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.