macro for pet quality
Posted: November 23rd, 2012, 11:29 am
i got this off a this sit but couldn't find it again. it tells u the quality of the pet u are battling
/run hooksecurefunc("PlaySoundKitID", function(Q) if Q==31584 then for i=1,C_PetBattles.GetNumPets(2) do SELECTED_CHAT_FRAME:AddMessage(C_PetBattles.GetName(2,i).." - ".._G["BATTLE_PET_BREED_QUALITY"..C_PetBattles.GetBreedQuality(2,i)]) end end end)
/run hooksecurefunc("PlaySoundKitID", function(Q) if Q==31584 then for i=1,C_PetBattles.GetNumPets(2) do SELECTED_CHAT_FRAME:AddMessage(C_PetBattles.GetName(2,i).." - ".._G["BATTLE_PET_BREED_QUALITY"..C_PetBattles.GetBreedQuality(2,i)]) end end end)