-
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
-
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
-
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.
-
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 :eek: