Hi all rolled 5 new orc shamans and for the life of me cannot get this to work. I had been using a /assist setup with one master. Want to move to a FTL setup.
I CANNOT GET A SIMPLE FOLLOW TO WORK.
What is working?
They all jump and all the arrow keys work.
1-9s work
a-z minus asdw work
HNK script:
Code:
//================================================================// FIVE WOW'S ON ONE PC
// by Alcattle
//
// 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 148 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>
<RenameWin "World of Warcraft" WoW3>
<RenameWin "World of Warcraft" WoW4>
<RenameWin "World of Warcraft" WoW5>
//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run "c:\wotlk wow\WoW.exe">
<RenameTargetWin %2%>
<wait 1000>
<text %3%>
<Key tab>
<text %4%>
<wait 100>
<Key Enter>
<SetAffinity All>
//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS
//-----------------------------------------------------------
<Hotkey ScrollLockOn Alt Ctrl L>
<LaunchAndRename Local WoW1 "XXXXX" "XXXXXX">
<LaunchAndRename Local WoW2 "XXXXX" "XXXXXX">
<LaunchAndRename Local WoW3 "XXXXX" "XXXXXX">
<LaunchAndRename Local WoW4 "XXXXX" "XXXXXX">
<LaunchAndRename Local WoW5 "XXXXX" "XXXXXX">
//-----------------------------------------------------------
// SUBROUTINE TO Position Windows for 5 boxing.
//-----------------------------------------------------------
<Command ResizeAndPosition>
<SendPC Local>
<SendWin %1%>
<SetWinRect 0 0 1280 990>
<SendWinM %2%>
<SetWinRect 1280 0 640 512>
<SendWinM %3%>
<SetWinRect 1280 512 640 512>
<SendWinM %4%>
<SetWinRect 1920 0 640 512>
<SendWinM %5%>
<SetWinRect 1920 512 640 512>
//-----------------------------------------------------------
// DEFINE MAIL LABELS FOR SENDING KEY STROKES.
//-----------------------------------------------------------
<Label w1 Local SendWinM WoW1>
<Label w2 Local SendWinM WoW2>
<Label w3 Local SendWinM WoW3>
<Label w4 Local SendWinM WoW4>
<Label w5 Local SendWinM WoW5>
//----------------------------------------------------------------
//Window Switching
//----------------------------------------------------------------
<Hotkey F1>
<ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>
<Hotkey F2>
<ResizeAndPosition WoW2 WoW1 WoW3 WoW4 WoW5>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>
<Hotkey F3>
<ResizeAndPosition WoW3 WoW2 WoW1 WoW4 WoW5>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>
<Hotkey F4>
<ResizeAndPosition WoW4 WoW2 WoW3 WoW1 WoW5>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>
<Hotkey F5>
<ResizeAndPosition WoW5 WoW2 WoW3 WoW4 WoW1>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>
//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<KeyList MyList A-Z, 3-9, F1-F12, except W, A, S, D>
<Hotkey ScrollLockOn MyList except F1-F5; ScrollLockOn Alt MyList; ScrollLockOn shift MyList; ScrollLockOn ctrl MyList except r>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>
//-----------------------------------------------------------
// DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
// ADD MORE KEYS IF YOU WANT.
//-----------------------------------------------------------
<MovementHotkey ScrollLockOn space, up, down, left, right, delete>
<SendLabel w1, w2, w3, w4, w5>
<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, w3, w4, w5>
<ClickMouse %TriggerMainKey%>
<command main1>
<SendPC Local>
<SendwinM wow1>
<Key %all%>
<command assist1>
<SendPC Local>
<SendWinM wow2>
<Key ctrl shift %1%>
<SendWinM wow3>
<Key ctrl shift %1%>
<SendWinM wow4>
<Key ctrl shift %1%>
<SendWinM wow5>
<Key ctrl shift %1%>
<command main2>
<SendPC Local>
<SendWin wow2>
<Key %all%>
<command assist2>
<SendPC Local>
<SendWin wow1>
<Key ctrl alt %1%>
<SendWinM wow3>
<Key ctrl alt %1%>
<SendWinM wow4>
<Key ctrl alt %1%>
<SendWinM wow5>
<Key ctrl alt %1%>
<command main3>
<SendPC Local>
<SendWin wow3>
<Key %all%>
<command assist3>
<SendWin wow1>
<Key alt shift %1%>
<SendWin wow2>
<Key alt shift %1%>
<SendWinM wow4>
<Key alt shift %1%>
<SendWinM wow5>
<Key alt shift %1%>
<command main4>
<SendPC Local>
<SendWin wow4>
<Key %all%>
<command assist4>
<SendWin wow1>
<Key ctrl alt shift %2%>
<SendWin wow2>
<Key ctrl alt shift %2%>
<SendWinM wow3>
<Key ctrl alt shift %2%>
<SendWinM wow5>
<Key ctrl alt shift %2%>
<command main5>
<SendPC Local>
<SendWin wow5>
<Key %all%>
<command assist5>
<SendPC Local>
<SendWin wow1>
<Key ctrl %2%>
<SendWin wow2>
<Key ctrl %2%>
<SendWinM wow3>
<Key ctrl %2%>
<SendWinM wow4>
<Key ctrl %2%>
In wow follow macro - Not working dragged to toolbar and clicked nothing.
Code:
/stopmacro [nomod]/tar
[mod:ctrl,mod:shift,nomod:alt,target=omegasupreme][mod:alt,mod:shift,nomod:ctrl,target=ironhide][mod:ctrl,mod:alt,mod:shift,target=wheeljack][mod:ctrl,target=ratchet]
/follow
/targetlasttarget
Jamba settings


Jamba Macro text:
Code:
/stopmacro [nomod]
/tar [mod:ctrl,mod:shift,nomod:alt,target=omegasupreme][mod:ctrl,mod:alt,nomod:shift,target=bumblebee][mod:alt,mod:shift,nomod:ctrl,target=ironhide][mod:ctrl,mod:alt,mod:shift,target=wheeljack][mod:ctrl,target=ratchet]
/f
/targetlasttarget
HNK shows P is being passed:
Code:
From this pc: <SendWinM WoW1><Key Ctrl C><SendWinM WoW2><Key Ctrl C><SendWinM WoW3><Key Ctrl C><SendWinM WoW4><Key Ctrl C><SendWinM WoW5><Key Ctrl C><SendWinM WoW1> completed: Window found. Target set to 0x80524 "WoW1"
<Key Ctrl C> completed
<SendWinM WoW2> completed: Window found. Target set to 0x1C052A "WoW2"
<Key Ctrl C> completed
<SendWinM WoW3> completed: Window found. Target set to 0x230198 "WoW3"
<Key Ctrl C> completed
<SendWinM WoW4> completed: Window found. Target set to 0x350222 "WoW4"
<Key Ctrl C> completed
<SendWinM WoW5> completed: Window found. Target set to 0xA05E6 "WoW5"
<Key Ctrl C> completed
I have unbound p on all the accounts and no follow. Haven't even started on dps spells
Connect With Us