1. Multiboxing

    So....I recently gotten into making multiboxes. I have 6 accounts that I can access. I am using hotkeynet and figured out how to create script for 5 accounts to run right. however, when I code for the 6th account (which should work, according to the script at any rate), the 6th account doesn't do nothing. 5 accounts work fine, I can rename the WoW6 to WoW5 and that will work to make that character to work, and rename WoW5 to WoW6 but then that one does not work. Hotkeynet interface is saying its sending info to WoW6, but it still doesn't work. I am getting 0 error's running this script, it should work. Not sure if there is something I have to turn on in hotkeynet to get it to scale past 5 accounts? Any one familiar with multiboxing have any solutions or know what the issue is?
    Below is a copy of the script i am running. hotkey literally says this showing it is sending info the WoW6, but WoW6 does absolutely nothing. <SendWinM WoW6> completed: Window found. Target set to 0x1014E "WoW6"
    <Key 1> completed
    // Requires HotkeyNet build 147 or higher.
    //
    // For more info, go to
    //================================================== ==============

    //-----------------------------------------------------------
    // PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Ctrl R>
    <SendPC local>
    <RenameWin "World of Warcraft" WoW1>
    <RenameWin "World of Warcraft" WoW2>
    <RenameWin "World of Warcraft" WoW3>
    <RenameWin "World of Warcraft" WoW4>
    <RenameWin "World of Warcraft" WoW5>
    <RenameWin "World of Warcraft" WoW6>
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
    <SendPC %1%>
    <Run "D:\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>
    <LaunchAndRename Local WoW5>
    <LaunchAndRename Local WoW6>
    //-----------------------------------------------------------
    // 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>
    <Label w5 Local SendWinM WoW5>
    <Label w6 Local SendWinM WoW6>

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

    //-----------------------------------------------------------
    // 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, w5, w6>
    <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 Oem5>

    <Hotkey ScrollLockOn Oem5 LButton, MButton, RButton, Button4, Button5>
    <SendLabel w1, w2, w3, w4, w5, w6>
    <ClickMouse %TriggerMainKey%>
    <RestoreMousePos>

  2. First there's an entire Topic for Multi-Boxing under Specific Discussion > Multi-boxing

    Second, you didn't look at my Guide under Specifc Discussion > Multi-boxing where is here http://forum.warmane.com/showthread.php?t=406167

Posting Permissions

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