For crowd control with IS Boxer...
I would make a mapped key, where the slave toon assists the active toon.
And then sets that toon as their Focus.
If you have four classes that will be doing Crowd Control effects, then you would want four mapped keys (one for each of them).
You could include, in the slave's macro something like: /say My focus is %T.
Which would let you know they have the right mob.
You can also include raid markers as a /script.
/run SetRaidTarget("target", 1)
Change the 1 to a value between 1 and 8 (I think).
Each number is a different symbol, such as Blue Square, Yellow Star, Purple Diamond, etc...
You would then know, is the mob has a Green Triangle above it, your <insert class> will be CCing it, when necessary.
Once focus is set, then make another mapped key.
That sends your CC my Focus command to your characters.
It might send the keybind Alt 3 (or wherever you put the macro) to every character.
And they would each have their own macro on that keybind.
Mage:
/stopcasting
/cast [@focus,exists,nodead] Polymorph
Priest:
/stopcasting
/cast [@focus,exists,nodead] Shackle Undead
Warlock:
/stopcasting
/cast [@focus,exists,nodead] Banish
Rogue:
/stopcasting
/cast [@focus,exists,nodead] Blind
Shaman:
/stopcasting
/cast [@focus,exists,nodead] Hex
Etc...
If a given toon has a Focus set, then pressing this key will have them use their CC effect on their Focus.
But only if they have a Focus and the Focus is not dead.
Connect With Us