This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Pet Macro Question
Post Reply
Return to board index
Post by
Aydinn
#showtooltip
/cast Demonic Empowerment
/cast Intercept
/cast Sacrifice
/cast Seduction
/cast Firebolt
/cast Silence
This is the main macro I use. Most used pet abilities. But, as Demo, I have DE and want to cast it before sending in my pet to atk. The problem I am having is if I use the above macro, it shows the CD of DE which I do not want to see. Is there a way to make it show the spell CD depending on pet I have out?
#showtooltip (or something like this?
/cast Demonic Empowerment
/cast Intercept
/cast Sacrifice
/cast Seduction
/cast Firebolt
/cast Silence
Note: I also use this with the Icon so it shows pet ability as the icon image.
Post by
Sagerauru
I think the macro would have it's own sort of "cool-down" animation where it takes the same amount of time to cool down before you can click it again. I had a macro that used an item that had a 10-minute cool-down, and I could not click the icon until 10 minutes had passed.
Unless you want the pet's ability to show up when you mouse-over, in which case I am not sure how you would do that.
Post by
Aydinn
I don't want to see the pet ability in a macro, i need the macro to show the Cooldown of the pet ability.
Ex.
Instead of the 1min cooldown of Demonic empowerment (which is what this shows atm) i want it to show the cooldown of intercept, spell lock, seduction, etc. depending on which pet i have out. I don't want to have to specify a tooltip to show for an individual pet.
Post by
Neffi
Well, you'll have to. A blank #showtooltip evaluates its own icon based on conditionals, and takes the first valid one. Demonic Empowerment will always evaluate as the first valid one, because it's set to run always, and it's listed first. To overwrite it, you have to specify your own conditional check.
#showtooltip Intercept; Sacrifice; Seduction; Firebolt; Silence
/cast Demonic Empowerment
/cast Intercept; Sacrifice; Seduction; Firebolt; Silence
You can't just simply show a cooldown.
Post by
Aydinn
Thank you Nef. I thought there was a way to do it but didn't know how.
<3
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.