1. #1
    Deleted

    Provoke + Black Ox Statue Macro

    Yo!

    So I made this macro:

    #showtooltip Provoke
    /target Black Ox Statue
    /cast Provoke
    /targetlasttarget

    It works perfectly when I have a BLack Ox Statue up, however when Black Ox Statue is NOT up and I just wanna Provoke my current target, it stops working, cuz it will stop targeting the current mob and therefore cant cast Provoke.

    Is it possible that if Black Ox Statue is not up it just uses taunt on the current target without using a modifier? If not, how would it work with a modifier?

    Thanks!

  2. #2
    Condition macros are not possible

  3. #3
    The Lightbringer
    15+ Year Old Account
    Join Date
    Jun 2008
    Location
    Italy
    Posts
    3,564
    /targetexact Black Ox Statue
    /cast Provoke
    /targetlasttarget [help]

  4. #4
    Similar to mine, I use this

    Code:
    #showtooltip
    /targetexact [mod:shift]Black Ox Statue
    /cast Provoke
    /targetlasttarget [mod:shift]

    Also
    Code:
    /click TotemFrameTotem1 RightButton
    to quickly put it away.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  5. #5
    Quote Originally Posted by lawomous View Post
    Similar to mine, I use this

    Code:
    #showtooltip
    /targetexact [mod:shift]Black Ox Statue
    /cast Provoke
    /targetlasttarget [mod:shift]
    But it dosen´t work?
    when pressing shift nothing happends ?

Posting Permissions

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