Project details
 
World of Warcraft Game

PetOverlay

Allows you to create an autocast overlay for macros that control a pet skill.

To use, include the following in your macro:

#pet skillname

Where 'skillname' is the name of a skill, such as

#pet Call of the Wild

This will add an autocast overlay showing you the status of the 'Call of the Wild' skill. To make a macro act like a normal pet skill button, be sure to include a /petautocasttoggle command on right click, such as:

#showtooltip Call of the Wild
#pet Call of the Wild
/petautocasttoggle [button:2] Call of the Wild
/cast [nobutton:2] Call of the Wild

As of right now, the "#pet" command will not accept conditionals like #show and #showtooltip, so your macro can only ever display the autocast status of 1 specific spell.

Original macro code by Xelron

Comments
 
You must login to post a comment. Don't have an account? Register to get one!
 

Be the first to comment!