Log in

View Full Version : [WoW] Formations on more than 5 accounts



Recap
07-26-2020, 04:33 AM
Hi,

Im trying to get the formations to work on more then 5 toons. Been digging around, but can't find any information or guides on how to expand the 5man. Im pretty new to Isboxer :p

Im mostly using the Line and V formation, so a guide or some pointers to get that to work with my 8man team would be very appreciated :)

Wizeowel
07-27-2020, 11:32 AM
5 toon just works nicely with main toon being center, 2 go left and 2 go right. With 8 it will not be so neat.

If you look at the mapped key for line formation you see it is actually made for 6 non-active slots, i.e. total 7 toons including the active slot.

The target of the movement key is (@other isboxer&~dxnothing)#1 which means "from the set of loaded slots except the current and except dxnothing, select the first slot".

So for 8 toons, all you should need to do is add an extra action to also move the 7th non-active toon: (@other isboxer&~dxnothing)#7

Recap
07-27-2020, 01:07 PM
5 toon just works nicely with main toon being center, 2 go left and 2 go right. With 8 it will not be so neat.

If you look at the mapped key for line formation you see it is actually made for 6 non-active slots, i.e. total 7 toons including the active slot.

The target of the movement key is (@other isboxer&~dxnothing)#1 which means "from the set of loaded slots except the current and except dxnothing, select the first slot".

So for 8 toons, all you should need to do is add an extra action to also move the 7th non-active toon: (@other isboxer&~dxnothing)#7

Thanks alot :)