kanetoad
03-07-2008, 05:30 AM
So i was lvling my druid in nagrand when i saw 5 ppl run buy dismount kill a mob and mount all at the same time. I talked to the fellow and he inspired me to research and hopefully start dual-boxing. I don't quite want to pay yet i want to first try it before i decide to "invest" in it. So i've downloaded auto hotkey. and ive gone to this thread (AutoHotkey Guide ('http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=807')) And tried following i put in the first code. which is this one:
[code:1]~0::
KeyWait, 0, D
#IfWinActive, World of Warcraft
{
ControlSend,, 0, ahk_id %wowid1%
ControlSend,, 0, ahk_id %wowid2%
}
Return [/code:1]
and saved it. once in wow with 2 open and 2 chars logged in it fails to work, when i try and open it, it comes up with this problem.
Note: The hotkey [code:1]~0:: will not be active because it does not exist in the current keyboard layout?
I think im missing something in the front, or im not saving it right. Atm im saving it as test.ahk
Help me please, if i can get 1 working i can get the rest working, Thankyou.
Cheers
Kanetoad
[code:1]~0::
KeyWait, 0, D
#IfWinActive, World of Warcraft
{
ControlSend,, 0, ahk_id %wowid1%
ControlSend,, 0, ahk_id %wowid2%
}
Return [/code:1]
and saved it. once in wow with 2 open and 2 chars logged in it fails to work, when i try and open it, it comes up with this problem.
Note: The hotkey [code:1]~0:: will not be active because it does not exist in the current keyboard layout?
I think im missing something in the front, or im not saving it right. Atm im saving it as test.ahk
Help me please, if i can get 1 working i can get the rest working, Thankyou.
Cheers
Kanetoad