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)
PHP Code:
//-----------------------------------------------------------
// 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)
PHP Code:
/target fred
/follow
/focus
fireball ( put macro on key 2 - select question mark for macro)
PHP Code:
/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
Connect With Us