I'm just trying to run my main account and my recruit a friend account at the moment, but I can't stand all this command line stuff. I've tried messing with it from the custom template, but I just can't get it to work properly.
I'm using build 210
I use 2 separate WoW program folders on 2 different hardrives on the same PC
I use 2 monitors
I just want whatever I press/click on the main WoW screen to be mirrored on the 2nd WoW screen; I use WASD to move, I use 1-= on the action bar and i use keybindings with different letters and modifiers like Ctrl, Alt, & Shift.
Here is what the script currently looks like:
Code://----------------------------------------------------------- // DEFINE MAIL LABELS FOR SENDING KEY STROKES. //----------------------------------------------------------- <Label w1 Local SendWinM WoW1> <Label w2 Local SendWinM WoW2> //----------------------------------------------------------- // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET // SENT TO ALL WOWS. ADD MORE KEY COMBO'S IF YOU WANT. //----------------------------------------------------------- <KeyList MyList A-Z, 0-9, Enter, Tab, Oem4, Space, Comma, Oem6> <Hotkey MyList; Shift MyList; Alt MyList; Ctrl MyList> <SendLabel w1, w2> <Key %Trigger%> <MovementHotkey up, down, left, right> <SendLabel w1, w2> <Key %Trigger%> <hotkey pause> <sendpc local> <ToggleHotkeys> ///----------------------------------------------------------- // BROADCAST MOUSE CLICKS. HOLD DOWN OEM3 (ON U.S. KEYBOARDS, // THAT'S THE SQUIGGLE KEY IN UPPPER LEFT CORNER) WHEN YOU // WANT TO BROADCAST. //----------------------------------------------------------- <UseKeyAsModifier Oem3> <Hotkey Oem3 LButton, MButton, RButton> <SendLabel w1, w2> <ClickMouse %TriggerMainKey%> //----------------------------------------------------------- // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW. //----------------------------------------------------------- <Command LaunchAndRename> <SendPC local> <Run "C:\program files (x86)\World of Warcraft\WoW-64.exe"> <Run "E:\World of Warcraft\WoW-64.exe"> //----------------------------------------------------------- // HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS while 5 boxing // Please configure the path correctly //----------------------------------------------------------- <Hotkey Alt Ctrl L> <LaunchAndRename Local "C:\program files (x86)\World of Warcraft\WoW-64.exe" WoW1> <LaunchAndRename Local "E:\World of Warcraft\WoW-64.exe" WoW2>
Connect With Us