Better Working Help/Harm Macro

Just looking to see if there is a way to do the following for the standard macro quoted below.
|
v
#showtooltip
/cast [help] Power Word: Radiance
/cast [harm] Shadow Word: Death

What I am looking for is a way to have both spells display when targeting either a friendly or enemy target. As well as a not so complicated looking mouseover macro to heal and dps on my priest.

Only 1 spell can be displayed on the button at a time with its icon and tooltip and you can’t have a single button simultaneously show both. You could have it flip back and forth to the applicable spell as you target different things (see below). Otherwise if you always wanted to see both tooltips and CD’s simultaneously you would need to use 2 buttons.
Important! For “#show” and “#showtooltip” to work correctly you must select the “?” icon. There was also an issue affecting some macros at the start of the xpac where the icon got changed from “?” to a specific ability image. To fix that just edit the macro, click the change icon/name button and select the “?” explicitly (upper left corner of the icons).

Check out Elvenbane’s post that’s stickied to the top of this forum for some mouseover-related
https://us.forums.blizzard.com/en/wow/t/useful-macro-templates/42937
There is a “Basic Help/Harm Macro” section which shows 2 different examples that you could use.

#showtooltip
/cast [mod:alt,@player] [@mouseover,help,nodead] HELP_SPELL; [@mouseover,harm,nodead] [harm] HARM_SPELL; HELP_SPELL
2 Likes