1. #1

    Question: macro with "known talent" and @cursor

    So, as a shaman, I have a tier where I can choose between Earthgrab Totem and Wind rush totem.

    Ok, I want a macro that does the next: if Earthgrab is chosen, then cast Earthgrab at @cursor. If Wind rush is chosen, then cast Wind rush in @cursor.

    Also want the macro to show the CD of the chosen one.

  2. #2
    Code:
    #showtooltip
    /cast [known:51485,@cursor] Earthgrab Totem; [@cursor] Wind Rush Totem

  3. #3
    Quote Originally Posted by Elvenbane View Post
    Code:
    #showtooltip
    /cast [known:51485,@cursor] Earthgrab Totem; [@cursor] Wind Rush Totem
    Bro exactly what I was searching. Quick and accurate, thanks you so much!

Posting Permissions

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