1. Hotkeynet, wrong configuration?

    First, I want apologize for adding such a repeated theme.

    I've been looking for information about this for some time, So I wondered if you, dear users, Maybe you can help me with this problem.

    I use windows 10 and Thats the script i have:
    Spoiler: Show
    //================================================== ==============
    // SAMPLE SCRIPT FOR TWO 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 147 or higher.
    //
    // For more info, go to www.hotkeynet.com
    //================================================== ==============

    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES
    //-----------------------------------------------------------
    <Label w1 Local SendWinM WoW1>
    <Label w2 Local SendWinM WoW2>

    //-----------------------------------------------------------
    // 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, F2-F12, Numpad0-Numpad9 except W, A, S, D, Q, E>
    <SendLabel w1, 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>
    <SendLabel w1, w2>
    <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>
    <ClickMouse %TriggerMainKey%>

    //----------------------------------------------------------------
    // RENAME WINDOWS AND REMOVE BORDERS
    //----------------------------------------------------------------
    <Hotkey Ctrl R>
    <RenameWin World WoW1>
    <RemoveWinFrame>
    <RenameWin World WoW2>
    <RemoveWinFrame>

    //Command to Launch a copy of WoW on the local PC
    <Command LaunchAndRename>
    <SendPC local>
    <Run %1%>
    <RenameTargetWin %2%>
    <RemoveWinFrame>

    //----------------------------------------------------------------
    // SET PIP CONFIGURATION
    // Usage: <SetPip BigWindowName LittleWindowName>
    // This command is called by <Hotkey F1> which is defined below.
    //----------------------------------------------------------------
    <Command SetPip>
    <TargetWin %2%>
    <SetWinRect 1200 700 320 200>
    <TargetWin %1%>
    <SetWinRect 0 0 1680 1050>
    <TargetWin %2%>
    <SetForegroundWin>
    <UpdateWin>
    <TargetWin %1%>
    <SetWinRegion 1200 700 320 200>
    <SetForegroundWin>

    //launching WoWs
    <Hotkey Ctrl alt R>
    <LaunchAndRename "J:\Wrath of the Lich King 3.3.5a\wow.exe" WoW1>
    <LaunchAndRename "J:\Wrath of the Lich King 3.3.5a\wow.exe" WoW2>
    <SetPip WoW1 WoW2>
    //----------------------------------------------------------------
    // TOGGLE PIP CONFIG WITH HOTKEY
    //----------------------------------------------------------------
    <Hotkey F1>
    <Toggle>
    <SetPip WoW1 WoW2>
    <Toggle>
    <SetPip WoW2 WoW1>

    //================================================== ==============
    // END OF FILE
    //================================================== ==============




    Everything from the beginning is going well, The problem happens when for example: I attack an enemy, I make the attack with wow 1 But wow 2 does not repeat anything....

    Possible error of configuration?
    Thank you for your attention.

  2. The problem has been solved, On the keyboard there is a button called: ScrollLockOn (in spanish: "Bloq despl")

    if you have the same problem, just press that button, if you don't have that button in your keyboard, just open the virtual keyboard of you computer and press after prepare the wow and program, that's all.

Posting Permissions

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