Thread Tools Display Modes
12-03-23, 09:23 PM   #1
Flip_method
A Kobold Labourer
Join Date: Dec 2023
Posts: 1
Request: Battle Pets color variant identifier

Currently in game many different battle pets can come in color or even model variants. But unless you are very wise in the ways of collecting you won't know that the (example
Nameless octopede you own that has an eye patch is a model variant with a drop rate of less than .02%. this example pet can be bought and sold on the auction house but there is current no way a buyer could tell it's a model variant. And would be posted at the same price. There are no in journal indicators either.

Is this possible via add ons or an addition to an existing add on?
  Reply With Quote
02-21-24, 10:33 PM   #2
Popamill
A Kobold Labourer
Join Date: Feb 2024
Posts: 1
How can the identification of battle pet color or model variants be improved within the game, either through addons or enhancements to existing ones?
__________________
  Reply With Quote
02-22-24, 02:11 AM   #3
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,934
The question is whether the variant thought is because the developers used the same model for a new creature to save time or whether they designed multiple creatures as part of a *species* range and each one you get is a different pet in that species.


The only function I can see that may help you see if that's possible is this one:

https://warcraft.wiki.gg/wiki/API_C_...PetInfoByIndex

petID, speciesID, owned, customName, level, favorite, isRevoked, speciesName, icon, petType, companionID, tooltip, description, isWild, canBattle, isTradeable, isUnique, obtainable = C_PetJournal.GetPetInfoByIndex(index)

index being the position in the journal starting from 1.

This is also an interesting function if it isn't linked to setting which pets are part of the random summon option. Could this mean that pets in some species have a random visual display explaining that *rarity* version you are talking about.
https://warcraft.wiki.gg/wiki/API_C_...sRandomDisplay
usesRandomDisplay = C_PetJournal.PetUsesRandomDisplay(speciesID)


The random summon function
https://warcraft.wiki.gg/wiki/API_C_...ummonRandomPet
C_PetJournal.SummonRandomPet(favoritePets)
This page just shows the option of only summoning a random pet amongst your favourites or all pets

But to help at the auction house. I doubt there is anything out there. There is no drop rate mentioned on any of the pets info so that drop rate is probably calculated outside of wow by the player base based on statistics. If not, where is that 0.02% drop rate accessed in game ?
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818

Last edited by Xrystal : 02-22-24 at 02:14 AM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Request: Battle Pets color variant identifier


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off