Quote Originally Posted by Wizeowel View Post
I think I understand what you made. But it seems over-engineered, and it casts dispel magic for everyone

What I do is have raid-style party unitframes showing all debuffs, on every character, and order characters by alphabet, so it is exactly the same on each screen. Having it sorted alphabetically means it is unaffected by order of party invite and doesn't matter which slot your char is in ISBoxer.

My macro is like this,
keydown: sync cursor -> all;
keyup:
/stopcasting [@mouseover,help,nodead]
/cast [@mouseover,help,nodead]
Dispel Magic

Can also be repurposed for Remove Curse, Cleanse and Abolish Poison/Disease. You can even do 2 action simultaneously, e.g. priest removes disease and mage decurses at same time.
Thank you this helped alot!

Adding the curse, disease, etc. will you do that in the same macro or create a new one and then add an extra action in the key?