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

    Default Autohotkey + minipatch today (World of Warcraft)

    I've been using the same script for months and it's been working fine. Today, after a small patch-thingie (not really a patch, seems like the actually updater was updated) it's not working.

    any clue as to what's been changed?


    WinGet, wowid, List, World of Warcraft

    ~1::
    KeyWait 1
    IfWinActive, World of Warcraft
    {
    ControlSend,, 1, ahk_id %wowid1%
    ControlSend,, 1, ahk_id %wowid2%
    ControlSend,, 1, ahk_id %wowid3%
    ControlSend,, 1, ahk_id %wowid4%
    ControlSend,, 1, ahk_id %wowid5%
    Return
    }
    ~0::
    KeyWait 0
    IfWinActive, World of Warcraft
    {
    ControlSend,, 0, ahk_id %wowid1%
    ControlSend,, 0, ahk_id %wowid2%
    ControlSend,, 0, ahk_id %wowid3%
    ControlSend,, 0, ahk_id %wowid4%
    ControlSend,, 0, ahk_id %wowid5%
    Return
    }
    ~4::
    KeyWait 4
    IfWinActive, World of Warcraft
    {
    ControlSend,, 4, ahk_id %wowid1%
    ControlSend,, 4, ahk_id %wowid2%
    ControlSend,, 4, ahk_id %wowid3%
    ControlSend,, 4, ahk_id %wowid4%
    ControlSend,, 4, ahk_id %wowid5%
    Return
    }
    ~3::
    KeyWait 3
    IfWinActive, World of Warcraft
    {
    ControlSend,, 3, ahk_id %wowid1%
    ControlSend,, 3, ahk_id %wowid2%
    ControlSend,, 3, ahk_id %wowid3%
    ControlSend,, 3, ahk_id %wowid4%
    ControlSend,, 3, ahk_id %wowid5%
    Return
    }

  2. #2

    Default

    I have the same Problem! It seems that the KEYs dont get sent on to the other client anymore :-( anyone know what to do?

  3. #3

    Default

    Hmmm kinda a shot in the dark put try and add this to the top
    SetTitleMatchMode,2

    before the winget command

  4. #4

Similar Threads

  1. World of Warcraft on 27 HD TVs
    By Duane in forum General WoW Discussion
    Replies: 5
    Last Post: 08-12-2008, 11:47 AM
  2. WASD - World of Warcraft
    By BIGZIPZ in forum General WoW Discussion
    Replies: 10
    Last Post: 02-22-2008, 11:07 PM
  3. World of warcraft EU PVE servers
    By Fallenfaith in forum General WoW Discussion
    Replies: 8
    Last Post: 09-03-2007, 06:43 AM
  4. world of warcraft arena.
    By backwardsman in forum General WoW Discussion
    Replies: 14
    Last Post: 08-28-2007, 09:24 AM
  5. World of Warcraft AHK
    By Zeio in forum General WoW Discussion
    Replies: 1
    Last Post: 08-15-2007, 08:01 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
  •