1. #1
    Deleted

    Making a pet macro for Xuen, and I'm stuck with it. Any macro expert here?

    Hello there.

    I'm trying to make a pet macro that works a bit the same like my mage's water elemental macro works.
    In there I cast water elemental, but if it is up already I cast 'freeze'.

    I have this one right now for Xuen:

    #showtooltip
    /cancelaura spinning crane kick
    /cast [pet] provoke; Invoke Xuen, the White Tiger


    The big problem is that Xuen's taunt ability is also called Provoke. So I have no clue how I can get my pet to cast provoke when my macro commands always chose my own provoke over the one from my pet.

    Is there anyone out there that has a golden solution?
    Like is it possible to let a pet use the ability that, let's say, is on slot 1 of his pet bar?

    Hopefully anyone here can help.
    Thanks in advance.

  2. #2
    Try. Not sure if it will work, but from what I've done with macros for other classes, it should.

    #showtooltip
    /cancelaura spinning crane kick
    /cast Invoke Xuen, the White Tiger
    /cast [pet:xuen] provoke

    Edit
    Just tried that. It didn't work.

    This does, though:

    #showtooltip
    /cancelaura spinning crane kick
    /cast Invoke Xuen, the White Tiger
    /click PetActionButton5
    Last edited by Jocias; 2014-08-11 at 10:45 PM.

  3. #3
    Quote Originally Posted by Sephalo View Post
    Is there anyone out there that has a golden solution?
    Like is it possible to let a pet use the ability that, let's say, is on slot 1 of his pet bar?
    try this:

    /click PetActionButton(4-7)

    ie: /click PetActionButton5

  4. #4
    Deleted
    Thanks alot guys!
    It works!

Posting Permissions

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