other iconRandom companion pet macro

22
vote up

Macro for Wow: Random companion pet macro for Other. Works in World of Warcraft patch 5.4 Siege of Orgrimmar, Mists of Pandaria

Posted on: 09-22-2012 - Updated on: 02-01-2014 - viewed 5710 times

Need help?

Description:

This cool Wow macro will summon a random companion pet from your journal. 

/run local p,t,d=C_PetJournal,{} for i=1,p.GetNumPets(false) do d=p.GetPetInfoByIndex(i) if p.PetIsSummonable(d) and d~=p.GetSummonedPetID() then tinsert(t,d) end end p.SummonPetByID(t[random(#t)])

Leave a Reply

Your email address will not be published. Required fields are marked *

301 Moved Permanently

Moved Permanently

The document has moved here.