Log in

View Full Version : Help me: main character does not react to keyboard



biceboca
05-20-2009, 01:49 PM
Dear players!

My main character does not respond to keyboard commands. Only the other four. This never happened before. We are all lvl 60. What is wrong? I use Vista. I use hotkeynet. (If I turn off hotkeys my main character is perfect. When I turn it back on again same problem: only other four reacts.)

Please help you can! Thank you!!

Ps:
if it helps I paste an execution and my entire script from my hotkeynet:
From this pc: <SendWinM 1><Key Backspace><SendWinM 2><Key Backspace><SendWinM 3><Key Backspace><SendWinM 4><Key Backspace><SendWinM 5><Key Backspace>
<SendWinM 1> completed: Window found. Target set to 0x3019A "1"
<Key Backspace> completed
<SendWinM 2> completed: Window found. Target set to 0x4044E "2"
<Key Backspace> completed
<SendWinM 3> completed: Window found. Target set to 0x601A2 "3"
<Key Backspace> completed
<SendWinM 4> completed: Window found. Target set to 0x404D8 "4"
<Key Backspace> completed
<SendWinM 5> completed: Window found. Target set to 0x6044A "5"
<Key Backspace> completed

And my script:

//================================================== ==============
// SAMPLE SCRIPT FOR FOUR 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 148 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" 1>
<RenameWin "World of Warcraft" 2>
<RenameWin "World of Warcraft" 3>
<RenameWin "World of Warcraft" 4>
<RenameWin "World of Warcraft" 5>

//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run "C:\Users\User\Desktop\Documents\wmost\World of Warcraft\WoW.exe">
<RenameTargetWin %2%>

//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS
//-----------------------------------------------------------
<Hotkey ScrollLockOn Alt Ctrl L>
<LaunchAndRename Local 1>
<LaunchAndRename Local 2>
<LaunchAndRename Local 3>
<LaunchAndRename Local 4>
<LaunchAndRename Local 5>

<Hotkey AllMainKeys except Left, Up, Down, Right, Numpad4, Numpad5, Numpad7, Enter, Esc, b ,c ,j ,k ,l, m, s, v, w, Oem1, comma, period, Oem7; Shift AllMainKeys; Alt AllMainKeys except Down; Ctrl AllMainKeys>
<SendWinM 1>
<Key %TRIGGER%>
<SendWinM 2>
<Key %TRIGGER%>
<SendWinM 3>
<Key %TRIGGER%>
<SendWinM 4>
<Key %TRIGGER%>
<SendWinM 5>
<Key %TRIGGER%>

<Label w1 local SendWinM 1>
<Label w2 local SendWinM 2>
<Label w3 local SendWinM 3>
<Label w4 local SendWinM 4>
<Label w5 local SendWinM 5>
<MovementHotkey Up, Down, Left, Right, Numpad4, Numpad5, Numpad7>
<SendLabel w1, w2, w3, w4, w5>
<Key %trigger%>

<UseKeyAsModifier F4>

<Hotkey F4 LButton>
<SendWinM 1>
<ClickMouse LButton>
<SendWinM 2>
<ClickMouse LButton>
<SendWinM 3>
<ClickMouse LButton>
<SendWinM 4>
<ClickMouse LButton>
<SendWinM 5>
<ClickMouse LButton>

keyclone
05-20-2009, 02:07 PM
8|



there is an easier way.

Wilbur
05-20-2009, 02:42 PM
Please dont double post. If you are patient, someone will eventually respond to your question (unless none of us have any idea what the problem is...).

keyclone
05-20-2009, 02:48 PM
locked.

Help me: main character does not react to keyboard ('http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=21994')