Close
Showing results 1 to 4 of 4

Hybrid View

  1. #1

    Default

    What is Hotkeynet telling you when you press a hotkey? Is it reporting it having been succesfully sent?

    If so, then I would assume you're running in to the hidden window problem that started a few years ago. Essentially for each game window WoW also open a hidden window with the same name and unless you deal with it, you might end up sending keystrokes to the hidden windows instead of your actual game windows. Atleast I see nothing in your script specifically set up to deal with this.

    There's plenty of threads where people have posted their solutions to it. I've not tested any of them so I can't say which way is optimal. For example here: https://www.dual-boxing.com/threads/...oW-Stress-Test someone (post #3) suggests just having more renaming lines.
    Last edited by Wubsie : 08-21-2019 at 07:05 AM

  2. #2

    Default

    Quote Originally Posted by Wubsie View Post
    What is Hotkeynet telling you when you press a hotkey? Is it reporting it having been succesfully sent?

    If so, then I would assume you're running in to the hidden window problem that started a few years ago. Essentially for each game window WoW also open a hidden window with the same name and unless you deal with it, you might end up sending keystrokes to the hidden windows instead of your actual game windows. Atleast I see nothing in your script specifically set up to deal with this.

    There's plenty of threads where people have posted their solutions to it. I've not tested any of them so I can't say which way is optimal. For example here: https://www.dual-boxing.com/threads/...oW-Stress-Test someone (post #3) suggests just having more renaming lines.
    Thanks soooo much!!! u were dead on with the solve! Now tho they are now actually "following me" but moving with wsda as i press them, LOL *EDIT* fixt. i deleted

    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
    // ADD MORE KEYS IF YOU WANT.
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn W, A, S, D>
    <SendLabel w1, w2, w3, w4>
    <Key %Trigger%>
    Last edited by Joshuhwha : 08-21-2019 at 10:54 AM

Posting Rules

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