Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 11
  1. #1

    Default Run two WOWs on different computer

    Good morning, im new with multiboxing, never tried it because its hard for me to open 2 WOWs on the same computer. now i figured thats its possible to launch two wows on different computers doing the same thing as if it was on one computer.

    im searching for configuration to launch wow1 on one computer and wow 2 on another computer . i need simply config tried alot, of settings no one is working fine.... i have connected my computer with IP adress already, have set the server and client.

    Any one can help ? or have any link to explain the whole process ?

  2. #2

    Default

    You can open many WoW's on the same computer if your computer is specs appropriately, which is not excessive for 2 instances.

    However to answer your query, it depends on what you are using to control your two WoWs. I assume you are using some kind of software/hardware to do so, and what you are using will determine what actions you need to take in order to load your two WoWs.

  3. #3

    Default

    Quote Originally Posted by mbox_bob View Post
    You can open many WoW's on the same computer if your computer is specs appropriately, which is not excessive for 2 instances.

    However to answer your query, it depends on what you are using to control your two WoWs. I assume you are using some kind of software/hardware to do so, and what you are using will determine what actions you need to take in order to load your two WoWs.
    im such a noob... iam using hotkeynet. help

  4. #4

    Default

    The instructions for HotKeyNet are available on the HKN website http://www.hotkeynet.com/p/doc1.html
    You can keep going Next at the bottom of each page to go through the manual.

    But, essentially, once you have HKN installed with the server/client configured, the script file is pretty much the same regardless of whether you use one computer or multiple. The only difference, is when multiple computers are available is you can add an extra filtering element in your config to send commands to a specific computer.

    There are plenty of samples and instructions in the manual.

  5. #5

    Default

    This what iam asking for broh? i have already did the script from the website, its not working ... WoW Script for Two on Two. Should i copy script on both computers right ? just change this :<Run "c:\Program Files\World of Warcraft\WoW.exe">

    And then scroll lock on on both computer or what ? ( i already have done this)

    here is my script on both computers, with where the game in situated for the second computer changed ofc :

    Code:
    //================================================================
    // SAMPLE SCRIPT FOR FOUR WOW'S ON TWO PCs 
    //
    // Instructions: Copy this entire script (all the blue writing
    // on gray background including comments). Save it in a file. 
    // Load it into HotkeyNet.
    //
    // Toggle the scroll lock key to turn hotkeys off and on. (You 
    // can change this if you want, just like you can change 
    // everything else with HotkeyNet.) 
    //
    // Requires HotkeyNet build 147 or higher.
    // 
    // For more info, go to www.hotkeynet.com 
    //================================================================
    //-----------------------------------------------------------
    // CTRL R WILL RENAME WOWS AFTER MANUAL LAUNCH 
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Ctrl R>
    <SendPC local>
    <RenameWin "World of Warcraft" WoW1> 
    <SendPC 2ND_IP_ADDRESS>
    <RenameWin "World of Warcraft" WoW2>
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
    <SendPC %1%> 
    <Run "D:\World of Warcraft\WoW.exe">
    <RenameTargetWin %2%>
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME THE WOW WINDOWS. 
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
    <LaunchAndRename Local WoW1>
    <LaunchAndRename IP_ADDRESS_2 WoW2>
    //-----------------------------------------------------------
    // DEFINE A MAIL LABEL FOR EACH WOW 
    //-----------------------------------------------------------
    <Label w1 Local SendWinM WoW1>
    <Label w2 2ND_IP_ADDRESS SendWinM WoW2>
    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO ALL FOUR WOWS. ADD MORE KEY COMBO'S IF YOU WANT. 
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn A-Z, Plus, Minus, 0-9, F1-F12 except W, A, S, D, Q, E>
    <SendLabel w1, w2>
    <Key %Trigger%>
    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO ALL FOUR WOW'S.
    // ADD MORE KEYS IF YOU WANT. 
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn up, down, left, right>
    <SendLabel w1, w2>
    <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 Oem3> 
    <Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
    <SendLabel w1, w2> 
    <ClickMouse %TriggerMainKey%>
    Last edited by MiRai : 07-28-2016 at 05:54 AM Reason: [CODE] Tags / Formatting

  6. #6

    Default

    tried also this one:

    Code:
    //================================================================
    // SAMPLE SCRIPT FOR TWO WOW'S ON TWO PC'S
    // (one account on each machine)
    //
    // Instructions: Copy this entire script (all the blue writing
    // on gray background including comments). Save it in a file. 
    // Load it into HotkeyNet.
    //
    // Toggle the scroll lock key to turn hotkeys off and on. (You 
    // can change this if you want, just like you can change 
    // everything else with HotkeyNet.) 
    //
    // Requires HotkeyNet build 147 or higher.
    // 
    // For more info, go to www.hotkeynet.com 
    //================================================================
    
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH A COPY OF WOW.
    //-----------------------------------------------------------
    <Command Launch>
       <SendPC %1%> 
          <Run "c:\Program Files\World of Warcraft\WoW.exe">
    
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH BOTH WOW'S.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
        <Launch Local>
        <Launch IP_ADDRESS_2>
    
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES 
    //-----------------------------------------------------------
    <Label w1 Local SendWin "World of Warcraft">
    <Label w2 2ND_IP_ADDRESS SendWin "World of Warcraft">
    
    //-----------------------------------------------------------
    // 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%>
    Last edited by MiRai : 07-28-2016 at 05:53 AM Reason: [CODE] Tags / Formatting

  7. #7

    Default

    The instructions on the HKN website say you don't need the script on both computers, although you can load one on each computer, and this might help when it comes to subroutines. You only need a script on the computer if you happen to be trying to control stuff directly from that computers input. The issue with multiple computer scripts will be that some things are reversed, such as who is the second pc, and who is not, so you'll have to keep track of that and make adjustments as necessary.

    It would also help if your game was installed to the same location, otherwise you should adjust your script to have different launch commands for each PC depending on the installation path. I can't seen an easy way to make this decision so you can either duplicate the <COMMAND Launch> with the appropriate paths, or you have individual scripts for each computer and call the launch on the second PC as a subroutine, or finally, you could load it yourself on each computer, and in your script, give each WoW a different name.

    You also need to update the script for little details like IP_ADDRESS_2 . You could potentially use a variable here, but you still need to set the value somewhere.

    Once you load the script, hit Scroll Lock to turn on your hotkeys, then you should be pressing ALT+CTRL+L to load WoW, as per this element.
    <Hotkey ScrollLockOn Alt Ctrl L>

  8. #8

    Default

    I have expected any kind of GUIDES, links to them or something but i will set this. the fact is i know nothing about this commands etc ....
    i will figure this out. If some one have any kind of stuffs like this, im UP
    Thx alot for all ur answers, i have to get to work now i will try to do what u said. Thanks

  9. #9
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    Quote Originally Posted by holylightxz View Post
    I have expected any kind of GUIDES, links to them or something
    Guides are normally written and maintained by members of the community, and multi-computer setups are becoming increasingly rare now that hardware is more than powerful enough to run multiple copies of the game on a single machine. With that said, I also find it odd that your computer can't handle running two copies of the game on a single machine, but then again, you haven't stated what hardware you're trying to use.

    So, once you figure everything out, feel free to write a guide for others to use, since people tend to show up, get their information, and depart, which then leaves others, like yourself, wondering how something works.
    Do not send me a PM if what you want to talk about isn't absolutely private.
    Ask your questions on the forum where others can also benefit from the information.

    Author of the almost unknown and heavily neglected blog: Multiboxology

  10. #10

    Default

    I said that iam using Hotkeynet

Posting Rules

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