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
Help/Harm Macro
This will cast one spell when mousing over or targeting a friend and another when mousing over or targeting an enemy.
HELP_SPELL as Default
#showtooltip
/cast [@mouseover,help,nodead] HELP_SPELL; [@mouseover,harm,nodead] [harm] HARM_SPELL; HELP_SPELL
HARM_SPELL as Default
#showtooltip
/cast [@mouseover,harm,nodead] HARM_SPELL; [@mouseover,help,nodead] [help] HELP_SPELL; HARM_SPELL
#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.
system
(system)
closed
October 16, 2024, 1:14pm
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.