Help with macro

hey, guys please help with this macro
am using this:

#showtooltip Healing Wave
/use [@mouseover,help,nodead][help,nodead][@player] Healing Wave

now I want to add to it that if pressing “Alt” it will use Healing Wave rank 1
I tried and failed plz help

also, would it be possible to add Chain lighting to chain heal without the mouse over? like alt, it will use chain lighting without mouseover

Easiest thing to do would be to just bind

#showtooltip Healing Wave (Rank 1)
/use [@mouseover,help,nodead][help,nodead][@player] Healing Wave(Rank 1)

To alt+whatever you bound the first to. Anyway, let’s try…

#showtooltip
/use [@mouseover,help,nodead,nomod:alt][help,nodead,nomod:alt][nomod:alt] Healing Wave; [@mouseover,help,nodead,mod:alt][help,nodead,mod:alt][] Healing Wave(Rank 1)

Not entirely sure what you want here. Describe more elaborately how you want the macro to work.

1 Like

I thought macros worked a lot different in Classic.

this is it! perfect :heart_eyes:
TYVM

so I have chain healing on mouseover macro, I would like to use Alt to switch from chain heal to chain lightning, but I don’t want the chain lighting to be on a mouseover, I want it to be only on targeted mobs while chain heal still works as mouse over

Oh, ok.

#showtooltip
/use [nomod:alt,@mouseover] Chain Heal; [mod:alt] Chain Lightning

Here are some adjustments I recommend though:

#showtooltip
/use [nomod:alt,@mouseover,help][nomod:alt] Chain Heal; [mod:alt] Chain Lightning

This will CH your mouseover if it’s eligible, else it will cast CH normally (on your target if it’s friendly, else on you). Holding alt will still make it cast CL no matter what.

1 Like

perfect
thank you so much good sir

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