-
FTL setup questions
Hello everyone,
I am new to the world of multiboxing and I have no skill comprehension in code whatsoever, so please bear with me. 
I am currently mbing 5 shamans and am having a blast. After few days of trials and errors, I have finally figure out how to customize the basics of HKN: launch wow, resize/reposition, pip, etc...
I first started using a focus based system, but every time my leader died. It was pretty much over for my little group. It was really painful to watch. I did some reading and got interested in the HKN FTL setup. Truth be told, I was reluctant to really give it a try. The code I saw in all those threads was overwhelming.
I first started with olipcs guide at that thread http://www.dual-boxing.com/showthrea...net+ftl&page=2 But couldn't get anything working properly.
I then tried Anemo setup at http://www.dual-boxing.com/showthrea...ighlight=anemo with the same results.
After MANY hours of testing, I somehow managed to get something "working as intented", taking ideas from both great posters. Thank you guys.
My current setup is 1, 2, 3 keys setup in HKN / Wow macros like olipcs suggested and I took the No hidden key version HKN code from Anemo.
1 key is follow, 2 key is assist, 3 key is LB and calls key 2 through /click ActionButton2. Do I need to setup all my other spells Earth/Flame Shock, healing spells with the same setup or is there a more efficient way to go?
I tried the get the 1 button DPS shaman macro, but still having figure out how to make it work properly.
Anyways, could any please have a quick look at my HKN setup and wow macros and give me suggestion for improvements? I am hoping that I haven't added too much junk in there... 
WOW macros
Follow (key 1)
/stopmacro [nomod]
/target [mod:ctrl,mod:shift,nomod:alt]ToonA;[mod:ctrl,mod:alt,nomod:shift]ToonB;[mod:alt,mod:shift,nomod:ctrl]ToonC;[mod:ctrl,mod:alt,mod:shift]ToonD;[mod:ctrl,nomod:alt,nomod:shift]ToonE
/follow
/targetlasttarget
Assist (key 2)
/stopmacro [nomod]
/assist [mod:ctrl,mod:shift,nomod:alt]ToonA;[mod:ctrl,mod:alt,nomod:shift]ToonB;[mod:alt,mod:shift,nomod:ctrl]ToonC;[mod:ctrl,mod:alt,mod:shift]ToonD;[mod:ctrl,nomod:alt,nomod:shift]ToonE
DPS (key 3)
/click ActionButton2
#showtooltip
/cast Lightning Bolt
/targetlasttarget
HKN setup
//-----------------------------------------------------------
// 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>
//-----------------------------------------------------------
// 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, 4-9, Enter, Tab, Oem4, Space, Comma, Oem6 except W, A, S, D, Q, E>
<Hotkey MyList; Shift MyList; Alt MyList; Ctrl MyList>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>
<MovementHotkey up, down, left, right>
<SendLabel w1, w2, w3, w4, w5>
<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, w3, w4, w5>
<ClickMouse %TriggerMainKey%>
//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run %2%>
<RenameTargetWin %3%>
<RemoveWinFrame>
//-----------------------------------------------------------
// SUBROUTINE TO Position Windows for 5 boxing.
// You need to configure the positions as you like
//-----------------------------------------------------------
<Command ResizeAndPosition>
<SendPC Local>
<SendWinM %1%>
<SetWinRect 0 0 1920 1040>
<SendWinM %2%>
<SetWinRect 1920 0 640 512>
<SendWinM %3%>
<SetWinRect 1920 512 640 512>
<SendWinM %4%>
<SetWinRect 2560 0 640 512>
<SendWinM %5%>
<SetWinRect 2560 512 640 512>
//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS while 5 boxing
// Please configure the path correctly
//-----------------------------------------------------------
<Hotkey Alt Ctrl L>
<LaunchAndRename Local "C:\Users\Public\Games\World of Warcraft\wow.exe" WoW1>
<LaunchAndRename Local "D:\World of Warcraft1\WoW1.exe" WoW2>
<LaunchAndRename Local "D:\World of Warcraft1\WoW1.exe" WoW3>
<LaunchAndRename Local "D:\World of Warcraft1\WoW1.exe" WoW4>
<LaunchAndRename Local "D:\World of Warcraft1\WoW1.exe" WoW5>
<ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>
//----------------------------------------------------------------
//Window Switching
//----------------------------------------------------------------
<Hotkey F1>
<ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>
<Hotkey F2>
<ResizeAndPosition WoW2 WoW1 WoW3 WoW4 WoW5>
<Hotkey F3>
<ResizeAndPosition WoW3 WoW2 WoW1 WoW4 WoW5>
<Hotkey F4>
<ResizeAndPosition WoW4 WoW2 WoW3 WoW1 WoW5>
<Hotkey F5>
<ResizeAndPosition WoW5 WoW2 WoW3 WoW4 WoW1>
///////////////////////////////////////////////////////
<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%>
///////////////////////////////////////////////////////
//FOLLOW
///////////////////////////////////////////////////////
<Hotkey 1>
<If ActiveWinIs WoW1> <Main1 %trigger%><Assist1 1>
<Else If ActiveWinIs WoW2> <Main2 %trigger%><Assist2 1>
<Else If ActiveWinIs WoW3> <Main3 %trigger%><Assist3 1>
<Else If ActiveWinIs WoW4> <Main4 %trigger%><Assist4 1>
<Else If ActiveWinIs WoW5> <Main5 %trigger%><Assist5 1>
///////////////////////////////////////////////////////
//ASSIST
///////////////////////////////////////////////////////
<Hotkey 2>
<If ActiveWinIs WoW1> <Main1 %trigger%><Assist1 2>
<Else If ActiveWinIs WoW2> <Main2 %trigger%><Assist2 2>
<Else If ActiveWinIs WoW3> <Main3 %trigger%><Assist3 2>
<Else If ActiveWinIs WoW4> <Main4 %trigger%><Assist4 2>
<Else If ActiveWinIs WoW5> <Main5 %trigger%><Assist5 2>
///////////////////////////////////////////////////////
///////////////////////////////////////////////////////
//DPS
///////////////////////////////////////////////////////
<Hotkey 3>
<If ActiveWinIs WoW1> <Main1 %trigger%><Assist1 3>
<Else If ActiveWinIs WoW2> <Main2 %trigger%><Assist2 3>
<Else If ActiveWinIs WoW3> <Main3 %trigger%><Assist3 3>
<Else If ActiveWinIs WoW4> <Main4 %trigger%><Assist4 3>
<Else If ActiveWinIs WoW5> <Main5 %trigger%><Assist5 3>
///////////////////////////////////////////////////////
Thank you for reading!
Posting Rules
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Connect With Us