So, I guess I'll start from the beginning -
First time getting into multiboxing, Looking to run just 2 characters (main and a follower).
I downloaded HKN as well as an updated script for BFA. The script appears to be a cookie cutter scrip that a lot of people use.
My goal, is to use HKN to herb with an additional character.
On my laptop I opened 2 separate copies of WOW - my account and my sons account. I created a new lvl 1 warlock on each account. I'll call them "Lock 1 (my acct) and "Lock 2" (my son's acct).
I opened HKN, loaded the script (it had no errors). Put both open wow clients in window mode so I could see what HKN was doing in the background.
Once both screens were open - Lock 1 on my external monitor and Lock 2 on my laptop monitor, I highlighted, or targeted the open window of my main - Lock 1. Next I hit Ctrl R twice to change the window names to WOW1 and WOW2 (which it did). WOW1 being my main screen and WOW 2 being the follower.
Then, I created a couple of macros for the follower -
1.
/follow Lock 1
2.
#showtooltip (I tried this macro with and without "#showtooltip)
/assist Lock 1
/cast Shadow Bolt
These macros were placed on his action bar in spot 1 and 2.
Moving back over to my main character on WOW1, I put Shadow Bolt in spot 1.
When i turn on HKN (scroll lock) none of my keys do anything but HKN registers the input and even displays the text in blue that the command was sent to WOW1 and WOW2 but the follower does nothing. Also I use a Naga trinity and Naga Tartarus.
Here is the script.
//================================================================
// SAMPLE SCRIPT FOR TWO WOW'S ON ONE PC
//
// 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
//================================================================
//-----------------------------------------------------------
// PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY
//-----------------------------------------------------------
<Hotkey ScrollLockOn Ctrl R>
<SendPC local>
<RenameWin "World of Warcraft" WoW1>
<RenameWin "World of Warcraft" WoW2>
<Hotkey ScrollLockOn Ctrl T>
<SendPC local>
<RenameWin WoW1 "World of Warcraft">
<RenameWin WoW2 "World of Warcraft">
//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run "C:\Blizzard Games\Blizz Games\World of Warcraft\WoW.exe">
<RenameTargetWin %2%>
//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME BOTH WOW'S.
//-----------------------------------------------------------
<Hotkey ScrollLockOn Alt Ctrl L>
<LaunchAndRename Local WoW1>
<LaunchAndRename Local WoW2>
//-----------------------------------------------------------
// 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 BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<Hotkey ScrollLockOn A-Z, 0-7, Numpad0-Numpad9, Oem2, Tab, Esc, LShift, Enter, Backspace, Space, Button5, Plus, Minus, F1-F12 except W, A, S, D; ScrollLockOn Shift A-Z; ScrollLockOn Shift 0-9>
<SendLabel w1, w2>
<Key %Trigger%>
//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL FORMATIONS BINDS.
//-----------------------------------------------------------
<MovementHotkey ScrollLockOn 8>
<SendLabel w1>
<Key F1>
<SendLabel w2>
<Key F1>
//-----------------------------------------------------------
// DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
// ADD MORE KEYS IF YOU WANT.
//-----------------------------------------------------------
<MovementHotkey ScrollLockOn W, A, S, D>
<SendLabel w1, w2>
<Key %Trigger%>
//-----------------------------------------------------------
// 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 ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
<SendLabel w1, w2>
<ClickMouse %TriggerMainKey%>
<RestoreMousePos>