PWS and FH, mouseover, selfcast

This one is driving me a bit up a wall.

I’d like a macro that casts Flash Heal on a mouseover target, on my target if selected, or on myself if no target.

But, I’d also like to save macro/bar space a bit by also having this macro cast Power Word Shield on a mouseover target, my target if selected, or myself if no target while I’m holding down Shift.

Using mod and nomod statements I can’t seem to get it all working, most I’ve gotten it to do is cast PWS on mouseover if holding shift, or do the Flash Heal stuff otherwise. Which is about 75% there.

Thoughts?

  1. Change your Self Cast setting to Auto or Custom, make sure the Self Cast Key is None.
  2. Make sure shift-key isn’t bound to anything. By default SHIFT 1-6 are bound to Action Page 1-6.
  3. Use the following macro
#showtooltip
/cast [mod:shift,@mouseover,help,nodead] [mod:shift] Power Word: Shield; [@mouseover,help,nodead] [] Flash Heal
1 Like

Thank you!!!

No problem, if you need more templates check the pins :slight_smile: