Heheh... I just read enough to get the code working. It works flawlessly, so I think it's the fact that I closed two clients by basically alt-f4ing them while a third was running. My idea is that it screwed something up in the ui.
I haven't made any wow copies, though I am considering it, just so I can back things up and don't have to patch a third time. Right now I've been knocked back to re-downloading patch 2.3 and up... so... it's taking a while.
Fun, though. I think I'm going to like this.
Oh, and if you wanted to look it over, this is the code I cut-and-pasted from wikipedia to work my 3-shaman group.
Code:
#IfWinActive, World of Warcraft
WinGet, WowWinId, List, World of Warcraft
ClonesPush(strKeys)
{
global WowWinId1
global WowWinId2
global WowWinId3
global WowWinId4
global WowWinId5
IfWinNotActive, ahk_id %WowWinId1%
ControlSend, , %strKeys%, ahk_id %WowWinId1%
IfWinNotActive, ahk_id %WowWinId2%
ControlSend, , %strKeys%, ahk_id %WowWinId2%
IfWinNotActive, ahk_id %WowWinId3%
ControlSend, , %strKeys%, ahk_id %WowWinId3%
}
; *** Hotbars 1-0 ***
~1::ClonesPush("{= down}{= up}{1 down}{1 up}")
~2::ClonesPush("{= down}{= up}{2 down}{2 up}")
~3::ClonesPush("{= down}{= up}{3 down}{3 up}")
~4::ClonesPush("{= down}{= up}{4 down}{4 up}")
~5::ClonesPush("{= down}{= up}{5 down}{5 up}")
~6::ClonesPush("{= down}{= up}{6 down}{6 up}")
~7::ClonesPush("{= down}{= up}{7 down}{7 up}")
~8::ClonesPush("{= down}{= up}{8 down}{8 up}")
~9::ClonesPush("{= down}{= up}{9 down}{9 up}")
~0::ClonesPush("{= down}{= up}{0 down}{0 up}")
~Enter::Suspend, Toggle
~/::Suspend, On
~Escape::Suspend, Off
~r::Suspend, On
Connect With Us