Close
Page 12 of 12 FirstFirst ... 2 10 11 12
Showing results 111 to 118 of 118

Thread: AutoHotKey

  1. #111

    Default

    Yeah maybe I'll try that, I was thinking about it but thought it might take him off /follow but it doesn't. I kind of wanted something that I didn't have to conciously do every couple minutes but I guess jumping a couple times every 5 minutes isn't hard lol.

  2. #112

    Default

    EDIT: Meh.
    This seems to work just fine...Dunno what I did wrong last time o.O

    [code:1]~Numpad0::ControlSend, , {Numpad0 Down}, ahk_id %idClone%
    ~Numpad0 Up::ControlSend, , {Numpad0 Up}, ahk_id %idClone% [/code:1]


    Hello.

    I have this problem with ahk. Currently I'm testing with two computers: a normal desktop pc and a laptop. I'm running two wow clients on both of them so I have four characters now. Main character is A which ofcourse runs on my primary computer. On the same computer is also other char which is B. Char C is fullscreen client on my laptop and D is minimized client. I'm using Synergy/Multibox (both of them seems to work exactly the same in WoW) to broadcast my keys from desktop pc to laptop. So A and C which are on fullscreen work just fine but B and D causes some problems.

    I've been searching some scripts from this forum but no matter which one I use it does not work properly. For example I have Frost Armor binded to "1". When I hold 1 down on my keyboard B and D casts their frost armor instantly and keep casting it as long as the button is hold down. A and C in the other hand cast it only after the button is released, which is ofcourse how it should work. So the problem is that ahk keeps spamming the button up and down as long as I keep it pressed down. Any ideas?

    The scripts I've tested this with:

    [code:1]~1::
    ControlSend, , {1 Down}, ahk_id %idClone%
    ~1 Up::
    ControlSend, , {1 Up}, ahk_id %idClone%
    [/code:1]
    [code:1]#IfWinActive, World of Warcraft
    ~2::
    ;ControlSend,, {1 down}, ahk_id %idMain%
    ControlSend,, {1 down}, ahk_id %idClone%
    KeyWait, 2
    ;ControlSend,, {1 up}, ahk_id %idMain%
    ControlSend,, {1 up}, ahk_id %idClone%
    Return[/code:1]
    [code:1]#IfWinActive, World of Warcraft
    ~1::
    ControlSend,,{1 down}{1 up}, ahk_id %idClone%
    return [/code:1]

  3. #113

    Default

    Ok now I have this new problem. How to get this script to detect main window out of three wow clients? Here is the original and modified which could work with some slight modifications...

  4. #114

    Default

    Omg i got a mean bug O.o
    Makes me unanvible to run the program :
    Error at Line 21.
    Line text 1
    Error dublicant hotkey.
    The program will exit.

    And i really cant get it away.. I'v reinstallet it many times..

  5. #115

    Default

    Quote Originally Posted by Niko33
    Error at Line 21.
    Line text 1
    Error dublicant hotkey.
    The program will exit.
    Duplicant hotkey?

    If so remove the Identical hotkey in the script and try again.
    Wilbur

  6. #116

    Default

    The problem pretty much is that i cant open the program.
    The autoHotkey.exe..
    Any ideas to reset ?

  7. #117

    Default

    you cant actually open it

    you just need to install it and then make scripts in Notepad, then rename files to *.ahk and start them with double-click
    Coffee Resurrects.

  8. #118

    Default

    Open the SCRIPT file that it was compiled from - Edit that.
    Wilbur

Similar Threads

  1. Autohotkey
    By Primevil in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 01-25-2009, 04:06 AM
  2. FTL with autohotkey
    By wowphreak in forum Software Tools
    Replies: 1
    Last Post: 11-21-2008, 07:43 AM
  3. Autohotkey
    By ddzang in forum Software Tools
    Replies: 3
    Last Post: 01-13-2008, 08:46 PM
  4. Autohotkey
    By Anonymous in forum Software Tools
    Replies: 3
    Last Post: 09-25-2007, 09:23 AM
  5. autohotkey
    By homerjunior in forum General WoW Discussion
    Replies: 0
    Last Post: 01-01-1970, 12:00 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
  •