Log in

View Full Version : Are you multi-boxing in Warhammer on one machine?



Gorthu
10-04-2008, 07:02 PM
If you are multiboxing in warhammer on one machine, what software are you using to pass the keys? If you are using Hotkeynet, please post your script. I am having trouble with the background window, it either wants to come forward or i get a short black screen. So, if you have a program that is working with war...please let me know.

Gorthu
10-07-2008, 03:51 AM
Well, I have managed to get Hotkeynet working, 3 boxing Warhammer. However, I am using two computers. The computer running multiple accounts has to run them in window mode. The window without the focus is momentarily brought forward, this causes a black screen to appear for a very short time (maybe 1/2 second, but could be very annoying if you were using it as your primary). Anyways, this is the script I am using. The WAIT times are for my setup...you may need to adjust them to work with yours.




<Label PRIACCT local SendWin "Warhammer: Age of Reckoning, Copyright 2001-2008 Electronic Arts, Inc.">
<Label SECACCT 192.168.1.65 SendWinX SECACCT> //Rename first window on secondary computer to SECACCT (or anything you like - but don't forget to replace SECACCT here
<Label TERACCT 192.168.1.65 SendWinX TERACCT> //Rename second window on secondary computer to SECACCT (or anything you like - but don't forget to replace TERACCT here

<KeyList MyList F1-F12, 0-9, minus, plus, space>
<KeyList Alpha a-z>

<Hotkey ScrollLockOn MyList; shift MyList; ctrl MyList; alt MyList> //Requires SCROLL LOCK to be on to pass these keys
<SendLabel PRIACCT>
<Key %Trigger%>
<SendLabel SECACCT>
<Wait 50>
<Key %Trigger%>
<wait 20>
<Restore>
<Wait 65>
<SendLabel TERACCT>
<Wait 50>
<Key %Trigger%>
<Wait 50>
<Restore>

<Hotkey ScrollLockOn Alpha> //Sends alphanumeric keys only to the PRIACCT - if you want to send them to all 3 accounts, then add to Hotkey definition above
<SendLabel PRIACCT>
<Key %Trigger%>


<MovementHotkey up, down, left, right> //Sends movement keys only to the PRIACCT - if you want to send them to all 3 accounts, then add to Hotkey definition above
<SendLabel PRIACCT>
<Key %Trigger%>