Hi everyone,
Ive been Dual Boxing for a while now on a number of different characters but didn't realise there were so many people doing it till now. Up till yesterday I've been Alt Tabbing between Warcraft Windows to activate different macros to Assist / heal etc but discovering the various sites out there i've looked into it a bit more.
Not sure if there's any Mac users out there using only one computer like me, but thought this may be of interest. I couldn't find a program to properly replicate key presses between different windows and worked on a method using applescript to run macros on both windows at once. This worked a treat however it was a pain having to click the run button in Script editor just to fire a shadow bolt etc. Having hunted some more I found a program called "Global Hotkey". This lets you define hot keys then when pressed activates an apple script.
For example now, when pressing Control + 1, the following apple script is run
[code:1]tell application "System Events"
tell application "World of Warcraft" to activate
key code 23
tell application "World of Warcraft 2" to activate
key code 23
end tell[/code:1]
This runs whatever ability or macro I have in slot 1 on both WoW windows I have open.
Hope this helps any Mac users out there having trouble trying to dual box on 1 machine![]()
Connect With Us