I'm a newb to this stuff, so maybe I'm doing something wrong. I wrote my own script and messed around in-game fine tuning it but I can't get rid of one problem. I'm messing around and dual boxing 2 Mages. Everything works fine between Master&Slave except for Channeling type spells. Only one I have now is Arcane Missiles, but when I hit it it will key and transfer the key, but won't keep casting after the first hit for either character. I use Control+2 for that particular spell and here's what I have in my script:
Code:
^2::
#IfWinActive, World of Warcraft
{
ControlSend,, {control down}{2 down}{2 up}{control up}, ahk_id %wowid1%
ControlSend,, {control down}{2 down}{2 up}{control up}, ahk_id %wowid2%
}
Return
Any idea of what's going wrong?
Connect With Us