Thread: SummonRandomPet

  1. #1
    Pandaren Monk shokter's Avatar
    10+ Year Old Account
    Join Date
    May 2010
    Location
    Alamo's basement
    Posts
    1,792

    SummonRandomPet

    Has anyone found a working summon random Companion Pet Macro for 5.0.4? My old one was /run SummonRandomCritter(): (or something close to that) however the action is now restricted.

    Clearly this is the most important issue facing WoW players adapting to the new patch right now.
    "Brevity is...wit"

  2. #2
    Deleted
    I have an addon called Collect me, which lists all titles,mounts and pets I have, and which I need to get, included in this addon is a little icon you can press for a random pet, which I have stuck down next to my main bar (: Hope this helps!

  3. #3
    Pandaren Monk shokter's Avatar
    10+ Year Old Account
    Join Date
    May 2010
    Location
    Alamo's basement
    Posts
    1,792
    Thank you...holding off on new addons atm...but I'll pick it up in the next few weeks.
    "Brevity is...wit"

  4. #4
    Deleted
    /run local t,p,r={},C_PetJournal for i=1,select(2,p.GetNumPets(false))do local a,_,b,c,_,_,_,d=p.GetPetInfoByIndex(i)if b then tinsert(t,{a,c or d})end end r=random(#t)p.SummonPetByID(t[r][1])SendChatMessage(t[r][2]..", I Choose You!")

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •