Close
Showing results 1 to 10 of 11

Hybrid View

  1. #1

    Default

    Not sure how to get that info for you. Task manger shows 2 Wow programs

    So I copied a sample script from the HKN site and added your changes again just in case I missed something. After the reload of the script it's not generating errors anymore. It's still not broadcasting though to the other machine. It also still kills the second computers wow game when I hit the space bar on the second computer.

    Maybe at this time I'm just not activating it correctly. I'm a little confused with how to trigger it. I used scroll lock previously and it working like a champ. Now the script is saying ctrlR.
    Is that CTRL +R then good or is it CTRL on the right side of the keyboard? Stupid I know


    I added the script that shows no errors but doesn't broadcast

    Code:
    //================================================================
    // SAMPLE SCRIPT FOR TWO WOW'S ON TWO PC'S
    // (one account on each machine)
    //
    // 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 
    //================================================================
    
    
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH A COPY OF WOW.
    //-----------------------------------------------------------
    <Command Launch>
       <SendPC %1%> 
          <Run "c:\Program Files\World of Warcraft\WoW.exe">
    
    
    //-----------------------------------------------------------
    // PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY 
    //-----------------------------------------------------------
    // Command version of the same function to rename all of the World of Warcraft Windows
    <Command RenameAllWindows>
    <SendPC local>
    <RenameWin "World of Warcraft" WoWa>
    <RenameWin "World of Warcraft" WoW1>
    <SendPC 10.0.0.141>
    <RenameWin "World of Warcraft" WoWb>
    <RenameWin "World of Warcraft" WoW2>
    
    
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES 
    //-----------------------------------------------------------
    <Label w1 Local SendWin "World of Warcraft">
    <Label w2 10.0.0.141 SendWin "World of Warcraft">
    
    
    //-----------------------------------------------------------
    // 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 except W, A, S, D, Q, E>
    <PassThrough> 
    <SendLabel w2>
    <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>
    <PassThrough> 
    <SendLabel w2>
    <Key %Trigger%> 
    
    
    //-----------------------------------------------------------
    // BROADCAST MOUSE CLICKS. REQUIRES ADJUSTMENT OF
    // CLICKMOUSE DELAYS ON SETTINGS PANEL. 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>
       <PassThrough> 
       <SendLabel w2> 
          <ClickMouse %TriggerMainKey%>
    Last edited by Relic : 09-13-2018 at 02:41 AM Reason: Formatting, figured out [CODE]

Posting Rules

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