Close
Showing results 1 to 4 of 4
  1. #1

    Default Help me: main character does not react to keyboard

    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>

  2. #2

    Default

    8|



    there is an easier way.

  3. #3

    Default

    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...).
    Wilbur

  4. #4

Similar Threads

  1. Help me: main character does not react to keyboard
    By biceboca in forum General WoW Discussion
    Replies: 9
    Last Post: 05-20-2009, 03:26 PM
  2. Replies: 4
    Last Post: 02-25-2009, 03:25 AM
  3. Replies: 14
    Last Post: 09-03-2008, 11:09 AM
  4. Replies: 4
    Last Post: 06-22-2008, 07:38 AM
  5. Tabbing losing focus on WoW (Main Character)
    By Staph in forum Software Tools
    Replies: 8
    Last Post: 03-21-2008, 07:51 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •