View Full Version : how to use hotkeynet
Avirea
02-26-2011, 01:03 PM
i have read the guide on this forum but i have no idea how to use it i downloaded this one http://www.hotkeynet.com/p/download.html the top one which is Download HotkeyNet 210
now when hotkeynet opens what do i do next... i have two wow accounts so i wanted to dual multi box.
sorry for not understanding i spent 4 hours trying to figure out what the hells i am supposed to do if i downloaded the wrong one please provide a link for me to download the right one thank you.
btw i wanted to window multi box not multiple pc's or whatever it is called
i want "wow1" when ever i move or cast a spell ect my other account will do the same so .. move left it moves left cast fireball on target it cast's fireball on target.
please explain very basically like click here.... move mouse to here click here turn whatever off / on
Khatovar
02-26-2011, 07:08 PM
I'd suggest reading the documentation on the HotKeyNet site. Here's a few mini-walk-throughs I've posted.
http://www.dual-boxing.com/showthread.php?t=33153&highlight=hotkeynet
http://www.dual-boxing.com/showthread.php?t=30566&highlight=hotkeynet
If you have specific questions, post them.
Avirea
02-26-2011, 11:32 PM
um well what i mean is how DO i add things like scripts or what they are called...
i understand kinda of what is said on those links you have given me.
for example <Hotkey 2>
<If MouseIsOverWindowRect WoW1 755 481 200 200>
<SendLabel w1, w4, w5>
<Key F11>
<SendLabel w2, w3>
<Key 2>
<Else>
<SendLabel w1, w2, w3, w4, w5>
<Key 2>
i have no idea what the feck this means
i see "code" or whatever it is called but i have no idea where i put it how i wright it
ok i know it go's into notepad and you "load" it up... so i kinda understand it.
basically what i want is being able to have my other self attack when i attack so i assume i should /macro attack /assist player name.
the ability to use my arrow keys to move my character left and right only if aoe is casted
the ability always look at the target i am assisting so in PvP my slave will always look at my target
Avirea
02-27-2011, 01:40 AM
wtf?
Ualaa
02-27-2011, 04:31 AM
The exclamation mark, inside the triangle.
Click that for the offending post, and report it.
A mod will remove it.
Khatovar
02-27-2011, 05:04 AM
Macros are written in the game, not in HotKeyNet. HKN only controls what keys are sent to what window. There's tons of information already available for how to set up multiboxing. The default script should work in the most basic way out of the box once you've changed the paths to reflect where your game is located, as I explain in the first link above.
The link you posted is NOT a script, it is a program. You need a script from the SCRIPTS section of the website to put into the program.
There's tons of information already available for how to set up multiboxing.
http://www.hotkeynet.com/wow/wow-quick-start.html
http://www.dual-boxing.com/wiki/index.php/Guides
http://www.dual-boxing.com/wiki/index.php/Main_Page
Avirea
02-27-2011, 10:09 AM
There's tons of information already available for how to set up multiboxing.
http://www.hotkeynet.com/wow/wow-quick-start.html
http://www.dual-boxing.com/wiki/index.php/Guides
http://www.dual-boxing.com/wiki/index.php/Main_Page
thanks i now understand it a bit and was able to put in the starter script thanks a tone =)
Avirea
02-27-2011, 10:58 AM
i put this as my macro for fireball " /cast fireball /assist Arcainfur " but when there is a dead body nearby that is npc sometimes it switch's to the dead body or if there is another player near it will switch to targeting them... is there a way to stop this?
Khatovar
02-27-2011, 11:38 AM
Go back to the very first link I posted (http://www.dual-boxing.com/showthread.php?t=33153&highlight=hotkeynet) and read the section in my post on spells and assisting.
Avirea
02-27-2011, 12:21 PM
read and re read http://www.hotkeynet.com/wow/wow-sample-two-on-one.html but i have no idea how i am supposed to get my slave to cast as well...
i would go into wow put scroll lock on then create this macro on my main /assist player name and on the slave have the same thing and my spells do not work...
man i am really literate when it comes to this stuff
Avirea
02-27-2011, 06:46 PM
a i cannot get it to work well i am able to both cast at teh same time and both accept / hand in quest's at the same time
but i cannot get it to be like http://img444.imageshack.us/i/reseu.jpg/
it would be helpful if you could show me what you use currently i am using this
//================================================== ==============
// SAMPLE SCRIPT FOR TWO WOW'S ON ONE PC
//
// 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
//================================================== ==============
//-----------------------------------------------------------
// 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>
//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run "c:\Program Files\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>
//-----------------------------------------------------------
// DEFINE MAIL LABELS FOR SENDING KEY STROKES
//-----------------------------------------------------------
<Label w1 Local SendWinM WoW1>
<Label w2 Local SendWinM WoW2>
//-----------------------------------------------------------
// 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>
<SendLabel w1, 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>
<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%>
//----------------------------------------------------------
// SUBROUTINE TO Position Windows for 2 boxing.
//----------------------------------------------------------
<Command ResizeAndPosition>
<SendPC Local>
<SendWinM %1%>
<SetWinRect 0 0 1288 1020>
<SendWinM %2%>
<SetWinRect 1290 0 390 356>
//-----------------------------------------------------------
// DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
// ADD MORE KEYS IF YOU WANT.
//-----------------------------------------------------------
<MovementHotkey ScrollLockOn up, down, left, right, Space, S>
<SendLabel w1, w2>
<Key %Trigger%>
--------------------------------
//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME BOTH WOW'S.
//-----------------------------------------------------------
<Hotkey ScrollLockOn Alt Ctrl L>
<LaunchAndRename Local WoW1>
<LaunchAndRename Local WoW2>
<ResizeAndPosition WoW1 WoW2>
and
//----------------------------------------------------------
// SUBROUTINE TO Position Windows for 2 boxing.
//----------------------------------------------------------
<Command ResizeAndPosition>
<SendPC Local>
<SendWinM %1%>
<SetWinRect 0 0 1288 1020>
<SendWinM %2%>
<SetWinRect 1290 0 390 356>
i copy pasted from your link into my code file thingy but i am not sure it i put it in correctly like if it has to be in a specific order
Avirea
02-27-2011, 10:05 PM
well i made myself a fallow / assist / use spell macro..
so i got it to work kinds..
i do not know how to get the resize thing to work so i have to manually resize it
also if you know how to make a /assist playername
/cast Arcain Missiles
that works then please let me know in this forum since when i go to my profile page my computer crash's for some reason
Khatovar
02-28-2011, 03:24 AM
There is no way you will understand the script I use if you can't understand the instructions I've already put up. I suggest you go spend some money on a paid program that has a wizard and start reading these forums and the wiki all over again.
mikekim
03-02-2011, 07:30 PM
here is a copy of my old HKN script (modified for 2 accounts)
this script assumes you have a 1680x1050 monitor and are running the two accounts side by side)
//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run %2%>
<RenameTargetWin %3%>
<RemoveWinFrame>
<SetWinRect %4% %5% %6% %7%>
//-----------------------------------------------------------
// DEFINE A MAIL LABEL FOR EACH WOW
//-----------------------------------------------------------
<Label w1 local SendWinM WoW1>
<Label w2 local SendWinM WoW2>
//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME ALL OF THE WOW WINDOWS.
//-----------------------------------------------------------
<Hotkey ScrollLockOn ctrl alt z>
<LaunchAndRename local "c:\program files\world of warcraft\wow.exe" WoW1 0 0 840 1050>
<LaunchAndRename local "c:\program files\world of warcraft\wow.exe" WoW2 0 841 840 1050>
//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO ALL FIVE WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<Hotkey ScrollLockOn A-Z, 0-9, F1-F6, F9-F12, minus, plus, insert, backspace, delete, pgup, pgdn, home, end, enter, oem2, esc>
//<Hotkey ScrollLockOn AllMainKeys>
<SendLabel w1, w2>
<Key %Trigger%>
<Hotkey ScrollLockOn Shift AllMainKeys; Alt AllMainKeys; ctrl AllMainKeys>
<SendLabel w1, w2>
<Key %Trigger%>
//-----------------------------------------------------------
// DEFINE MOVEMENT KEYS THAT WILL GET SENT TO ALL FIVE WOW'S.
// ADD MORE KEYS IF YOU WANT.
//-----------------------------------------------------------
<MovementHotkey ScrollLockOn up, down, left, right, space, F7, F8, Numpad0 - Numpad9>
<SendLabel w1, w2>
<Key %Trigger%>
//-----------------------------------------------------------
// BROADCAST MOUSE CLICKS. HOLD DOWN OEM8 (top left corner the ¬ key) WHEN YOU WANT TO BROADCAST. UK KEYBOARDS
//-----------------------------------------------------------
<UseKeyAsModifier Oem8>
<Hotkey ScrollLockOn Oem8 LButton, MButton, RButton, Button4, Button5>
<SendLabel w1, w2>
<ClickMouse %TriggerMainKey%>
//-----------------------------------------------------------
// BROADCAST MOUSE CLICKS. HOLD DOWN OEM3 (top left corner the ¬ key) WHEN YOU WANT TO BROADCAST. - US KEYBOARDS
//-----------------------------------------------------------
//<UseKeyAsModifier Oem3>
//<Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
//<SendLabel w1, w2>
//<ClickMouse %TriggerMainKey%>
as for running the toons i used to use the focus follow method. below:
macro for follow:
/target maintoonneame
/follow
/focus
cast macro for each spell:
/assist focus
/cast spellrequired
Basic example of setup:
startup HKN
load script
press CTRL+ALT+Z to load both windows
log into game as you usually would
create a mage on each account
main called fred
slave called ginger
put fireball spell on key 2 for fred
write the following macros for ginger
follow( put macro on key 1 - select any icon for macro)
/target fred
/follow
/focus
fireball ( put macro on key 2 - select question mark for macro)
/assist focus
/cast fireball
(make sure scroll lock key is on - this is your broadcast key )
group both characters. - make fred master
press 1 on keyboard - ginger should now be following fred
run around world and find a suitable monster to kill
press 2 on keyboard - both characters should fireball the target - if not press 1 again ginger should be targeting the same mob as fred then fireball again.
rinse and repeat until you reach level 85 :eek:
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.