Easier way to see missing pet skins

Share pet collecting news and advice.
Post Reply
Ricknar
Posts:2
Joined:February 8th, 2019
Pet Score:13789
Realm:Bronzebeard-us
Contact:
Easier way to see missing pet skins

Post by Ricknar » July 16th, 2019, 4:08 pm

Was curious if anyone knew of a simple way to track pet alternate skins. As it is right now, its seems like a lot of effort to click on a wild pet to start the fight and then open up the pet tab to check to see if any of the wild pets are new skins or the same. I was surprised to find out the malfunctioning microbot on Mechagon island has not just three skins but three different models. Which made me wonder what else I might have missed collecting wilds pets for this patch.

So if anyone has any suggestions, addons, or other easier methods for tracking wild pet alternative skins, I’d love to hear them.

User avatar
Vephriel
MVP
Posts:29
Joined:May 4th, 2008
Pet Score:13856
Realm:Wyrmrest Accord-us
Contact:

Re: Easier way to see missing pet skins

Post by Vephriel » July 19th, 2019, 3:59 pm

It's not the most concise way, but there's a macro you can use that will display all possible skins of a mob in-game in a dressing room window. You have to spam the macro a bit because it's random which skin it will display in the preview window, but it should give you a fairly good idea of how many different ones there are after a few clicks.
/run local npcid = tonumber(strmatch(UnitGUID("target"),"-(%d*)-%x*$")) print("Target NPC Family: ", UnitCreatureFamily("target"), " ID: ", npcid) ShowUIPanel(DressUpFrame) DressUpModel:SetCreature(npcid)
The caveat of this is you need to be able to target the pet first in order for it to work, so you need to own it yourself or be able to target it in the wild.
Image

Ricknar
Posts:2
Joined:February 8th, 2019
Pet Score:13789
Realm:Bronzebeard-us
Contact:

Re: Easier way to see missing pet skins

Post by Ricknar » July 26th, 2019, 12:22 pm

This worked out great, thank you so much for posting it. The fact that it also shows the pets in the dressing room and at a much bigger size makes it much easier to see how the skins are different.

Post Reply