Hey guys - I looked at the AHK script sticky and was wondering what exactly I need to do to make it run with Age of Conan...
This is a portion of the sticky : my questions are underlined
Start your script with line:
[code:1]WinGet, wowid, List, World of Warcraft [/code:1] Is "wowid" just a assigned name or is it a specific wow command...could you name it anything...like "AoCid"; Is "World of Warcraft" a folder name? or an exe file? What do I put there so that it recognizes Age of Conan?
This command allows AHK script to determine open WoW windows.
Keep in mind, you can run AHK script at any time, and even modify and reload it while WoW clients are opened.
Okay. Lets start with simple keys - "0", "1",... , "9"
[code:1]~0::
KeyWait, 0, D
#IfWinActive, World of Warcraft //I assume I put whatever I put up there
{
ControlSend,, 0, ahk_id %wowid1% //same here?
ControlSend,, 0, ahk_id %wowid2%
ControlSend,, 0, ahk_id %wowid3%
ControlSend,, 0, ahk_id %wowid4%
ControlSend,, 0, ahk_id %wowid5%
}
Return [/code:1]
Connect With Us