Him spreading out his toons near the end of the video can be fairly easily done with AutoHotKey, and probably Keyclone (don't know about this for sure tho).

Just imagine how you would do this if you were controlling each character individually:

They all start standing in the same position, with the Main ahead of the other 4 a little.

To move the far left toon, you would press whatever keys you have set up to make him strafe left for about 1 second.

To move the next toon, you would press the key to make him strafe left for .5 seconds.

To move the first toon on the right, you would hold down the Strafe Right keys for .5 seconds.

For the furthest right toon, you would hold down the strafe right keys for 1 second.

To do this with AutoHotKey is exactly as stated above. You would have a script telling AutoHotKey that whenever you press your "Straight Line Formation" Button, it will send to each of the Alts exactly what we determined above.

Yes, in AutoHotKey you can send different information to each instance of WoW, you can tell it to hold down keys for set periods of time, etc.

Basically, you can do for your alts ANYTHING that doesn't involve mouse movements. And with some programs, you can even copy your mouse movements.


To attack with pets, have your Main as the Focus:
/assist focus
/petattack

or
/petattack [target=focustarget]