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

    Default [WoW Classic] Sharing my Dual box script

    Here The script I will use to dual box a warrior assisted by a priest with DoT/wand + mouseover macro to heal group.


    Code:
    //-----------------------------------------------------------
    // PRESS ALT CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY 
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl R>
        <SendPC local>
        <RenameWin "World of Warcraft" WW1> 
            <RenameWin "World of Warcraft" WW2>
        <RenameWin "World of Warcraft" WoW1> 
            <RenameWin "World of Warcraft" WoW2> 
    
    
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
       <SendPC %1%> 
          <Run "F:\World of Warcraft\_classic_\Wow.exe">
            <RenameTargetWin %2%>
    
    
    //-----------------------------------------------------------
    // PRESS Alt Ctrl L TO LAUNCH AND RENAME BOTH WOW'S.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
        <LaunchAndRename Local WW1>
        <LaunchAndRename Local WW2>
        <LaunchAndRename Local WoW1>
        <LaunchAndRename Local WoW2>
    
    
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES 
    //-----------------------------------------------------------
    <Label w1 Local SendWinM WoW1>
    <Label w2 Local SendWinM WoW2>
    
    
    //--------------
    // HOTKEYS 
    //--------------
     <KeyList MyList F1-F12>
     <KeyList MyList2 F1-F12>
     <Hotkey ScrollLockOn MyList; ScrollLockOn Shift MyList2>
     <SendLabel w1, w2>
     <Key %Trigger%>
    
    
    //---------------
    // MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S. Using it to break follow.
    //---------------
    <KeyList MoveSet Oem7>
    <MovementHotkey ScrollLockOn MoveSet>
    <SendLabel w1, w2> 
    <Key %Trigger%>
    
    
    //-----------------------------------------------------------
    // BROADCAST MOUSE CLICKS.
    //-----------------------------------------------------------
    <UseKeyAsModifier Oem102>
    
    
    <Hotkey ScrollLockOn Oem102 LButton, MButton, RButton, Button4, Button5>
       <SendLabel w1, w2> 
          <ClickMouse %TriggerMainKey%>
    
    
    //-----------------------------------------------------------
    // BROADCAST F5-F12 for mouseover macros
    //-----------------------------------------------------------
    <Hotkey F5>
    <If MouseIsOverWindowRect WoW1 0 0 1920 1080>
            <SendLabel w2>
                    <Clickmouse Noclick>
                    <Key F5>
                    <RestoreMousePos>      
    
    
    <Hotkey F6>
    <If MouseIsOverWindowRect WoW1 0 0 1920 1080>
            <SendLabel w2>
                    <Clickmouse Noclick>
                    <Key F6>
                    <RestoreMousePos>      
    
    
    <Hotkey F7>
    <If MouseIsOverWindowRect WoW1 0 0 1920 1080>
            <SendLabel w2>
                    <Clickmouse Noclick>
                    <Key F7>
                    <RestoreMousePos>      
    
    
    <Hotkey F8>
    <If MouseIsOverWindowRect WoW1 0 0 1920 1080>
            <SendLabel w2>
                    <Clickmouse Noclick>
                    <Key F8>
                    <RestoreMousePos>      
    
    
    <Hotkey F9>
    <If MouseIsOverWindowRect WoW1 0 0 1920 1080>
            <SendLabel w2>
                    <Clickmouse Noclick>
                    <Key F9>
                    <RestoreMousePos>      
    
    
    <Hotkey F10>
    <If MouseIsOverWindowRect WoW1 0 0 1920 1080>
            <SendLabel w2>
                    <Clickmouse Noclick>
                    <Key F10>
                    <RestoreMousePos>      
    
    
    <Hotkey F11>
    <If MouseIsOverWindowRect WoW1 0 0 1920 1080>
            <SendLabel w2>
                    <Clickmouse Noclick>
                    <Key F11>
                    <RestoreMousePos>      
    
    
    <Hotkey F12>
    <If MouseIsOverWindowRect WoW1 0 0 1920 1080>
            <SendLabel w2>
                    <Clickmouse Noclick>
                    <Key F12>
                    <RestoreMousePos>
    Last edited by MiRai : 08-26-2019 at 10:24 AM Reason: Incorrect Prefix / [CODE] Tags

Posting Rules

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