So bassicly i just have to download that file open it reload script and open 2 wow acocunt and then if i click on acocunt A button1 would it click button 1 at account B or do i need to do other things also? so it will works
many thanks![]()
So bassicly i just have to download that file open it reload script and open 2 wow acocunt and then if i click on acocunt A button1 would it click button 1 at account B or do i need to do other things also? so it will works
many thanks![]()
Open your WoWs first, then reload script. All WoW instances have to be running for the script to work on them.
Ex-WoW 5-boxer.
Currently playing:
Akama [Empire of Orlando]
Zandantilus - 85 Shaman, Teebow - 85 Paladin, Kodex - 85 Rogue.
Definitely going to 4-box Diablo 3 after testing the beta for how well this would work.
First of all, thanks for the script, Silencer. I've been thinking about getting started with dual-boxing, and having your script already made got me to finally jump into it.
I've tried searching the forums for G15 info, but apparently the forum search doesn't like that phrase because it returns no results. But, the phrase "G15" is clearly in this thread. =P
I looked at your script and I don't see any specific mention of binds for the G15 macro keys. How do you utilize those keys with this script?
Follow-up to my question.
I bound the G15 keys on my keyboard to Ctrl-Alt-Shift-<key> and was going to use those binds that you had setup in this script. But, when I use the G-keys the key presses get passed as "artificial" and they aren't triggering anything on my other WoW clients. If I press the key combination manually, it works.
So, I guess the question really hasn't changed. I'd like to know how you have your G-keys setup and how you're getting them passed to the other clients.
Thanks.
Im probably an idiot but I cannot get the arrow keys to work one goes and the other one just kind of jerks around. Ive tried switching it to control+up down left right in key bindings and same thing. Any advice would be appreciated.
PS not using g15 keyboard would that have anything to do with it?
Look at how the F1 key is controlled. Duplicate that functionality for the Up/Down/Left/Right keys. Currently, if you hold down an arrow key, it gets broadcasted as a bunch of quick key presses. You don't want that - you want to send a "keydown" event, and don't send a "keyup" until you release the arrow key. That's what F1 does in this script. G15 has nothing to do with it.Originally Posted by 'otep65',index.php?page=Thread&postID=116014#post1 16014
Ex-WoW 5-boxer.
Currently playing:
Akama [Empire of Orlando]
Zandantilus - 85 Shaman, Teebow - 85 Paladin, Kodex - 85 Rogue.
Definitely going to 4-box Diablo 3 after testing the beta for how well this would work.
Heya thanks for taking the time to do this scriptI just have one question:
I already use AHK and made my own script - mine is pretty basic - but for each hotkey (that I would use for a spell) I would have it press = also. As my macro on = is /assist.
So if I wanted your script to do something similar (press = so it would assist) would this work? : (I'm at work so can't test it at the mo)Code:#IfWinActive, World of Warcraft ~3:: ControlSend,,{3 down}{3 up}, ahk_id %idMain% ControlSend,,{= down}{= up}, ahk_id %idClone% ControlSend,,{3 down}{3 up}, ahk_id %idClone% return
..or does it need something else? :/Code:~3:: KeyWait 3, D WinGet, Active_Window, ID, A IfWinActive, World of Warcraft { If(%killbroadcast% = 0) { Loop, %wowid% { target_window := wowid%A_index% If (Active_Window <> target_window) { ControlSend,, 3, ahk_id %target_window% ControlSend,, =, ahk_id %target_window% } } } } Return
Thanks in advance.![]()
Swap those two ControlSend lines and it should work - you want the = to be sent before the 3.
Ex-WoW 5-boxer.
Currently playing:
Akama [Empire of Orlando]
Zandantilus - 85 Shaman, Teebow - 85 Paladin, Kodex - 85 Rogue.
Definitely going to 4-box Diablo 3 after testing the beta for how well this would work.
ooh great thank you!![]()
Just downloaded
looks good thanks!
Chump
Connect With Us