Is it possible to do Target + Mouseover Helpful Macro at once?

Hey guys

I’m trying to make a macro that will both let me Renew + Power word shield with the same keybind

if mouseover Renew
if target Shield

I tried @target and @mouseover etc. but somehow, It will only use renew, so decided to ask here :slight_smile:

#showtooltip
/cast [@mouseover,help] Renew; Power Word: Shield

This will cast Renew on your mouseover if you have one and it’s a friendly target, otherwise it will cast PW: S by the standard logic: on your target if you have one and it’s friendly, otherwise on yourself.

1 Like

thank you!

1 Like

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