|
MACRO'S
I LOVE
(under development)
Constantly changing vanity Pet Macro This macro will swap your pets constantly (except when mounted) every 30 seconds (or however many seconds you set it to) /run AZ=nil; t=0; CreateFrame("Frame","AZ",UIParent) AZ:SetScript("OnUpdate", function(s,e) t=t+e; if t>30 then t=0; if IsMounted() ~= 1 then CallCompanion("CRITTER", random(GetNumCompanions("CRITTER"))) end end end) Replace "t>30" with the amount of seconds you want,Reload UI after changing the seconds, note first pet won't appear until 30 seconds Unfortunately the only way to STOP the above macro is to make another macro, OR reload UI. The Stopping macro is : /run AZ:Hide() Random Pet Macro (not automatic) just type: /run CallCompanion("CRITTER", random(GetNumCompanions("CRITTER"))) click
raven to go to
Inspiraven's Main Page |