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

    Default [HKN] broadcasting issue

    So the other night i figured it out and i was doing some leveling and flying around questing etc.

    today, with nothing change. I open up HKN, load the same script i was using yesterday, load all the clients, and check mark turn on hotkeys, and hit ctrl R to rename all the windows accordingly.
    And its not broadcasting or even registering on WoW1 *master client* and I am at a loss here. any help? I even had it down pat collecting items after kills, and re mounting to fly with the oem3 button etc.

    ALSO is there a discord? the one link i found is broken and cant find another that maybe you all use? I ask cause be great to voice chat small things from time to time.
    Script im using


    //================================================== ==============
    // 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
    //================================================== ==============

    //-----------------------------------------------------------
    // PRESS CTRL R, CTRL R, CTRL T TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Ctrl R>
    <SendPC local>
    <RenameWin "World of Warcraft" WoW1>
    <SendPC local>
    <RenameWin "World of Warcraft" WoW2>
    <SendPC local>
    <RenameWin "World of Warcraft" WoW3>
    <SendPC local>
    <RenameWin "World of Warcraft" WoW4>

    <Hotkey ScrollLockOn Ctrl T>
    <SendPC local>
    <RenameWin WoW1 "World of Warcraft">
    <SendPC local>
    <RenameWin WoW2 "World of Warcraft">
    <SendPC local>
    <RenameWin WoW3 "World of Warcraft">
    <SendPC local>
    <RenameWin WoW4 "World of Warcraft">
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
    <SendPC %1%>
    <Run "F:\Blizzard Games\Blizzard Games\World of Warcraft\WoW.exe">
    <RenameTargetWin %2%>

    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME BOTH WOW'S.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
    <LaunchAndRename Local WoW1>
    <LaunchAndRename Local WoW2>
    <LaunchAndRename Local WoW3>
    <LaunchAndRename Local WoW4>

    //-----------------------------------------------------------
    // 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>

    //-----------------------------------------------------------
    // 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-7, Numpad0-Numpad9, Oem2, Tab, Esc, LShift, Enter, Backspace, Space, Button5, Plus, Minus, F1-F12 except W, A, S, D; ScrollLockOn Shift A-Z; ScrollLockOn Shift 0-9>
    <SendLabel w1, w2, w3, w4>
    <Key %Trigger%>

    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL FORMATIONS BINDS.
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn 8>
    <SendLabel w1>
    <Key F1>
    <SendLabel w2>
    <Key F1>
    <SendLabel w3>
    <Key F1>
    <SendLabel w4>
    <Key F1>
    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
    // ADD MORE KEYS IF YOU WANT.
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn W, A, S, D>
    <SendLabel w1, w2, w3, w4>
    <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>
    <ClickMouse %TriggerMainKey%>
    <RestoreMousePos>

  2. #2

    Default

    What is Hotkeynet telling you when you press a hotkey? Is it reporting it having been succesfully sent?

    If so, then I would assume you're running in to the hidden window problem that started a few years ago. Essentially for each game window WoW also open a hidden window with the same name and unless you deal with it, you might end up sending keystrokes to the hidden windows instead of your actual game windows. Atleast I see nothing in your script specifically set up to deal with this.

    There's plenty of threads where people have posted their solutions to it. I've not tested any of them so I can't say which way is optimal. For example here: https://www.dual-boxing.com/threads/...oW-Stress-Test someone (post #3) suggests just having more renaming lines.
    Last edited by Wubsie : 08-21-2019 at 07:05 AM

  3. #3

    Default

    Shoot i forgot to paste that in there, thank u Wubsie.

    Loading script C:\Users\Owner\Desktop\Hot Key Net\HotKeyWow4.txt.

    Finished loading hotkey file.
    No errors were found
    116 definitions were loaded
    1 key will be used as a modifier

    Installing mouse hook
    Hook installation succeeded

    Command line: AutoExec
    Unable to find command AutoExec

    Checking for a newer version of HotkeyNet.


    then when i try to broadcast, this is what comes up


    From this pc: <RenameWin "World of Warcraft" WoW1><RenameWin "World of Warcraft" WoW2><RenameWin "World of Warcraft" WoW3><RenameWin "World of Warcraft" WoW4>
    <RenameWin "World of Warcraft" WoW1> completed: Window found. Target set to 0x808FE "World of Warcraft". Window renamed "WoW1"
    <RenameWin "World of Warcraft" WoW2> completed: Window found. Target set to 0x20A40 "World of Warcraft". Window renamed "WoW2"
    <RenameWin "World of Warcraft" WoW3> completed: Window found. Target set to 0xA093C "World of Warcraft". Window renamed "WoW3"
    <RenameWin "World of Warcraft" WoW4> completed: Window found. Target set to 0x40A14 "World of Warcraft". Window renamed "WoW4"


    then when i try and broadcast say, 1 which is a main attack,cast sunfire, assist macro, this comes up


    From this pc: <SendWinM WoW1><Key 1><SendWinM WoW2><Key 1><SendWinM WoW3><Key 1><SendWinM WoW4><Key 1>
    <SendWinM WoW1> completed: Window found. Target set to 0x808FE "WoW1"
    <Key 1> completed
    <SendWinM WoW2> completed: Window found. Target set to 0x20A40 "WoW2"
    <Key 1> completed
    <SendWinM WoW3> completed: Window found. Target set to 0xA093C "WoW3"
    <Key 1> completed
    <SendWinM WoW4> completed: Window found. Target set to 0x40A14 "WoW4"
    <Key 1> completed
    Last edited by Joshuhwha : 08-21-2019 at 10:35 AM

  4. #4

    Default

    Quote Originally Posted by Wubsie View Post
    What is Hotkeynet telling you when you press a hotkey? Is it reporting it having been succesfully sent?

    If so, then I would assume you're running in to the hidden window problem that started a few years ago. Essentially for each game window WoW also open a hidden window with the same name and unless you deal with it, you might end up sending keystrokes to the hidden windows instead of your actual game windows. Atleast I see nothing in your script specifically set up to deal with this.

    There's plenty of threads where people have posted their solutions to it. I've not tested any of them so I can't say which way is optimal. For example here: https://www.dual-boxing.com/threads/...oW-Stress-Test someone (post #3) suggests just having more renaming lines.
    Thanks soooo much!!! u were dead on with the solve! Now tho they are now actually "following me" but moving with wsda as i press them, LOL *EDIT* fixt. i deleted

    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
    // ADD MORE KEYS IF YOU WANT.
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn W, A, S, D>
    <SendLabel w1, w2, w3, w4>
    <Key %Trigger%>
    Last edited by Joshuhwha : 08-21-2019 at 10:54 AM

Posting Rules

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