View Full Version : Super noob new multi boxer need help plz
HEy guysthis is for the WoW 2 toons 1 comp script well im new to this multiboxing thing and to tell you the truth alot of this is just confusing to me so sorry for the ignorance I display. Well I dl hotkeynet and it isnt working for me. I dont know how to use it that much either I thought i just had to dl script load it, change window names and then make a macro for my toon slave and put it on the number 9 button and press number 9 on my main and my slave would do its own action simutanousley(sry for incorrect spelling) with my mains action or leader. The thing is when I press the number 9 button my slave isnt proforming the action I want it to do so I want to know what im doing wrong or if you guys can help me. Just tell me if u need info or something ill try to get it thx Ase.
Owltoid
03-05-2009, 05:00 PM
I can try to help :)
A few things... can you post the following:
1.) your HKN script
2.) your macro
3.) what HKN is saying in the dialog box when you push the number 9 when the pally is your main screen
Script 1.//================================================== ==============
// 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 ('http://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, 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%>
MACRO 2./target toonsname
/follow
3. when i press 9 it says nothing.....
Owltoid
03-05-2009, 05:51 PM
Is your scroll lock on? You should see a light on your keyboard if it is turned on. You'll need that to broadcast keystrokes using your current HotKeyNet config.
LOL yea it was that I cant beleive I over saw that thx for the help I appreciate it. Like I said im a nub lol :D
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.