You can do it without the modified press.
Basic Help/Harm Macro
This will cast one spell when mousing over or targeting a friend and another when mousing over or targeting an enemy.
#showtooltip
/cast [mod:alt,@player] [@mouseover,help,nodead] HELP_SPELL; [@mouseover,harm,nodead] [harm] HARM_SPELL; HELP_SPELL
Variant: HARM_SPELL as Default
#showtooltip
/cast [mod:alt,@player] HELP_SPELL; [@mouseover,harm,nodead] HARM_SPELL;[@mouseover,help,nodead] [help] HELP_SPELL; HARM_SPELL
The basic version you’re after:
#showtooltip
/cast [mod:alt,@mouseover,help,nodead] Regrowth; Shred
Sounds like you’re running into the Self Cast Key
bug. If your Self Cast
setting isn’t currently Auto
change it to that, if it’s already auto change it to something else then change it back; should fix things.
More info about the bug:
As of 9.2.5 reticle spells appear to be impacted by the Self Cast Key if Auto Self Cast is enabled. This is fine. The problem is it’s automatically being applied to macros AND handling the macro logic differently than spells taken from the...
Reading time: 3 mins 🕑
Likes: 24 ❤