Close
Showing results 1 to 6 of 6

Hybrid View

  1. #1

    Default HW Boxing Macros Help

    Hey guys,

    Trying to figure out a way to basically simulate skipping a keypress in a macro. Something like below, which I have tried with different target variables to no avail.

    https://wowwiki.fandom.com/wiki/Mult...#Heal_rotation

    and

    https://wowwiki.fandom.com/wiki/Mult...ealing_madness

  2. #2

    Default

    the Gnomesequencer addon is your friend. For example here is a "round robin" interrupt:



    TL;DR, 1st press triggers Rebuke, presses 2-5 attempt to trigger Blessed Hammer. Then your other toons would have the interrupt on different lines, so only one gets triggered per press and the other characters attempt to cast some basic spell. Whether the spell goes off does not matter for the addon, it will drop to the next line after each press (as long as it is set to sequential).
    Attached Images Attached Images  

  3. #3

    Default

    Cant get this to work. Trying with Earthbind Totem

    /cast Earthbind Totem
    /cast Purge
    /cast Purge
    /cast Purge
    /cast Purge

    /cast Purge
    /cast Earthbind Totem
    /cast Purge
    /cast Purge
    /cast Purge

    etc etc

    also tried cast sequence as well

    /castsequence Earthbind Totem, Purge, Purge, Purge, Purge

    /castsequence Purge, Earthbind Totem, Purge, Purge, Purge

    etc etc

  4. #4

    Default

    Are you just putting that in an in-game macro? If so, then, yes it will not work.

    The addon is doing the "skipping" in my example. AFAIK there is no way to do it with just the normal macro interface.

  5. #5

  6. #6

    Default

    Quote Originally Posted by yeaunome View Post
    im using gse
    Then the first option should work. You have the GSE macro set to be sequential, right? GSE should simply go through the lines, changing to the next one after each keypress.


    A castsequence technically might work as well, but they do not advance to the next spell prior on keypresses but rather on when the spell is actually cast, so the system might get "out of sync" if a character fails to cast the spell for some reason, for example being on GCD. This is where GSE is better for this since it does not matter whether or not the spell actually goes off for the sequence to advance to the next step.

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •