Macro with static icon

Trying to do a help/harm macro for my resto shaman without having the icons change to track procs and so on. I want the icon to only display the Riptide icon so I can track it properly and not have it change over to Flameshock even if I have a target selected. Manually selecting the icon doesn’t give the wanted effect as its just a placeholder icon.

Macro example:

/cast [mod:alt,@player] [@mouseover,help,nodead] Riptide; [harm] Flame Shock; Riptide

My current Riptide / Flameshock macro. Works as advertised, Riptide to heal or Flameshock to dps. The issue is that its changing to the Flameshock icon if I have a target selected. I don’t want it to do that.

The basic override

#showtooltip Riptide
/cast [mod:alt,@player] [@mouseover,help,nodead] Riptide; [harm] Flame Shock; Riptide

The one that will properly range find to mouseover targets

#showtooltip [mod:alt,@player] [@mouseover,help,nodead] [] Riptide
/cast [mod:alt,@player] [@mouseover,help,nodead] Riptide; [harm] Flame Shock; Riptide
1 Like

It works! Thank you for the help!

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