First Aid without canceling macro?

Trying to make a macro for TBC that will allow me to first-aid without cancelling it if I double-tap the button which happens a fair bit frustratingly.

Thanks!!

Slap a ! before the spell name.

1 Like

Man I’m an idiot, I didn’t even need this, I was using:

#showtooltip Heavy Netherweave Bandage
/dismount
/cast [target=mouseover,help,exists,nodead]Heavy Netherweave Bandage;Heavy Netherweave Bandage

but I had /stopcasting in there copied from my general macro template /facepalm and reminder for anyone searching this to check that first.

Optimized

#showtooltip
/dismount [mounted]
/cast [@mouseover,help,nodead] [] Heavy Netherweave Bandage
1 Like