1. #1
    Deleted

    Cage all pets macro, but skip favorite pets (Help needed)

    Currently I'm using this macro which cages all pets:

    Code:
    /run local p,j={},C_PetJournal for i=1,j.GetNumPets() do p={j.GetPetInfoByIndex(i)} if p[16] and p[1] then j.CagePetByID(p[1]) return end end
    Anyone know how do I skip caging pets which are set as favorite and also skip caging pets which are in battle slots?
    Last edited by mmoc09d949bcd0; 2017-02-28 at 09:35 AM.

Posting Permissions

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