In Isboxer, look under the FTL keymaps for the Example Round Robin key. Make a copy of this and call it Set Focus Round Robin. Set the key combination to whatever you desire, I use F6
This key should have 5 steps. Each step should "Do FTL Assist Me in General Key Map -> self"
Now, add right click on
" actions"
|--->Key Stroke Actions
|-->New World of Warcraft Macro Action
Under this new macro action, set the target to be slot1 for step1, slot2 for step2, ... slot5 for step5.
Choose the desired key combination. I personally use "ctrl+alt+shift+F6"
Check the boss next to "Display as (in step)" and give it a name you want. These are the names I used in order for each step
set focus star
set focus circle
set focus diamond
set focus triangle
set focus moon
Finally, add the following to the macro section for each step
Code:
/script SetRaidTarget("target", 1);
/focus target
Change the second argument to be whatever number you want. I personally use 1,2,3,4 and 5 to correspond to each step.
Please review this for more details
Save your configuration in Isboxer and export to inner space. If WoW is currently running, you'll have to reload the ui. From the WoW terminal, simply type on each client.
Now, to use it simply target any critter with your current character and hit your Round Robin Set Focus key. Select a new critter and press it again. You'll see that it will cycle through the 5 raid icons in use and set the focus of each toon to the currently selected critter in a round-robin fashion.
The raid icons allows you to easily glance at the slave windows and confirm they have the correct focus target. Notice that since we used a specific icon for each character slot or toon, we know which character will CC which mob.
In effect, we've created a 1-button round robin set focus for all the toons with a visual confirmation of the CC target.
Finally, once the focus is set for each toon, hit your CC button which should already be setup on each toon for a whatever key combination you want. I personally use this macro
Code:
/stopcasting
/clearfocus [@focus,dead] [@focus,noexists]
/cast [@focus, harm, nodead] Hex
This allows me to quickly set focus and cast x4 Hex simultaneously, It makes the 7-packs in Vortex pinnacle easy to deal with.
Connect With Us