PDA

View Full Version : Macro Question - using CTRL to target different people?



Kfunk
09-16-2007, 03:25 PM
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?

Morganti
09-17-2007, 10:20 AM
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.