1. #1

    Macro: Make it two clicks instead of one.

    Right now i have a macro that goes

    Code:
    /cast Sprint
    /use Awesome Boots Enechanted with Nitro.
    But this one casts Sprint and uses the Nitro Boots at the same time when i click it. I want to make like a two click macro, click it the first time(even if i spam click)it will cast only sprint, when i click it a bit later it will use the boots.

    Basicaly i just don't want both abilities used at the same time if both are off the cooldown.
    I guess i need a sort of an artificial gcd or something.
    Any ideas?

  2. #2

    Re: Macro: Make it two clicks instead of one.

    tried this 1?
    Code:
    /castsquence reset=dead/nocombat/alt Sprint, Awesome Boots Enechanted with Nitro

  3. #3

    Re: Macro: Make it two clicks instead of one.

    /cast Sprint
    /stopcasting
    /use Nitro

    ?



    You could always make it a modifier based macro


    /cast Sprint
    /use [modifier:shift(you can use alt,ctrl,etc)] Nitro boost


    with that youll just have to hit the button for sprint, then press your modifier and then the button


  4. #4
    Deleted

    Re: Macro: Make it two clicks instead of one.

    uhm, don't have eng on my rogue but i would try


    /castsequence reset=200 [nostealth] Name of Boots, Sprint
    /cast [stealth] Sprint


    nostealth = 1st click boots, 2nd sprint

    stealth = sprint

    hth

  5. #5

    Re: Macro: Make it two clicks instead of one.

    I don't want it to be a modifier cause i already have 20+ keybindings and everything is taken
    Thanks for the effort guys, trying now.

  6. #6

    Re: Macro: Make it two clicks instead of one.

    Quote Originally Posted by tialk
    uhm, don't have eng on my rogue but i would try


    /castsequence reset=200 [nostealth] Name of Boots, Sprint
    /cast [stealth] Sprint


    nostealth = 1st click boots, 2nd sprint

    stealth = sprint

    hth
    Thanks a lot, works like a charm!

  7. #7

    Re: Macro: Make it two clicks instead of one.

    /cast [button:1] Sprint;[button:2] Awesome Boots Enchanted with Nitro


    If you left click the button it does sprint and if you right click it does the nitro.
    This is of course only useful if you are actually clicking the button with the mouse.

Posting Permissions

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