Close
Showing results 1 to 10 of 10
  1. #1

    Default total noob to boxing, RAF, HKN script, accounts/folder management

    Ok so I'm new to this just last week. I set up a druid and priest, got to level 5 with just two simple macros and the started "two on one" HKN script. I had fun with that, but I really want to try 5 boxing. I think my machine can handle it with the slaves on lower settings. i5 760, GTX 460, 4gb ram.

    So what I want to do is have the script open and resize the just the 4 slaves(to my 2nd monitor). I made a new folder for the slaves to save the lower settings (think thats the best way to do that). I re-wrote the beginner 4 man script from HKN to have 5. It will launch 5 WoW's. but, but.

    The script will not re-size any of my slave windows, the main one seems to get the re-size. It does take the windows frame off, that is working.

    Also WoW gives me an error saying It can't load 3D acceleration cause Direct x9.0 something something. If I go into the slave file and open one wow.exe it doesn't give me that error.

    Code:
    //================================================================
    // SAMPLE SCRIPT FOR FOUR 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 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 %2%>
    <RenameTargetWin %3%>
    <RemoveWinFrame>
    
    
    //------------
    // 	HOTKEY TO LAUNCH AND RENAME 
    //-------------
    
    <Hotkey ScrollLockOn Alt Ctrl L>
    
    		<if WinDoesNotExist WoW1>
    			<LaunchAndRename Local "c:\Program Files (x86)\World of Warcraft\WoW.exe" WoW1>
    	<endif>
    		<if WinDoesNotExist WoW2>
    			<LaunchAndRename Local "c:\Program Files (x86)\World of Warcraft slave\Wow.exe" WoW2>
    	<endif>
    		<if WinDoesNotExist WoW3>
    			<LaunchAndRename Local "c:\Program Files (x86)\World of Warcraft slave\Wow.exe" WoW3>
    	<endif>
    		<if WinDoesNotExist WoW4>
    			<LaunchAndRename Local "c:\Program Files (x86)\World of Warcraft slave\Wow.exe" WoW4>
    	<endif>
    		<if WinDoesNotExist WoW5>
    			<LaunchAndRename Local "c:\Program Files (x86)\World of Warcraft slave\Wow.exe" WoW5>
    	<endif>
    
    <ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>
    
    
    
    //----------
    // 	SUBROUTINE TO Position Windows for 5 boxing.
    //-------------
    <Command ResizeAndPosition>
    	<SendPC Local>
    		<SendWinM %1%>
    			<SetWinRect 0 0 1920 1080>              
    		<SendWinM %2%>
    			<SetWinRect 1920 0 512 384>  
    		<SendWinM %3%>
    			<SetWinRect 1920 512 512 384>
    		<SendWinM %4%>
    			<SetWinRect 2424 0 512 384>
    		<SendWinM %5%>
    			<SetWinRect 2424 512 512 384>
    
    
    
    //-----------------------------------------------------------
    // 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 BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT. 
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 >
    <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 up, down, left, right>
    <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%>

    Obviously I'm missing something in the script to point the the windows that need to be re-sized or something thing, I'm just now sure what I'm missing.

    I also have some unanswered questions about RAF, and all of that. but well wait to see if can even launch 5 WoW's.

  2. #2

    Default

    Code:
    Loading script C:\Users\Seth\Desktop\Hotkeynet\wowkeysfive.txt.
    
    Line 60 in C:\Users\Seth\Desktop\Hotkeynet\wowkeysfive.txt:  <ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>
    	Unknown keyword: "ResizeAndPosition."  Hint: If "ResizeAndPosition" is a user-defined command, declare it first with <Command ResizeAndPosition>.
    
    Finished loading hotkey file.
    	1 error was found
    	67 definitions were loaded
    	1 key will be used as a modifier
    
    Command line: AutoExec
    	Unable to find command AutoExec
    
    Installing mouse hook
    	Hook installation succeeded
    
    From this pc: <LaunchAndRename Local "c:\Program Files (x86)\World of Warcraft\WoW.exe" WoW1>
    
    From this pc: <Run "c:\Program Files (x86)\World of Warcraft\WoW.exe"><RenameTargetWin WoW1><RemoveWinFrame>
    
    From this pc: <LaunchAndRename Local "c:\Program Files (x86)\World of Warcraft slave\Wow.exe" WoW2>
    
    From this pc: <LaunchAndRename Local "c:\Program Files (x86)\World of Warcraft slave\Wow.exe" WoW3>
    
    From this pc: <LaunchAndRename Local "c:\Program Files (x86)\World of Warcraft slave\Wow.exe" WoW4>
    
    From this pc: <LaunchAndRename Local "c:\Program Files (x86)\World of Warcraft slave\Wow.exe" WoW5>
    <Run "c:\Program Files (x86)\World of Warcraft\WoW.exe"> completed: Window found. Target set to 0x5049C "World of Warcraft"
    <RenameTargetWin WoW1> completed: Window renamed to "WoW1"
    <RemoveWinFrame> completed
    
    From this pc: <Run "c:\Program Files (x86)\World of Warcraft slave\Wow.exe"><RenameTargetWin WoW2><RemoveWinFrame>
    <Run "c:\Program Files (x86)\World of Warcraft slave\Wow.exe"> completed: Window found. Target set to 0x130422 "World of Warcraft"
    <RenameTargetWin WoW2> completed: Window renamed to "WoW2"
    <RemoveWinFrame> completed
    
    From this pc: <Run "c:\Program Files (x86)\World of Warcraft slave\Wow.exe"><RenameTargetWin WoW3><RemoveWinFrame>
    <Run "c:\Program Files (x86)\World of Warcraft slave\Wow.exe"> completed: Window found. Target set to 0x1000B6 "World of Warcraft"
    <RenameTargetWin WoW3> completed: Window renamed to "WoW3"
    <RemoveWinFrame> completed
    
    From this pc: <Run "c:\Program Files (x86)\World of Warcraft slave\Wow.exe"><RenameTargetWin WoW4><RemoveWinFrame>
    <Run "c:\Program Files (x86)\World of Warcraft slave\Wow.exe"> completed: Window found. Target set to 0x170434 "World of Warcraft"
    <RenameTargetWin WoW4> completed: Window renamed to "WoW4"
    <RemoveWinFrame> completed
    
    From this pc: <Run "c:\Program Files (x86)\World of Warcraft slave\Wow.exe"><RenameTargetWin WoW5><RemoveWinFrame>
    <Run "c:\Program Files (x86)\World of Warcraft slave\Wow.exe"> completed: Window found. Target set to 0xD03A2 "World of Warcraft"
    <RenameTargetWin WoW5> completed: Window renamed to "WoW5"
    <RemoveWinFrame> completed
    
    From this pc: <SendWinM WoW1><Key T><SendWinM WoW2><Key T><SendWinM WoW3><Key T><SendWinM WoW4><Key T><SendWinM WoW5><Key T>
    <SendWinM WoW1> failed: Could not find window "WoW1"
    <Key T> failed: no window is targeted
    <SendWinM WoW2> completed: Window found. Target set to 0x130422 "WoW2"
    <Key T> completed
    <SendWinM WoW3> failed: Could not find window "WoW3"
    <Key T> failed: no window is targeted
    <SendWinM WoW4> failed: Could not find window "WoW4"
    <Key T> failed: no window is targeted
    <SendWinM WoW5> completed: Window found. Target set to 0xD03A2 "WoW5"
    <Key T> completed
    
    From this pc: <SendWinM WoW1><Key L><SendWinM WoW2><Key L><SendWinM WoW3><Key L><SendWinM WoW4><Key L><SendWinM WoW5><Key L>
    <SendWinM WoW1> failed: Could not find window "WoW1"
    <Key L> failed: no window is targeted
    <SendWinM WoW2> completed: Window found. Target set to 0x130422 "WoW2"
    <Key L> completed
    <SendWinM WoW3> failed: Could not find window "WoW3"
    <Key L> failed: no window is targeted
    <SendWinM WoW4> failed: Could not find window "WoW4"
    <Key L> failed: no window is targeted
    <SendWinM WoW5> completed: Window found. Target set to 0xD03A2 "WoW5"
    <Key L> completed
    
    From this pc: <SendWinM WoW1><Key O><SendWinM WoW2><Key O><SendWinM WoW3><Key O><SendWinM WoW4><Key O><SendWinM WoW5><Key O>
    <SendWinM WoW1> failed: Could not find window "WoW1"
    <Key O> failed: no window is targeted
    <SendWinM WoW2> completed: Window found. Target set to 0x130422 "WoW2"
    <Key O> completed
    <SendWinM WoW3> failed: Could not find window "WoW3"
    <Key O> failed: no window is targeted
    <SendWinM WoW4> failed: Could not find window "WoW4"
    <Key O> failed: no window is targeted
    <SendWinM WoW5> completed: Window found. Target set to 0xD03A2 "WoW5"
    <Key O> completed
    
    From this pc: <SendWinM WoW1><Key A><SendWinM WoW2><Key A><SendWinM WoW3><Key A><SendWinM WoW4><Key A><SendWinM WoW5><Key A>
    <SendWinM WoW1> failed: Could not find window "WoW1"
    <Key A> failed: no window is targeted
    <SendWinM WoW2> completed: Window found. Target set to 0x130422 "WoW2"
    <Key A> completed
    <SendWinM WoW3> failed: Could not find window "WoW3"
    <Key A> failed: no window is targeted
    <SendWinM WoW4> failed: Could not find window "WoW4"
    <Key A> failed: no window is targeted
    <SendWinM WoW5> completed: Window found. Target set to 0xD03A2 "WoW5"

  3. #3

    Default

    Ok I actually read the HKN window this time and I see that Its telling me what to do. So I moved the "subroutine to position windows for 5 boxing" up above the "hot key to launch and rename" and that sorta worked.

    All 5 instances of wow launched, 4th on got was resized but in the wrong position, and had the error code telling me to update direct x9 and my video drivers. well try that I guess.

  4. #4

    Default

    Quote Originally Posted by Rustyspade View Post
    Ok I actually read the HKN window this time and I see that Its telling me what to do.
    Good for you. It never ceases to amaze me that people ignore error messages. It never occurs to them that error messages were written by the programmer to give them information. Ever error message that HotkeyNet shows you was written by me personally, exactly like I'm writing this post now.

    All 5 instances of wow launched, 4th on got was resized but in the wrong position, and had the error code telling me to update direct x9 and my video drivers. well try that I guess.
    Make sure all your WoWs are set inside the game to run in windowed mode, not full screen mode.

    The position is whatever numbers you wrote in your script. If you want a different position, change the numbers.

    I assume the error code is a WoW error message. That has nothing to do with HotkeyNet, so I probably can't help with it.
    �Author of HotkeyNet and Mojo

  5. #5

    Default

    Thanks for looking. I updated my graphics drivers. All 5 launched but still not resized. Will check to see if all wow's are set to windowed when I get home. Can I use widowed (fullscreen) or only windowed?

  6. #6

    Default

    You only need to use windowed. The script should resize the windows based on the dimensions in the script itself.
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

  7. #7

    Default

    Quote Originally Posted by Rustyspade View Post
    Can I use widowed (fullscreen) or only windowed?
    Fullscreen and windowed are opposites. It's one or the other. If you want to resize or move the game, it must be in windowed mode.

    Why? Because when you resize or move the game, you are resizing and moving its window.

    You can't resize or move the full screen, because the full screen is alwys the size of the LCD (the plastic thing on your desk).
    Last edited by Freddie : 08-09-2011 at 02:42 AM
    �Author of HotkeyNet and Mojo

  8. #8

    Default

    Definitely use just windowed mode. Only one application can have "fullscreen" acceleration privileges hence the dx9 error. You might experience some problems renaming game clients and removing window borders all at once if you are not using an administrator account. I think adding a wait for 5000ms in between launches works if you are having that problem. Here is my script if it helps:
    Code:
    //================================================================
    //
    // SCRIPT FOR FIVE WOW'S ON ONE PC
    //
    //================================================================
    
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
      <SendPC %1%>
      <Run %2%>
      <RenameTargetWin %3%>
      <RemoveWinFrame>
    
    //-----------------------------------------------------------
    // SUBROUTINE TO Position Windows for five boxing.
    //-----------------------------------------------------------
    <Command ResizeAndPosition>
        <SendPC Local>
        <SendWinM %1%>
        <SetWinRect 0 0 1920 1080>
        <SendWinM %2%>
        <SetWinRect 1920 0 960 540>
        <SendWinM %3%>
        <SetWinRect 2880 0 960 540>
        <SendWinM %4%>
        <SetWinRect 1920 540 960 540>
        <SendWinM %5%>
        <SetWinRect 2880 540 960 540>
    
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME FIVE WOW'S.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
        <LaunchAndRename Local "C:\Users\Public\Games\World of Warcraft 1\Wow.exe" WoW1>
        <LaunchAndRename Local "C:\Users\Public\Games\World of Warcraft 2\Wow.exe" WoW2>
        <LaunchAndRename Local "C:\Users\Public\Games\World of Warcraft 3\Wow.exe" WoW3>
        <LaunchAndRename Local "C:\Users\Public\Games\World of Warcraft 4\Wow.exe" WoW4>
        <LaunchAndRename Local "C:\Users\Public\Games\World of Warcraft 5\Wow.exe" WoW5>
        <ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>
    
    //-----------------------------------------------------------
    // 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>
    
    //-----------------------------------------------------------
    // Main hotkey that handles most utility buttons.
    // Duplicated to send Ctrl, Alt, Shift as well.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn A-Z, Oem3, Minus, Plus, F1-F12, Numpad6-Numpad9 except T, W, A, S, D, X, Q, E, F; ScrollLockOn Ctrl A-Z, Oem3, Minus, Plus except W, A, S, D, X, Q, E, F; ScrollLockOn Alt A-Z, Oem3, 0-9, Minus, Plus except W, A, S, D, X, Q, E, F; ScrollLockOn Shift A-Z, 0-9, Oem3, Minus, Plus except W, A, S, D, X, Q, E, F>
    <SendLabel w1, w2, w3, w4, w5>
    <Key %Trigger%>
    
    
    //-----------------------------------------------------------
    // Hotkey that presses an assist macro along with the main
    // actionbar keypress to make slaves target the master's
    // target. Also has interact with target (bound to T) with
    // an assist for easy NPC interaction. The master does
    // not assist itself as it makes it hard to switch
    // targets while pressing these keys
    //-----------------------------------------------------------
    <HotKey ScrollLockOn 0, 2, 3, 5-9, T>
    <If ActiveWinIs WoW1>
        <SendLabel w2, w3, w4, w5>
        <Key Ctrl 1>
        <Key %Trigger%>
        <SendLabel w1>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW2>
        <SendLabel w1, w3, w4, w5>
        <Key Ctrl 2>
        <Key %Trigger%>
        <SendLabel w2>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW3>
        <SendLabel w1, w2, w4, w5>
        <Key Ctrl 3>
        <Key %Trigger%>
        <SendLabel w3>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW4>
        <SendLabel w1, w2, w3, w5>
        <Key Ctrl 4>
        <Key %Trigger%>
        <SendLabel w4>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW5>
        <SendLabel w1, w2, w3, w4>
        <Key Ctrl 5>
        <Key %Trigger%>
        <SendLabel w5>
        <Key %Trigger%>
    
    //-----------------------------------------------------------
    // Hotkey that toggles between Frost Nova's on each character
    // rather than all at once.
    //-----------------------------------------------------------
    <HotKey ScrollLockOn 1>
        <Toggle>
            <SendLabel w1>
            <Key 1>
        <Toggle>
            <SendLabel w2>
            <Key 1>
        <Toggle>
            <SendLabel w3>
            <Key 1>
        <Toggle>
            <SendLabel w4>
            <Key 1>
        <Toggle>
            <SendLabel w5>
            <Key 1>
    
    //-----------------------------------------------------------
    // Hotkey that toggles between Cone of Cold on each character
    // rather than all at once.
    //-----------------------------------------------------------
    <HotKey ScrollLockOn 4>
        <Toggle>
            <SendLabel w1>
            <Key 4>
        <Toggle>
            <SendLabel w2>
            <Key 4>
        <Toggle>
            <SendLabel w3>
            <Key 4>
        <Toggle>
            <SendLabel w4>
            <Key 4>
        <Toggle>
            <SendLabel w5>
            <Key 4>
    
    //-----------------------------------------------------------
    // Hotkeys for setting focus for polymorph
    //-----------------------------------------------------------
    <HotKey ScrollLockOn Numpad1>
    <If ActiveWinIs WoW1>
        <SendLabel w1>
        <Key Ctrl 1>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW2>
        <SendLabel w1>
        <Key Ctrl 2>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW3>
        <SendLabel w1>
        <Key Ctrl 3>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW4>
        <SendLabel w1>
        <Key Ctrl 4>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW5>
        <SendLabel w1>
        <Key Ctrl 5>
        <Key %Trigger%>
    
    <HotKey ScrollLockOn Numpad2>
    <If ActiveWinIs WoW1>
        <SendLabel w2>
        <Key Ctrl 1>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW2>
        <SendLabel w2>
        <Key Ctrl 2>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW3>
        <SendLabel w2>
        <Key Ctrl 3>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW4>
        <SendLabel w2>
        <Key Ctrl 4>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW5>
        <SendLabel w2>
        <Key Ctrl 5>
        <Key %Trigger%>
    
    <HotKey ScrollLockOn Numpad3>
    <If ActiveWinIs WoW1>
        <SendLabel w3>
        <Key Ctrl 1>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW2>
        <SendLabel w3>
        <Key Ctrl 2>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW3>
        <SendLabel w3>
        <Key Ctrl 3>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW4>
        <SendLabel w3>
        <Key Ctrl 4>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW5>
        <SendLabel w3>
        <Key Ctrl 5>
        <Key %Trigger%>
    
    <HotKey ScrollLockOn Numpad4>
    <If ActiveWinIs WoW1>
        <SendLabel w4>
        <Key Ctrl 1>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW2>
        <SendLabel w4>
        <Key Ctrl 2>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW3>
        <SendLabel w4>
        <Key Ctrl 3>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW4>
        <SendLabel w4>
        <Key Ctrl 4>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW5>
        <SendLabel w4>
        <Key Ctrl 5>
        <Key %Trigger%>
    
    <HotKey ScrollLockOn Numpad5>
    <If ActiveWinIs WoW1>
        <SendLabel w5>
        <Key Ctrl 1>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW2>
        <SendLabel w5>
        <Key Ctrl 2>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW3>
        <SendLabel w5>
        <Key Ctrl 3>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW4>
        <SendLabel w5>
        <Key Ctrl 4>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW5>
        <SendLabel w5>
        <Key Ctrl 5>
        <Key %Trigger%>
    
    //-----------------------------------------------------------
    // Hotkey that switches main window
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Ctrl F1>
        <ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>
    <Hotkey ScrollLockOn Ctrl F2>
        <ResizeAndPosition WoW2 WoW1 WoW3 WoW4 WoW5>
    <Hotkey ScrollLockOn Ctrl F3>
        <ResizeAndPosition WoW3 WoW2 WoW1 WoW4 WoW5>
    <Hotkey ScrollLockOn Ctrl F4>
        <ResizeAndPosition WoW4 WoW2 WoW3 WoW1 WoW5>
    <Hotkey ScrollLockOn Ctrl F5>
        <ResizeAndPosition WoW5 WoW2 WoW3 WoW4 WoW1>
    
    //-----------------------------------------------------------
    // Hotkey to have only slaves follow master. Mostly to
    // prevent spinning in circles when the master tries
    // to follow itself in a vehicle
    //-----------------------------------------------------------
    <HotKey ScrollLockOn F>
    <If ActiveWinIs WoW1>
        <SendLabel w2, w3, w4, w5>
        <Key Ctrl 6>
    <Else If ActiveWinIs WoW2>
        <SendLabel w1, w3, w4, w5>
        <Key Ctrl 7>
    <Else If ActiveWinIs WoW3>
        <SendLabel w1, w2, w4, w5>
        <Key Ctrl 8>
    <Else If ActiveWinIs WoW4>
        <SendLabel w1, w2, w3, w5>
        <Key Ctrl 9>
    <Else If ActiveWinIs WoW5>
        <SendLabel w1, w2, w3, w4>
        <Key Ctrl 0>
    
    //-----------------------------------------------------------
    // Hotkey for jumping and ascending/descending while flying
    //-----------------------------------------------------------
    <MovementHotKey ScrollLockOn Space, X>
    <SendLabel w1, w2, w3, w4, w5>
    <Key %Trigger%>
    
    //-----------------------------------------------------------
    // Hotkey to strafe/move slaves independently from master.
    // needs to be updated. not really needed without a tank
    //-----------------------------------------------------------
    <MovementHotKey ScrollLockOn up, down, left, right, Q, E>
    <If ActiveWinIs WoW1>
        <SendLabel w2, w3, w4, w5>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW2>
        <SendLabel w1, w3, w4, w5>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW3>
        <SendLabel w1, w2, w4, w5>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW4>
        <SendLabel w1, w2, w3, w5>
        <Key %Trigger%>
    <Else If ActiveWinIs WoW5>
        <SendLabel w1, w2, w3, w4>
        <Key %Trigger%>
    
    //-----------------------------------------------------------
    // Mouse broadcasting hotkeys
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Ctrl LButton>
        <SendLabel w5, w4, w3, w2, w1>
            <ClickMouse LButton>
    
    <Hotkey ScrollLockOn Ctrl RButton>
        <SendLabel w5, w4, w3, w2, w1>
            <ClickMouse RButton>

  9. #9

    Default

    I updated my graphics card drivers and set the slave files to windowed and all is good.

  10. #10

    Default

    Grats on getting it working.
    �Author of HotkeyNet and Mojo

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •