1. #1
    The Patient
    10+ Year Old Account
    Join Date
    Dec 2009
    Location
    Alabama, USA
    Posts
    220

    MW two in one macro?

    Is there a simple macro for jab and soothing mist so that I use jab while in stance of the spirited crane and use soothing mist in stance of the wise serpent?

  2. #2
    You'd do something like this:

    Code:
    #showtooltip
    /cast [stance:1]Soothing Mist; [stance:2]Jab
    I haven't made one of these macros in quite a long time, so you might have to do some tweaking. Should work though.

  3. #3
    The Patient
    10+ Year Old Account
    Join Date
    Dec 2009
    Location
    Alabama, USA
    Posts
    220
    Thanks that works, but how do I also add a mouseover to that macro?

  4. #4
    This might work, but I'm not able to get into the game and test it out right now. I'm not sure how the targeting and the stance modifier will work together.

    Code:
    #showtooltip
    /cast [@mouseover,stance:1]Soothing Mist; [@mouseover,stance:2]Jab
    You could also try this.
    Code:
    #showtooltip
    /cast [@mouseover][stance:1]Soothing Mist; [stance:2]Jab
    There's a lot more you could try (like adding it help and nodead conditions), but I'd get the basic functionality down first.

  5. #5
    Deleted
    I don't really see how this is necessary since the actionbar1 between crane and serpent are mutually exclusive? Or of course that could just be my UI setup and I'm missing the point

  6. #6
    Quote Originally Posted by Healeze View Post
    I don't really see how this is necessary since the actionbar1 between crane and serpent are mutually exclusive? Or of course that could just be my UI setup and I'm missing the point
    Not everyone has every skill they use in a particular stance on actionbar 1.

  7. #7
    Quote Originally Posted by dreameer111 View Post
    Thanks that works, but how do I also add a mouseover to that macro?
    /cast [@mouseover,help,exists,nodead,stance:1][stance:1] Soothing Mist; Jab

  8. #8
    ^ This one is correct.

Posting Permissions

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