Close
Page 1 of 4 1 2 3 ... LastLast
Showing results 1 to 10 of 33
  1. #1

    Default Warhammer and HotKeynet 2 comps 4 boxes question

    Hello, im currently resubscribing my four Warhammer accounts for Christmas and I was wondering if anyone had any scripts or tips on how to use HotKeyNet i just downloaded it on both my computers and was planning on playing 2 on each computer with the most ease as possible. If anyone has any scripts i can load or information about it so i can be ready to play would really appreciate it, thanks alot! :thumbsup:

  2. #2

    Default

    Hi,
    sry I have not a working Warhammer script for you, cause I personaly have only experience with wow, but some Informations which might be usefull for ypu can be found in the HotKeyNet-Guide posted in my Sig, and also the hkn-site has a Warhammer subforum , so maybe asking there might be a good idea..

    Also, on the HKN-Site an Example for boxing Warhammer on two PCs with one copy each can be found here:
    http://hotkeynet.com/warhammer/warha...wo-on-two.html

    To see wich sendmode to use with more than two warhammers on one pc look here:
    http://hotkeynet.com/phpBB3/viewtopi...st=0&sk=t&sd=a

    hm, if you could tell me the (internal) ip-addresses for your two pcs, and the folders your Warhammers are in, I could try to write you a basic script you could use.
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  3. #3

    Default Scripts

    Hey, thanks for the reply. I already saw all that on another post. I've been trying to get the following script to work with no prevail. I was trying to test the program out with just two text documents on each computer with no prevail. My current I.P. address for the second computer is 172.16.1.35 and on my main its 172.16.1.35. My Warhammer game launches from C:\Users\Justin\Desktop\The Desktop Folder\Misc\Warhammer Folder\WarhammerOnline_Beta_ddmf, on my main computer and my second computer it launches from C:\Users\Justin\Desktop\The Desktop Folder\Warhammer Folder\WarhammerOnline_Beta_ddmf. Is there anyway i can modify this script to get it to work or atleast test it out remember I cant play till christmas so thats why ive been just trying to test it out to make sure its going to work in text documents. I was not looking for any movement keys because it will mess up my auto follow, and the rest of the buttons should be ok. I deffiently want number keys etc to go through all the games, as well as mouse clicks. I have a compact keyboard so there is no OEM key or anything like that to turn it on and off. Although the scroll button on my mouse is how its turns on and off correct? That would work out fine. Thanks in advance -Justin





    //================================================== ==============
    // SAMPLE SCRIPT FOR TWO WARHAMMERS 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 148 or higher.
    //
    // For more info, go to www.hotkeynet.com
    //================================================== ==============

    //-----------------------------------------------------------
    // DEFINE A MAIL LABEL FOR EACH COPY OF THE GAME
    //-----------------------------------------------------------
    <Label w1 Local SendWin Warhammer>
    <Label w2 2ND_IP_ADDRESS SendWin Warhammer>

    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO BOTH COPIES. ADD MORE KEY COMBO'S IF YOU WANT.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn A-Z, 0-9, F1-F12 except w, a, s, d, e, q>
    <PassThrough>
    <SendLabel 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>
    <PassThrough>
    <SendLabel w2>
    <Key %Trigger%>

    //-----------------------------------------------------------
    // Hold down Oem3 key (on U.S. keyboards, that's the
    // squiggle key in upper left corner) to send mouse
    // clicks to both WoWs. Assumes WoW1 is always in
    // foreground.
    //---------------------------------------------------------
    <UseKeyAsModifier Oem3>

    <Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
    <PassThrough>
    <SendLabel w2>
    <ClickMouse %Trigger%>

  4. #4

    Default

    Hi,
    I will try to put you something together, which should work in theory.
    (I also can't test it with Warhammer, as I'm not having WAR)

    Code:
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES.
    //-----------------------------------------------------------
    <Label w1 Main-Ip-Address SendWinX War1>
    <Label w2 Main-Ip-Address SendWinX War2>
    <Label w3 172.16.1.35 SendWinX War3>
    <Label w4 172.16.1.35 SendWinX War4>
    
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
     	  <SendPC %1%>
     	 <Run "%2%">
     	 <RenameTargetWin %3%>
     	 <RemoveWinFrame>
      
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS while 5 boxing
    // Please configure the Path and processor afinitys correctly
    //-----------------------------------------------------------
    <Hotkey Alt Ctrl L>
    <LaunchAndRename Main-Ip-Address "C:\Users\Justin\Desktop\The Desktop Folder\Misc\Warhammer Folder\WarhammerOnline_Beta_ddmf" War1>
    <LaunchAndRename Main-Ip-Address "C:\Users\Justin\Desktop\The Desktop Folder\Misc\Warhammer Folder\WarhammerOnline_Beta_ddmf" War2>
    <LaunchAndRename 172.16.1.35 "C:\Users\Justin\Desktop\The Desktop Folder\Warhammer Folder\WarhammerOnline_Beta_ddmf" War3>
    <LaunchAndRename 172.16.1.35 "C:\Users\Justin\Desktop\The Desktop Folder\Warhammer Folder\WarhammerOnline_Beta_ddmf" War4>
    
    //-----------------------------------------------------------
    // 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, L, Y>
    
    <Hotkey MyList; Shift MyList; Alt MyList; Ctrl MyList>
       <SendLabel w1, w2, w3, w4>
       <Key %Trigger%>
    
    
    //Mouse-Broadcasting (change y to whatever key you want to use as amodifier to activate mousebroadcasting)
    <UseKeyAsModifier y>
    <Hotkey y LButton, MButton, RButton>  
    <SendLabel w1, w2, w3, w4, w5>
    <ClickMouse %TriggerMainKey%>
    (You have to change the occurence of Main-Ip-Address to the IP address of your main (i think you mistyped it above, as it can't be the same ip-adress for the main and slave))

    with this script you can start your Warhammers with a perss of 'ctrl alt l'.
    If you also want to resize the War windows, simply tell me what resolution and position you want for each window, and i will add that too...
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  5. #5

    Default

    HotkeyNet works fine with Warhammer if you've got only one copy of the game on each PC. That's why the sample script is written for two Warhammers on two PC's. But HotkeyNet can't send to Warhammer when the game is in the background. SendWinX was an experimental method for sort-of-sending-in-the-background, but most people who tried it say it's not good enough.
    �Author of HotkeyNet and Mojo

  6. #6

    Default Script

    Ok, sorry the second PC's I.P. Address is actually with a 6 at the end instead of a 5 so 172.16.1.36. Also I was going to use 1024 window resolution my current desktop resolution is 1600, so I think it will work out fine. So in theory are you saying it should work and you just can't test it yourself? Or are you saying something like the script? Thanks again for your time, I really appreciate it.

  7. #7

    Default

    Oh so its not going to work then with four boxing..?

  8. #8

    Default

    Do you know any programs that will work with four boxing Warhammer?

  9. #9

    Default

    Well im thinking of running dual operating systems on my main pc and just one of my other alt tabbing from tank to healer and have the 2 casters autocast with whichever box im on. If i can get a script for that, that would be great and how to set up dual operating systems? Thanks

  10. #10

    Default

    I'm sorry but I don't understand. You mean you're going to dual boot XP and Vista?
    �Author of HotkeyNet and Mojo

Similar Threads

  1. Hotkeynet: Got a question :)
    By DirtyDevil in forum New Multi-Boxers & Support
    Replies: 9
    Last Post: 06-21-2009, 04:51 PM
  2. Basic question about hotkeynet hotkey configuration
    By gherenand in forum Software Tools
    Replies: 4
    Last Post: 11-01-2008, 09:43 AM
  3. 5 boxing on 2 comps
    By darkboxer in forum New Multi-Boxers & Support
    Replies: 5
    Last Post: 02-18-2008, 05:34 AM
  4. HotKeyNet Issue/Question
    By sigtau66 in forum General WoW Discussion
    Replies: 3
    Last Post: 01-26-2008, 08:06 AM
  5. This guy boxes .... well.. umm... boxes... (apologies Vyn)
    By Xzin in forum General WoW Discussion
    Replies: 1
    Last Post: 01-14-2008, 08:42 PM

Posting Rules

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