Hello all,
I'm having an issue getting BFA Wow dual boxing working. I'm not understanding the scripts. I run what I feel is an super easy minimal setup. I looked at the forums for a while now trying to find something close to my issue but haven't seen anything that has help. You should know that when it comes to scripts, i'm just stupid.
I have hotkeynet 10
I have done desktop and one laptop.
I manually start WOW on on both machines so I shouldn't need a script to run the launch
I don't use the mouse through Hotkeynet just a few keyboard keys
I open Hotkeynet and WOW on both computers. Turn on my scroll lock. I have my second pc wow character on follow with my main and just use the keys 1 through the =(equal sign).
Hotkeynet net doesn't generate errors at all but it doesn't broadcast to the laptop.
Script that I use
Code:
//================================================================
// SAMPLE SCRIPT FOR TWO WOW'S ON TWO PC'S
// (one account on each machine)
//
// Instructions: Copy this entire script (all the blue writing
// on gray background including comments). Save it in a file.
// Load it into HotkeyNet.
//
// Toggle the scroll lock key to turn hotkeys off and on. (You
// can change this if you want, just like you can change
// everything else with HotkeyNet.)
//
// Requires HotkeyNet build 147 or higher.
//
// For more info, go to www.hotkeynet.com
//================================================================
//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH A COPY OF WOW.
//-----------------------------------------------------------
<Command Launch>
<SendPC %1%>
<Run "c:\Program Files\World of Warcraft\WoW.exe">
//-----------------------------------------------------------
// HOTKEY TO LAUNCH BOTH WOW'S.
//-----------------------------------------------------------
<Hotkey ScrollLockOn Alt Ctrl L>
<Launch Local>
<Launch 10.0.0.234>
//-----------------------------------------------------------
// DEFINE MAIL LABELS FOR SENDING KEY STROKES
//-----------------------------------------------------------
<Label w1 Local SendWin "World of Warcraft">
<Label w2 10.0.0234 SendWin "World of Warcraft">
//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
<PassThrough>
<SendLabel w2>
<Key %Trigger%>
//-----------------------------------------------------------
// DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
// ADD MORE KEYS IF YOU WANT.
//-----------------------------------------------------------
<MovementHotkey ScrollLockOn up, down, left, right>
<PassThrough>
<SendLabel w2>
<Key %Trigger%>
//-----------------------------------------------------------
// BROADCAST MOUSE CLICKS. REQUIRES ADJUSTMENT OF
// CLICKMOUSE DELAYS ON SETTINGS PANEL. HOLD DOWN OEM3
// (ON U.S. KEYBOARDS, THAT'S THE SQUIGGLE KEY IN UPPPER
// LEFT CORNER) WHEN YOU WANT TO BROADCAST.
//-----------------------------------------------------------
<UseKeyAsModifier Oem3>
<Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
<PassThrough>
<SendLabel w2>
<ClickMouse %TriggerMainKey%>
Connect With Us