Close
Showing results 1 to 10 of 15

Hybrid View

  1. #1

    Default

    oh I think I know, wow has an extra weird useless window now that takes the input instead of the right one, so you need something like this

    Code:
    <Command Launch>
       <SendPC %1%>
          <Run "path_to_wow\WoW.exe">
          <Wait 1000>
          <RenameTargetWin wow%2%_hidden_dialog>
          <WaitForWin "World of Warcraft" 5000>
          <WaitForWinEnabled 5000>
    and use it to launch, or at least bind some key to do the rename of the first "World of Warcraft" window it would find, because the first one is the wrong one
    Last edited by Moorea : 07-05-2019 at 04:49 PM
    2,3,5 boxing wow with Wow Open Box and MAMA, give them a try!
    (was 8 Boxing Wow with HotKeyNet and ISBoxer)
    Was streaming on twitch.tv/MooreaTv

  2. #2

    Default

    Quote Originally Posted by Moorea View Post
    oh I think I know, wow has an extra weird useless window now that takes the input instead of the right one, so you need something like this

    Code:
    <Command Launch>
       <SendPC %1%>
          <Run "path_to_wow\WoW.exe">
          <Wait 1000>
          <RenameTargetWin wow%2%_hidden_dialog>
          <WaitForWin "World of Warcraft" 5000>
          <WaitForWinEnabled 5000>
    and use it to launch, or at least bind some key to do the rename of the first "World of Warcraft" window it would find, because the first one is the wrong one
    No luck, no errors. I've added my script below with the changes you suggested. I may have entered it wrong.


    Code:
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH A COPY OF WOW.
    //-----------------------------------------------------------
    <Command Launch>
       <SendPC %1%> 
          <Run "c:\Program Files\World of Warcraft\_retail_\WoW.exe">
          <Wait 1000>
          <RenameTargetWin wow%2%_hidden_dialog>
          <WaitForWin "World of Warcraft" 5000>
          <WaitForWinEnabled 5000>
    
    
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH BOTH WOW'S.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
        <Launch Local>
        <Launch IP_ADDRESS_2>
    
    
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES 
    //-----------------------------------------------------------
    <Label w1 Local SendWin "World of Warcraft">
    <Label w2 10.0.0.234 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%>
    I did find this article which is the exact same issue that I'm having. I tried his fix and no luck.

    Quote Originally Posted by HrLau View Post
    Hello fellow Multi-box'ers.
    I'm new to this forum, cuz I usually don't have any problems with HotKeyNet.
    My setup is 2 accounts on 2 computers (sometimes 3, when i borrow my sons account and laptop) and I have never had any issues getting the scripts to work, the way I intend.
    But since Patch 8.0.1, the Battle for Azeroth Prepatch, HotKeyNet dosen't work anymore.
    Does any1 else, using this program, experience the same issue or is it just on my system ?
    What I can tell, is when the programs are running on both machines, there is no errors and all keystrokes gets registred. Though, whenever a key is pressed on the server computer, the client computers "World of Warcraft"-window gets deselected and the desktop recieve the commands. And when i hit "Space"-key, the "World of Warcraft"-window just closes, without warning.
    I can for the life of God, not figure out wth is causing this.
    Any1 else ??

    Resolved.
    Found the thread where the same issue popped up with Patch 7.2.
    It seems 2 windows opens named "World of Warcraft" when you launch the game, where 1 of the windows are hidden, invisible or what ever.
    This especially seems to be supported by the fact that a renaming command needs to be executed twice, b4 the gaming window is renamed.
    I added this renaming command to my script:

    <Hotkey ScrollLockOn Ctrl R>
    <SendPC local>
    <RenameWin "World of Warcraft" WoW1>
    <RenameWin "World of Warcraft" WoWa>
    <SendPC "PC 2 IP address">
    <RenameWin "World of Warcraft" WoW2>
    <RenameWin "World of Warcraft" WoWb>

    This way the hidden windows get named WoW1 on Server PC and WoW2 on the Client PC.
    The gaming windows are renamed Wowa on Server PC and WoWb on Client PC. I didnt bother renaming them again, it's
    not needed, I just send the keystrokes to WoWa and WoWb. It works again.
    Thanks to muldorante for identifying the core issue.
    I can see the renamed window on my server desktop but not the other laptop. HKN does have an error with this script. The IP address is correct and the 2 open HKN are connected. It's weird that in the error it sending to an IP address?? that doesn't exist anywhere in my script.


    ERROR MESSAGE
    sending to 110.100.87.105
    Cannot send to 110.100.87.105: either the IP address is wrong or the two copies of HotkeyNet are not connected.
    <RenameWin "World of Warcraft" WoW1> failed: Could not find window "World of Warcraft"
    <RenameWin "World of Warcraft" WoWa> failed: Could not find window "World of Warcraft"
    Last edited by MiRai : 07-05-2019 at 07:02 PM Reason: Merged

Posting Rules

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