In Order to run two clients that AHK will actually pick up on with:
WinGet, wowid, List, World of Warcraft (I hear I need this at the start of the script)
~1::
KeyWait, 1, D
#IfWinActive, World of Warcraft
{
ControlSend,, 1, ahk_id %wowid1%
ControlSend,, 1, ahk_id %wowid2%
}
Return
I need to make another folder outside of my regular World of Warcraft folder (name it whatever) and copy JUST the wow.exe? Or do I need to drag ALL the files? Some? Also I am new to coding at all, and the wiki seems to run on the idea that I have a bloody clue (as you can see I dontz -_-) so I'm wondering if I need more spaces in a script? Like for example...
WinGet, wowid, List, World of Warcraft
~1::
KeyWait, 1, D
#IfWinActive, World of Warcraft
{
ControlSend,, 1, ahk_id %wowid1%
ControlSend,, 1, ahk_id %wowid2%
}
Return
Should there be a space here? (I'm that dumb don't stare!) Or is this a WHOLE new script?
~0::
KeyWait, 0, D
#IfWinActive, World of Warcraft
{
ControlSend,, 0, ahk_id %wowid1%
ControlSend,, 0, ahk_id %wowid2%
}
Return
In theory, but running this script, the 0 and 1 key should broadcast over the two clients I am running. And thereby casting whatever spell is in that slot (or ingame macro). If this is so then I should be on the right tract with this.
ALSO! Contain your laughter long enough to tell me how should I tell what is the difference between macros posted for ingame use and all other hotkey macro programs? For example I assume this:
Part 1 - Setup an Action Keybind.
[img]../forum/icon/codeS.png[/img]
Source code
1
2
/script SetBinding("L", "TURNORACTION")
/script SaveBindings(1)
Change the L to a key of your choice.
Part 2 - The Macro.
[img]../forum/icon/codeS.png[/img]
Source code
1
2
3
4
5
6
/script SelectGossipAvailableQuest(1)
/script SelectGossipActiveQuest(1)
/script CompleteQuest()
/script GetQuestReward(1)
/script SelectGossipOption(1)
/script AcceptQuest()
Confuses and bewilders me. This is a 2 part macro? As in 2 completely separate ingame macro icons and all? Or is this another .ahk thing? Thanks ahead of time for your pity. We will one day look back on all these noob questions and laugh. Well you are already laughing, maybe I'll laugh laterinch:
Connect With Us