Excellent, ty for the file.

Im still a nub learning how to 3 box but having fun so far. Before I multiboxed, I had all major spells on the numpad (Im a lefty so wasd setup is bad for me) so Id like to replicate this triboxing. The problem Ive had with my own AHK script is to get /*-+ on the numpad to broadcast.

The basic part of the script is:

#IfWinActive, World of Warcraft
~Numpad/::
ControlSend,,{Numpad/ down}{Numpad/ up}, ahk_id %wowid1%
ControlSend,,{Numpad/ down}{Numpad/ up}, ahk_id %wowid2%

Thanks for any suggestions.