First of all, let me show my appriciation for forums like these and the people who contribute!
I'v been trying to read up on and converting into FTL from a basic focus setup, I always ended up with the slave facing my own char which becomes increasingly annoying. Right now I'm just trying to set up a dual box with two chars, and if that goes well work in a third char. The idea is to alternate, having two chars do dungeons, and having a maxlevel boost the other two. So I'm looking for something with 2 setup which can easily be increased to three.
I want to use HKN + jamba + SuperDuperMacro. So helpers using any of these are welcome and can be incorperated. And the chars I will run is either 2 priests or a boomkin/elemental combo
I got the startup and resizing of my windows setup as I want. I haven't had any luck setting it up so it identifies which window is the active one, allowing me to swap between chars.
The main issue here I believe is that If I broadcast AWSD to the slave while I'm on the master it just runs all over the place. But I want that char to identify my AWSD if I swap to that chars window.
So w/o all the fancy extras how would I go by setting this up? Two chars, seemless window swaps. where the master moves using AWSD.
This is the script I have so far is:
//---------------------------------------------------------------
//DEFINE HOTKEY FOR DISABLING HOTKEYS
//----------------------------------------------------------------
<hotkey pause>
<sendpc local>
<ToggleHotkeys>
//-----------------------------------------------------------
// SUBROUTINE TO Position Windows for 3 boxing.
//-----------------------------------------------------------
<Command ResizeAndPosition>
<SendPC Local>
<SendWinM %1%>
<SetWinRect 0 0 1280 1024>
<SendWinM %2%>
<SetWinRect 1280 0 640 512>
<SendWinM %3%>
<SetWinRect 1280 512 640 512>
//----------------------------------------------------------------
//Window Switching
//----------------------------------------------------------------
<Hotkey F1>
<ResizeAndPosition WoW1 WoW2 WoW3>
<Hotkey F2>
<ResizeAndPosition WoW2 WoW1 WoW3>
<Hotkey F3>
<ResizeAndPosition WoW3 WoW2 WoW1>
//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run %2%>
<RenameTargetWin %3%>
<RemoveWinFrame>
<SetAffinity %4%>
//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS while 3 boxing
// Please configure the Path and processor afinitys correctly
//-----------------------------------------------------------
<Hotkey Alt Ctrl L>
<LaunchAndRename Local "C:\World of Warcraft\wow.exe" WoW1 1>
<LaunchAndRename Local "C:\World of Warcraft\wow.exe" WoW2 1>
<LaunchAndRename Local "C:\World of Warcraft\wow.exe" WoW3 2>
<ResizeAndPosition WoW1 WoW2 WoW3>
I so appriciate any help I can get
Cheers
Connect With Us