Classic Macros?

Trying to find some Macros for classic but my research has turned up Macros starting at TBC. Obviously many of them won’t function due to the API changes and different spells.

Aside from slapping /dismount and /cancelform on the combat-spells, what else do you use?

Most of mine atm look like

#showtooltip
/dismount
/cancelform

And either

/use [@mouseover,exists,harm][] hurty spell

Or

/use [@mouseover,exists,help][] anti-hurty spell

Is it possible to macro both Cure Disease and Cure Poison to the same macro like this and have it “auto-select” the right spell pending poison/disease? The idea being it casts cure poison if they’re poisoned and cure disease if they’re diseased.
Pretty sure it won’t but I haven’t been debugged with either to find out.
/use Cure Poison
/use Cure Disease

Just a few things:

#show instead of #showtooltip

I use /cancelform on majority spells.

You would have to make the dispel macro a cast sequence and you will have to press it twice.

I will drop one here when I have more time.

Also maybe be possible to cure poison on click, and cure disease on shift-click.

But ya, the only macros i use are /cancelform, and it’s for pretty much every ability i have.

I also use /startattack macro’d so i can begin my auto attack. This is useful in both ELE and ENH.

1 Like

Yea I ended up making a Startattack-Stormstrike macro even though I don’t have the spell yet because I’d end up looting instead of attacking the next mob. XD