This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
MAcro to swap pet talents / Turn growl on/off
Post Reply
Return to board index
Post by
Ludic
Was just wonder if there is any sort of macro or script command I can use to swap pet talents around and turn growl on/off. Basically would just like one button to swap pets talent to Tenacity and turn growl on and another button to swap talent to Ferocity and turn growl off. Thanks for the help.
Post by
pelf
It appears this is how you do it. I'm making an assumption that the numbers are: 1=Ferocity, 2=Tenacity, 3=Cunning. You will want to manually match the Growl auto-cast to the specialization as this macro will just toggle its setting.
/petautocasttoggle Growl
/run local s = GetSpecialization(false,true) == 1 and 2 or 1;SetSpecialization(s,true)
Neffi can probably shorten that for you
:)
, but that's the gist. Verified on my hunter.
Post by
Ludic
yep that works! Thanks again for the help, and thanks from all the tanks ill no longer tick off as well ;p
Post by
Lunyra
Sadly enough does not work anymore in Legion.
If you're in let's say Tanking Spec for your Pet with Growl On, and switch to DPS Spec with Growl Off, it will flip Growl back On just after the talent change.
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.