1. Makro help, one button, pause between uses

    Hello,

    I was wondering if there is a possibility to put a pause between the different effects of a makro?
    I'm using a spell with /cast and two items with /use that dont share a global cooldown, so when I press the button all activate at the same time.

    How can I make the makro, that after one click the first thing happens, after the second klick the second and after the third the third, like putting a pause between the commands.

    Greetings
    Fun

  2. Ok, I did:

    #showtooltip X
    /castsequence X, Y, Z

    and it seams to work.
    What if X is on cd? Does it immedietly jump to Y or do I have to press twice? Same with Z? Do I have to press thrice when X and Y are on cd?

    Edit: Ok, when I can't use Z the marko wont use X and Y, even though they are ready, how can I avoid this? :D

  3. Ok, I did:

    #showtooltip X
    /castsequence X, Y, Z

    and it seams to work.
    What if X is on cd? Does it immedietly jump to Y or do I have to press twice? Same with Z? Do I have to press thrice when X and Y are on cd?

    Edit: Ok, when I can't use Z the marko wont use X and Y, even though they are ready, how can I avoid this? :D
    It will cycle through X,Y,Z in that order, no matter what, unless you add "conditions".
    With simple /castsequence X, Y, Z it would still wait for X to be used before moving on to Y.

    /castsequence reset=10,death Scorch, Living Bomb, Fireball
    This would mean if you die, or the macro isn't pressed for 10 seconds, it resets.

    One way to make it easier, is order of the spells/items. Put the short CD spells/items 1st, then the longer ones.

    Without knowing what spells/items you want to use, I don't think I can offer more assistance.

    Also, taking an educated guess. You want the spell/items to be used in very specific order?
    Not some simple macro for use these all at once? e.g.
    #showtooltip
    /cast Bloodlust
    /use 8 (engineer hands)
    /use Potion of Speed
    Edited: October 31, 2019

Posting Permissions

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