1. #1

    Hunter macro help

    I pretty much want my burst macro to show the tool tip and icon for Roar of recovery when i have a cunning pet out and call of the wild when i have my ferocity pet out. Is this possible?

  2. #2
    Code:
    #showtooltip [pet:spider/monkey] Roar of Recovery; [pet:cat/wolf] Call of the Wild
    /cast OMGBURSTSPELLS
    Code:
    #showtooltip 
    /cast [pet:spider/monkey] Roar of Recovery; [pet:cat/wolf] Call of the Wild
    /cast OMGBURSTSPELLS
    Change to whichever pets you're using. Both macros works the same, just make sure you either have Roar/Call on the first line of the macro or as a specific conditional on the showtooltip.

  3. #3
    Thanks, the second one is exactly what i needed. Do I need to put each pet's name?

  4. #4
    Put the family of pet that you're using as written above [pet:spider/monkey/sporebat] etc.

    The macro can't automatically classify them as ferocity or cunning by itself, you have to tell it exactly which pets.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  5. #5
    ok thanks for clearing that up

Posting Permissions

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