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

    Default Modifying AHK to work with Age of Conan or other games

    Hey guys - I looked at the AHK script sticky and was wondering what exactly I need to do to make it run with Age of Conan...

    This is a portion of the sticky : my questions are underlined

    Start your script with line:
    [code:1]WinGet, wowid, List, World of Warcraft [/code:1] Is "wowid" just a assigned name or is it a specific wow command...could you name it anything...like "AoCid"; Is "World of Warcraft" a folder name? or an exe file? What do I put there so that it recognizes Age of Conan?
    This command allows AHK script to determine open WoW windows.
    Keep in mind, you can run AHK script at any time, and even modify and reload it while WoW clients are opened.

    Okay. Lets start with simple keys - "0", "1",... , "9"

    [code:1]~0::
    KeyWait, 0, D
    #IfWinActive, World of Warcraft //I assume I put whatever I put up there
    {
    ControlSend,, 0, ahk_id %wowid1% //same here?
    ControlSend,, 0, ahk_id %wowid2%
    ControlSend,, 0, ahk_id %wowid3%
    ControlSend,, 0, ahk_id %wowid4%
    ControlSend,, 0, ahk_id %wowid5%
    }
    Return [/code:1]
    4 x Shaman Army plus Death Knight: Allokra (39), Bllokra (35), Dllokra (35), Ellokra (34), and Fllokra (60) (Frostmourne US Horde)
    1 x Mage (51), 2 x Shadowpriests (50 and 45), and 2 x Death Knight (58) (Boulderfist US Alliance)
    4 x Death Knight (60, 60, 58, 58) and 1 x Druid (64)
    1 x Rogue (62), 1 x Warrior (63), 2 x Druid (64, 67), 1 x Deathknight (60) (Boulderfist US Alliance)
    1 x Hunter (70), 1 x Rogue (70), 2 x Druid (64, 67), 1 x Warlock (70) (Boulderfist US Alliance).

  2. #2

    Default

    The 'wowid' is irrelevant for your purpose, it's just a variable name used in the script. If you change it, make sure you change it everywhere else in the script.

    You'll want to change 'World of Warcraft' to the window title of Age of Conan - I'm not sure what it is.
    <Hashed> Shaone & Mdfive of Darrowmere

Similar Threads

  1. Age of Conan is now available for pre-order
    By Temor in forum General WoW Discussion
    Replies: 26
    Last Post: 05-22-2008, 09:20 AM
  2. Modifying WASD
    By Kaynin in forum Software Tools
    Replies: 9
    Last Post: 05-06-2008, 05:06 AM
  3. Age of Conan?
    By geoffdavison in forum General WoW Discussion
    Replies: 3
    Last Post: 03-31-2008, 02:41 PM
  4. Work with other games?
    By geoffdavison in forum Software Tools
    Replies: 6
    Last Post: 03-15-2008, 10:21 PM
  5. Age of Conan
    By unit187 in forum General WoW Discussion
    Replies: 4
    Last Post: 10-12-2007, 05:09 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
  •