Page 1 of 1

pet summoning macro

Posted: December 1st, 2012, 10:29 am
by GormanGhaste
This macro will randomly choose between using /randompet and /randomfavoritepet:

Code: Select all

/run C_PetJournal.SummonRandomPet(random(0, 1) == 1)
Thanks to Choonster on the WoW UI and Macro forum!

http://us.battle.net/wow/en/forum/topic ... 2?page=1#8

Re: pet summoning macro

Posted: December 1st, 2012, 2:39 pm
by Quintessence
Nice!

Question: Can you only summon a random one from your favorites list by using /randomfavoritepet? Or will /randompet also choose one from that specific list every now and then?

Re: pet summoning macro

Posted: December 1st, 2012, 11:45 pm
by GormanGhaste
I assume /randompet chooses from all the pets.