Hi any one know good macro for to dispell my part on arena with out click on him plzz ???
Printable View
Hi any one know good macro for to dispell my part on arena with out click on him plzz ???
You can use one of the two macro types below;
/cast [target=party1, nodead] Cleanse
/cast [target=Bob, nodead] Cleanse
The "nodead" part of the macro makes it so that the spell doesn't cast on yourself if your partner is dead.
you dont need the "nodead" part, doesnt cast on yourself either way
also, if you want it more neatly written go with:
/cast [@party1] Cleanse
Thanks for the clarifications.