Close
Showing results 1 to 10 of 15

Hybrid View

  1. #1

    Default

    usually wow is in C:\Program Files (x86)
    but my guess is your issue is you mentioned you want to launch wow yourself using bnet
    do try ScrollLockOn Alt Ctrl L to see if it does work that way, then you can figure out a way to trigger the "attach" (the rename)
    Last edited by MiRai : 07-05-2019 at 07:03 PM Reason: Formatting - Automatic Text Color
    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
    usually wow is in C:\Program Files (x86)
    but my guess is your issue is you mentioned you want to launch wow yourself using bnet
    do try ScrollLockOn Alt Ctrl L to see if it does work that way, then you can figure out a way to trigger the "attach" (the rename)
    No luck, my wow is in this path (C:\Program Files (x86)\World of Warcraft\_retail_\WOW.exe). I open wow through the executable within that folder to bypass the launcher.

    Current code
    Code:
    //-----------------------------------------------------------
    // 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>
    
    
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH A COPY OF WOW.
    //-----------------------------------------------------------
    <Command Launch>
       <SendPC %1%> 
          <Run "C:\Program Files (x86)\World of Warcraft\_retail_\WoW.exe">
          <Wait 1000>
          <RenameTargetWin wow%2%_hidden_dialog>
          <WaitForWin "World of Warcraft" 5000>
          <WaitForWinEnabled 5000>
    
    
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME BOTH WOW'S.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Ctrl R>    
        <SendPC local>
            <RenameWin "World of Warcraft" WoWb>
    	<RenameWin "World of Warcraft" WoW2>
    	<SendPC "10.0.0.234"> 
            <RenameWin "World of Warcraft" WoWa>
            <RenameWin "World of Warcraft" WoW1>
    
    
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES 
    //-----------------------------------------------------------
    <Label w1 Local SendWin WoW1>
    <Label w2 10.0.0.234 SendWin 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, 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%>

Posting Rules

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