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

    Default [WoW Classic] 1st time multiboxing with software, is this script ok

    Hello,

    I want to do a dual box using warrior and priest at WoW Classic release, I don't look for something too much advanced, I'm looking to have my priest following warrior and assist hiw with dot/wand and healing.
    I'm using one computer with 2 screens, so will be able to switch easy between warrior and priest if needed to loot corpses and take quests.

    Here the script I've made using what I've seen on forum, will it works?

    //-----------------------------------------------------------
    // PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY
    //-----------------------------------------------------------
    <Hotkey NumLockOn 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 "c:\xxx\World of Warcraft.exe">
    <RenameTargetWin %2%>


    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME BOTH WOW'S.
    //-----------------------------------------------------------
    <Hotkey NumLockOn Alt Ctrl L>
    <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 A-Z, 0-9, Period, Comma, Oem1, Oem2, NumPad0-Numpad9, NumPadEnter, F2-F12, Esc except Z, Q, S, D>
    <KeyList MyList2 A-Z, 0-9, Plus, Minus, F1-F12, NumLock, except Z, Q, S, D>
    <Hotkey NumLockOn MyList; NumLockOn Shift MyList2>
    <SendLabel w1, w2>
    <Key %Trigger%>

  2. #2

    Default

    If it's working for you, then it's ok? Are you having any issues?

Posting Rules

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