1. #1

    Lil help with this macro

    I have been tryin to make a simple macro but its not quiet working as i want it to.......I need a one button macro to use Overpower/ Execute when they proc......



    I've tried

    /castrandom Overpower, Execute


    this one too

    /castsequence Overpower, Execute


    Neither are working....



    Appreciate any help with this

  2. #2

    Re: Lil help with this macro

    /castrandom Overpower, Execute

    This will work if you spam it.

    The castsequence one will only work if you use Overpower then Execute then Overpower, etc.

    Note that if you put any /cast{,random,sequence} afterwards, those will not work unless the Overpower or Execute goes through (in which case, the second /cast would have to be an instant - you may as well put it first). Basically, how the macro works is this: when trying to cast a spell that triggers the global cooldown, stop the macro if it fails to fire; when trying to cast a spell that does not trigger a global cooldown, the macro will continue even if it fails to fire for whatever reason.

    Therefore, it is impossible to do a macro such as

    /castrandom Overpower, Execute
    /cast Slam

    but possible to do

    /use 13 #trinket 1
    /use 14 #trinket 2
    /cast Berserker Rage
    /cast Slam

Posting Permissions

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