AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Wow shift+1

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
raptorderbi2
Guest





PostPosted: Tue Jun 17, 2008 3:28 pm    Post subject: Wow shift+1 Reply with quote

Hi does some one know how to make a code that does this:
When shift+1or2 is Pressed it will send it to all the 5 wow windows.


thanks

[ Moderator!: moved from Scripts & functions ]
Back to top
tidbit



Joined: 10 Mar 2008
Posts: 90

PostPosted: Tue Jun 17, 2008 3:44 pm    Post subject: Reply with quote

1. wrong section
2. why the hell do you have 5 windows??? why 5 accounts??? whhats the point???!?
_________________
rawr. be very affraid
Back to top
View user's profile Send private message
engunneer



Joined: 30 Aug 2005
Posts: 6772
Location: Pacific Northwest, US

PostPosted: Tue Jun 17, 2008 4:07 pm    Post subject: Reply with quote

search the forum for wowID. or WoW multi-boxing. This has been covered dozens of times.
_________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM
Back to top
View user's profile Send private message Visit poster's website
Elesar



Joined: 28 Jun 2007
Posts: 94

PostPosted: Tue Jun 17, 2008 5:04 pm    Post subject: Reply with quote

tidbit wrote:
2. why the hell do you have 5 windows??? why 5 accounts??? whhats the point???!?


This is the point and maybe a good resource for the OP.
Back to top
View user's profile Send private message
argneo



Joined: 14 Sep 2007
Posts: 124

PostPosted: Tue Jun 17, 2008 8:30 pm    Post subject: Reply with quote

Code:
^!r::Reload

pause::Suspend

F11::
ExitApp

F1::
{
sleep, 10
WinGet, wowid, List, World of Warcraft
sleep, 10
ControlSend, , {SHIFTDOWN}{1 down}{1 up}{SHIFTUP}{2 down}{2 up}, ahk_id %wowid2% ;; This is more like... the second skill on the first bar... also, the wowid% is the number of the window...
}return

_________________

WoW
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group