hi everyone
i cant get this combo to work:
I use Multibox and Autohotkey
main pc has 3 clients running and the clone has 2 clients.
all is working.
So i have multibox broadcasting my keystrokes to the other PC.
And Autohotkey distributes the keystrokes to the different windows....
The main problem is that autohotkey "consumes" my keystroke and it wont get send to the other pc by multibox.
And if i let the keystroke pass the autohotkey script, then it will preform the action on my main 2 times, resulting in it trying to use a spell twice, sometimes resulting in my main doing nothing.
im testing it with my mage at the front. when i want both mages to cast a fireball... it locks the fireball up due to the global cooldown.
This script i use to let the keystroke "pass" the autohotkey script and multibox can send it along.
#IfWinActive, World of Warcraft
~1::
; ControlSend,,{1 down}{1 up}, ahk_id %idMain%
ControlSend,,{= down}{= up}, ahk_id %idClone%
ControlSend,,{1 down}{1 up}, ahk_id %idClone%
ControlSend,,{= down}{= up}, ahk_id %idClone2%
ControlSend,,{1 down}{1 up}, ahk_id %idClone2%
return
or this script, but then they keystroke gets consumed.
#IfWinActive, World of Warcraft
1::
ControlSend,,{1 down}{1 up}, ahk_id %idMain%
ControlSend,,{= down}{= up}, ahk_id %idClone%
ControlSend,,{1 down}{1 up}, ahk_id %idClone%
ControlSend,,{= down}{= up}, ahk_id %idClone2%
ControlSend,,{1 down}{1 up}, ahk_id %idClone2%
return
im kinda desperate after searching this website and on autohotkey´s website.
Is there anyone using Autohotkey and Multibox together and can help me out?
thanks
Connect With Us