Thread: Rend / MS macro

  1. #1

    Rend / MS macro

    Hi there!

    I'm trying to figure out how to set a macro to do the following: First strike cast Rend, and then cast indefinately Mortal Strike until I change target, reseting the macro. I'm not sure if its possible to do such thing.

    /castsequence reset=target Rend, Mortal Strike

    I guess is something like that but with some condition to cause it to keep Mortal Strike until I change target, I don't know.

    Thanks in advance
    Last edited by Sylar Hao; 2011-04-29 at 11:37 PM.

  2. #2
    You can consider an alternate option which is to macro Rend with Charge. Charge is unaffected by the GCD.

    It would look like this roughly.

    #showtooltip
    /cast Charge
    /cast Rend
    Or if you want to do it your way it would have to look like this.

    #showtooltip
    /castsequence reset=target Rend,Mortal Strike,Mortal Strike,Mortal Strike,Mortal Strike,Mortal Strike,Mortal Strike,Mortal Strike,Mortal Strike,Mortal Strike,Mortal Strike,Mortal Strike,Mortal Strike,Mortal Strike,Mortal Strike,Mortal Strike
    After about a minute and a half of spamming Mortal Strike on the same target it will go back to Rend for one cast though.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

Posting Permissions

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