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

    Default EQ Does not pass Keystroke

    Hello,
    I am a first time Duel Boxer and am currently Trying to automate passing Hotkeys to my Everquest Client.

    The following Code gets and recognizes the Window just fine and When I press the Button it recognizes the Keypress but does not pass it to the Client. Any Idea? NOTE : I used the Sticky AutoHotKey as a reference.

    Code:
    WinGet, eqid, List, EverQuest
    ~1:: 
    KeyWait, 1, D
    #IfWinActive, EverQuest
    {
    ControlSend,, 1, ahk_id %eqid1%
    ControlSend,, 1, ahk_id %eqid2%
    }
    Return

  2. #2

    Default

    The only current way to use AHK with EQ2/DAoC is to use a program called Innerspace, which you have to pay for. It locks specified windows in the foreground, as active.

    The above is the common accepted reply to such requests, however AHK can actually control which window is active and change the active window. So, you could accept a keypress from the keyboard, apply it to the active window, switch active windows, apply it to that window, etc. I do believe that this will create some serious lag issues and most likely hard locks with rapid window changing.

    Lokked
    "For God's sake, don't stand there at 30 yards trying to cast a spell, he will melt your face period."

    Lokked

  3. #3

    Default

    I was able to use Octopus to successfully send input to multiple everquest windows (even if one was in the background). It was on old eq client because I was playing on Shards of Dalaya, but it worked. Look for it in the software tools section and try it out.

  4. #4

    Default

    Quote Originally Posted by 'jrox',index.php?page=Thread&postID=32695#post3269 5
    I was able to use Octopus to successfully send input to multiple everquest windows (even if one was in the background). It was on old eq client because I was playing on Shards of Dalaya, but it worked. Look for it in the software tools section and try it out.
    Actually I am using an EQEMU server, not an old one though, I tried Octopus and didn't really understand it. It did however, find my EQ windows. I tried putting in Keys to pass but it didnt do anything. Unless I did somthing wrong. Do you remember how you had it setup?

  5. #5

    Default

    Quote Originally Posted by 'Lokked',index.php?page=Thread&postID=32687#post32 687
    The only current way to use AHK with EQ2/DAoC is to use a program called Innerspace, which you have to pay for. It locks specified windows in the foreground, as active.

    The above is the common accepted reply to such requests, however AHK can actually control which window is active and change the active window. So, you could accept a keypress from the keyboard, apply it to the active window, switch active windows, apply it to that window, etc. I do believe that this will create some serious lag issues and most likely hard locks with rapid window changing.

    Lokked
    I Decided to try this Innerspace but it seems AHK still does not work with it in the methd I used in the first post.
    If anyone knows how to do so with Innerspace please let me know

  6. #6

    Default

    For EQ2 anyways with innerspace you have to go into options and lock each instance to forground. (its in the game configuration)

    If you have done that and its still not working, I dunno

Similar Threads

  1. Keystroke Action Question
    By MiRai in forum Software Tools
    Replies: 5
    Last Post: 05-27-2009, 01:15 PM
  2. Neither keystroke nor octopus will work
    By inusionx in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 10-21-2008, 09:29 AM
  3. Keystroke duplication
    By Nifoyg in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 04-30-2008, 01:51 AM
  4. How would you turn all guys around 180* with a keystroke?
    By Evilseed in forum Software Tools
    Replies: 22
    Last Post: 03-15-2008, 07:52 AM
  5. Keystroke Broadcasting apps.
    By Scribbler in forum General WoW Discussion
    Replies: 3
    Last Post: 03-30-2007, 11:32 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
  •