Close
Showing results 1 to 7 of 7

Hybrid View

  1. #1

    Default

    I'm going to sound like an ISboxer salesman but if you're a newb to multi boxing grab ISboxer and save yourself many headaches... There's a 7 day free trial also before you lay down any coin.

    It allows you broadcasting on multiple pc both mouse/keyboard and that's really just scratching the surface of its power. I can't even imagine multi boxing without it now.

  2. #2

    Default

    Hi!
    Sry for the delay!

    You may try the following script in HotkeyNet:

    Code:
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES.
    //-----------------------------------------------------------
    <Label w1 192.168.1.135 SendWinM WoW1>
    <Label w2 192.168.1.135 SendWinM WoW2>
    <Label w3 192.168.1.24 SendWinM WoW3>
    
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
       <SendPC %1%>
       <Run %2%>
       <RenameTargetWin %3%>
       <RemoveWinFrame>
       <SetAffinity all>
    
    //-----------------------------------------------------------
    // SUBROUTINE TO Position Windows
    //-----------------------------------------------------------
    <Command ResizeAndPosition>
       <SendPC 192.168.1.135>
          <SendWinM WoW1>
                <SetWinRect 0 0 1280 1024>              
          <SendWinM WoW2>
                <SetWinRect 860 1000 320 256>
                <AlwaysOnTop on>  
       <SendPC 192.168.1.24>
          <SendWinM WoW3>
                <SetWinRect 0 0 1280 1024>              
            
                 
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS while 3 boxing
    // Please configure the Path correctly
    //-----------------------------------------------------------
    <Hotkey Alt Ctrl L>
      <LaunchAndRename 192.168.1.135 "C:\Users\Public\Games\World of Warcraft\wow.exe" WoW1>
      <LaunchAndRename 192.168.1.135 "C:\Users\Public\Games\World of Warcraft\wow.exe" WoW2>
      <LaunchAndRename 192.168.1.24 "C:\Program Files\World of Warcraft\wow.exe" WoW3>
      <ResizeAndPosition>
    
    
    
    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO ALL WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
    //-----------------------------------------------------------
    <KeyList MyList A-Z, 0-9, Enter, Tab, Oem4, Space, Comma, Oem6 except W, A, S, D, Q, E>
    
    <Hotkey MyList; Shift MyList; Alt MyList; Ctrl MyList>
           <SendLabel w1, w2, w3>
                <Key %Trigger%>
    
    <MovementHotkey up, down, left, right>
               <SendLabel w1, w2, w3>
                <Key %Trigger%>
                
    <hotkey pause>
        <sendpc local>
        <ToggleHotkeys>
    for this to get running you need to do the following:
    1. Start HKN on your server and your slave-pc (if you use vista or win7 you might need to run them as admin)
    2. Connect the two HKNs (see: http://hotkeynet.com/p/doc2.html)
    3. Load the above script on both HKNs

    Now with pressing 'Ctrl + alt + L' HKN should start the 3 WoWs you want to play (2 on the server 1 on the slave), and position them (for this to work you need to run all WoWs in Windowed-Mode by default). The correct screensizes and positions can you alter, if you change the <SetWinRect> lines in the <Command ResizeAndPosition>-Command.

    After all HKNs are started all normal Keys should be broadcasted to all three WoWs, with the exclusion of the w,a,s,d,e,q which can be used to control the Master Toon only. If you want to change the keys which are broadcasted, simply edit the <KeyList MyList A-Z, 0-9, Enter, Tab, Oem4, Space, Comma, Oem6 except W, A, S, D, Q, E>.

    If you want to pause broadcasting you can hite the 'pause'-key.

    I hope the above script works for you, if you have any questions fell free to ask...

    For loting/accepting quests/talking and such a think you might have a look at 'interact with target' (IWT) and the addon 'Jamba' (simply do a quick search on both), as they can help you quite a lot!
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

Tags for this Thread

Posting Rules

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