-
Member
yeah theres no V script in it, cause ive tried it a couple times different ways. My mistake for not including it.
thanks, johny_mnemonic ill try it out.
So I noticed something today. if i include the V script and have the key bindings as normal. V would show health display of enemies on allllll my wow client windows they all work for viewing health. But If I change V or any other letter to my toons strafe left or right or back they work if i'm on the window itself individually. Mind you they still look like there being prevented to move but are pulling off the movement so its giving a glitchy look.
If I try to do a all wow clients respond to an AHK demand for movement the toons don't move at all. I have also notices it looks as tho they are trying to move but are stuck completely. Any one out there know why this is?
think blizzard came out with a preventing script of their own in a patch to stop me from spanning out my guys?
OR even this for thought
why is it.
If i write a Q,W,E,A,S,D as a all wow client respond script.
None will move together in response to the commands?
Resolved.
I tried this script included and used F1 as the key. works fine again.
Still Baffled as to why no letters work anymore.
~F1::
IfWinActive, World of Warcraft
{
ControlSend, , {F1 Down}, ahk_id %wowid1%
ControlSend, , {F1 Down}, ahk_id %wowid2%
ControlSend, , {F1 Down}, ahk_id %wowid3%
ControlSend, , {F1 Down}, ahk_id %wowid4%
ControlSend, , {F1 Down}, ahk_id %wowid5%
}
Return
~F1 Up::
IfWinActive, World of Warcraft
{
ControlSend, , {F1 Up}, ahk_id %wowid1%
ControlSend, , {F1 Up}, ahk_id %wowid2%
ControlSend, , {F1 Up}, ahk_id %wowid3%
ControlSend, , {F1 Up}, ahk_id %wowid4%
ControlSend, , {F1 Up}, ahk_id %wowid5%
}
Return
Last edited by Svpernova09 : 08-21-2011 at 02:15 PM
Posting Rules
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Connect With Us