Advanced Macro Help Needed

Hi guys,

On my resto druid, I use these macro formats for pretty much all of my main healing abilities:

/cast [@mouseover,help,nodead] [help] [@player] Rejuvenation

I’d like to reduce my key bind bloat by incorporating harm macro components but when I try the following it doesn’t work:

/cast [@mouseover,help,nodead] [help] [@player] Rejuvenation; [harm] Sunfire

Can a macro pro please help me out here?

Many thanks,
Seifer

#showtooltip
/cast [@mouseover,help,nodead] Rejuvenation; [@mouseover,harm,nodead] [harm] Sunfire; Rejuvenation

Make sure your Self Cast option is set to Auto

1 Like

Thank you very much for this mate and apologies for the delayed response, I’ve been away on holiday.

This does the job but the only issue is that the [@player] part has been removed, which means I now need to use a cancel target macro to make sure I self cast my healing abilities. With my original macro, if I wasn’t mousing over anything I could just hit my healing spell binds and they’d cast on me. Does that make sense?

Is there any way the macro you provided could have the @player piece added in, or does then negate the [harm] component?

Thanks,
Seifer

It clashes with being able to cast Sunfire on enemy targets, yes. You could set it up so Sunfire only works on mouseover:

#showtooltip
/cast [@mouseover,help,nodead] Rejuvenation; [@mouseover,harm,nodead] Sunfire; Rejuvenation

Or you could set it up so alt-casting force casts on yourself:

#showtooltip
/cast [mod:alt,@player] [@mouseover,help,nodead] Rejuvenation; [@mouseover,harm,nodead] [harm] Sunfire; Rejuvenation

Or just mouseover your player frame when you have an enemy targeted.

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