Is it possible to write a macro that will cast a spell as normal, but cast a spell on a specific target (not the caster) if a modifier like alt or ctrl is held down?
Printable View
Is it possible to write a macro that will cast a spell as normal, but cast a spell on a specific target (not the caster) if a modifier like alt or ctrl is held down?
Try this one and let me know if it's what you're looking for:
/cast [modifier:ctrl, target=yourtoonsname] Flash Heal; Flash Heal;
If control is held down when the macro key is hit, you'll flash heal whomever you've hardcoded as the target=. Otherwise it will flash heal whomever you have targeted.