Close
Showing results 1 to 5 of 5
  1. #1
    Member luxlunae's Avatar
    Join Date
    Aug 2008
    Location
    Bay Area, CA
    Posts
    1431
    Blog Entries
    37

    Default Auto hotkey staggered by window?

    k so I'm using auto hot keys the script from the wiki

    ClonesPush(strKeys)
    {
    global WowWinId1
    global WowWinId2
    global WowWinId3
    global WowWinId4
    global WowWinId5
    IfWinNotActive, ahk_id %WowWinId1%
    ControlSend, , %strKeys%, ahk_id %WowWinId1%
    IfWinNotActive, ahk_id %WowWinId2%
    ControlSend, , %strKeys%, ahk_id %WowWinId2%
    IfWinNotActive, ahk_id %WowWinId3%
    ControlSend, , %strKeys%, ahk_id %WowWinId3%
    IfWinNotActive, ahk_id %WowWinId4%
    ControlSend, , %strKeys%, ahk_id %WowWinId4%
    IfWinNotActive, ahk_id %WowWinId5%
    ControlSend, , %strKeys%, ahk_id %WowWinId5%
    }
    Now I want to stagger how things get sent out by 1/20th of a second, basically just for mana conservation in the case that I dont need 4 toons worth of spells. I think this would be ok since it would be one key still sending one keypress, I just want each keypress a little further behind my main. Any thoughts on how to do this?

  2. #2
    Member luxlunae's Avatar
    Join Date
    Aug 2008
    Location
    Bay Area, CA
    Posts
    1431
    Blog Entries
    37

    Default

    erm one keypress per window, just want them to occur at slightly different times

  3. #3

    Default

    I believe I remember a blue post that stated delays on a keypress fall under the cloak of automation. I could be wrong, but it's something I'd research before trying out...

  4. #4

    Default

    Delaying one keypress at different times across windows would cross into the realm of automation. Find a legal way to do it.
    Ex-WoW 5-boxer.
    Currently playing:
    Akama [Empire of Orlando]
    Zandantilus - 85 Shaman, Teebow - 85 Paladin, Kodex - 85 Rogue.

    Definitely going to 4-box Diablo 3 after testing the beta for how well this would work.

  5. #5
    Member luxlunae's Avatar
    Join Date
    Aug 2008
    Location
    Bay Area, CA
    Posts
    1431
    Blog Entries
    37

    Default

    Ok thats two opinions against one, better safe than sorry.

Similar Threads

  1. Need help with auto hotkey
    By tankstorm in forum Software Tools
    Replies: 1
    Last Post: 11-07-2008, 12:50 AM
  2. Auto hotkey
    By darkkille267 in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 08-23-2008, 11:00 PM
  3. auto hotkey help with macros
    By kojak965 in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 06-16-2008, 09:27 AM
  4. Auto Hotkey Dual Box Code
    By samhaine in forum General WoW Discussion
    Replies: 11
    Last Post: 07-11-2007, 05:58 PM
  5. Auto Hotkey Script?
    By mufar in forum General WoW Discussion
    Replies: 7
    Last Post: 07-09-2007, 10:50 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
  •