Close
Showing results 11 to 20 of 67

Threaded View

  1. #11

    Default

    Quote Originally Posted by Wizeowel View Post
    The standard implementation of auto-assist, auto-interact abilities in ISBoxer is already more than 1 keypress: assist FTL macro, click-to-move macro, IWT button. Sending multiple keys at once is absolutely fine.

    What's not fine is any kind of delay between the hardware action and the keypress message, e.g. that the keyup comes later than the keydown.

    Wait, so 1 keypress = 1 action is no longer valid? I somehow doubt that (last time I asked about this it wasn't allowed :https://www.dual-boxing.com/threads/...221#post423221) .
    I suppose you could separate those actions to 2 actions with out breaking the 1 click - 1 action rule:

    #1 - Keydown
    Code:
    /assist
    /console autoInteract 1
    #2 - Keyup
    Code:
    IWT

    About this:
    Quote Originally Posted by JohnGabriel View Post
    You probably think that because anything not on the GCD can all be placed in the same macro and perform all with one click. But two things on the GCD cannot be macroed to cast at the same time.

    The movement keys are not on the GCD and can be used at the same time as other abilities without any problems at all. Running while shooting as an example. Nothing wrong with that at all.
    Ok, now I'm confused. Is there a blue-post that says this is fine?
    1 click --> 1 action only applies for abilities with GCD?
    Last edited by aasi888 : 11-06-2019 at 12:03 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
  •