- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,098 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top StarCraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
Battle Pet - Quality Notifier
- 28 Likes
- World of Warcraft
- 3,948 Monthly Downloads
- Supports: 5.0.5
- 162,187 Total Downloads
- Updated 10/12/2012
- Created 09/29/2012
- 278 Favorites
- Project Site
- Comments
- Release Type: Beta
- License: All Rights Reserved
- Newest File: Battle Pet - Quality Notifier 1.3.0
About Battle Pet - Quality Notifier
What's It do?
Simply displays some information about the wild pet in your chat window.
It displays
- The quality / rarity of the wild pet
- If the pet species is an upgrade in quality (Upgrade)
- If you don't have that species (Not Owned)
- World tooptips show what you currently have in journal when mouseover wild pets. This includes quality and level
Command Line settings: (1.3.0)
- /bpqn display default - Display text in the default chat window
- /bpqn display current - Display text in the current or active chat window

(Image: Quality via coloured pet name and 'Not Owned' tag)

(Image: World Tooltip - 1 Rare Level 7 Dusk Spiderling already in journal)
Added command line settings /bpqn display default - Display text in the default chat window /bpqn display current - Display text in the current or active chat window
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| Battle Pet - Quality Notifier 1.3.0 | Beta | 5.0.5 | 112,009 | 10/12/2012 |
| Battle Pet - Quality Notifier 1.2.1 | Beta | 5.0.5 | 25,140 | 10/06/2012 |
| Battle Pet Quality Notifier 1.2.0 | Beta | 5.0.5 | 679 | 10/06/2012 |
| Battle Pet - Quality Notifier 1.1.1 | Beta | 5.0.5 | 13,465 | 10/02/2012 |
| Battle Pet - Quality Notifier 1.1.0 | Beta | 5.0.5 | 5,506 | 09/30/2012 |
| Battle Pet - Quality Notifier 1.0.1 | Beta | 5.0.5 | 3,386 | 09/29/2012 |
Addon Packs Containing This...
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, and Boss Encounters
- 1,063,327 Monthly Downloads
-
- Bagnon
- Bags & Inventory
- 472,647 Monthly Downloads
-
- Recount
- Combat
- 336,477 Monthly Downloads
-
- Auctioneer
- Mail, Tooltip, Bags & Inventory, Professions, and Auction & Economy
- 326,497 Monthly Downloads
-
- HealBot Continued
- Healer and Unit Frames
- 310,169 Monthly Downloads




Comments
Man do I LOVE this addon.... I can't live without it. That's why I'm really bummed that it's not in the AddOn folder at the WOW character login. I've installed it several times... and finally got it to show up in Wow AddOns. But when I exited game and came back later it was gone. It's in my /interface/addons but doesn't show up where it has to, in the WOW AddOns folder at the character log in. I hope I've been clear :)
BTW, I'm one who supports addon developers. I love this addon and would donate to you. Why don't you have a donate button on the download. I've paid auctioneer $10/month for a year, I'd pay you too.
I am having an issue with this, and I am not sure if it's me or what.
Basically, it seems like the addon isn't communicating with my pet journal. It never sees that I have any pets captured at all. And it says I have none in my journal. I am also not sure if it's this add on or Pet tracker, but I cannot see the rarity of the pets by hovering over them.
I have done the replacing of the libpetjournal-2.0 , but that didn't seem to resolve either issue in either addon.
Is the addon conflicting with another addon, or does anyone else know of a solution to this.
I also tried uninstalling and reinstalling a few times. Maybe I am installing the Lib incorrectly, but I just did what Madar said about replacing the file with the downloaded one, and it's not working still
@madar2252 Thank you my addon was doing the same
A while ago the addon not really know which wild pet do i have already, and which not, and writing for every pet: (not owned), even if i have it already. However, since i updated the LibPetJournal-2.0 library, it's work again smooth, and know what do i have. (delete the LibPetjournal-2.0 folder under the \BattlePetQualityNotifier\ , then download the new one, and put there)
you can get the library here:
http://wow.curseforge.com/addons/libpetjournal-2-0/
If the author reading this, a simple repack would help a lot with the new library, so ppl would able to auto-update. Even if the official frame is tell you now you have this pet or not, that still dont tell the quality, and i love as this addon send a short list into the chat at combat start.
Thank you for the addon, and thank you for the library too for endx7.
Date: 2013-03-12 22:11:45
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\MyBattlePetNotifier\sharedvar.lua line 335:
Usage: GetPetStats(ID)
Debug:
[C]: GetPetStats()
MyBattlePetNotifier\sharedvar.lua:335: SearchZoneForPets()
MyBattlePetNotifier\sharedvar.lua:391: BuildTree()
MyBattlePetNotifier\sharedvar.lua:443: in main chunk
Locals:
(*temporary) = nil
AddOns:
<snip>
I am not sure this is a good solution as it seems to leave stuff not setup for later. I may just have to disable this until I find out if it is fixed. :(
It looks like petID is coming back nil.
Change line 335 to have these 2 lines:
local petID, speciesID, isOwned, customName, level, favorite, isRevoked, name, icon, petType, creatureID, sourceText, description, isWildPet, canBattle, isTradeable, isUnique, obtainable = p.GetPetInfoByIndex(i)
if ( petID ~= nil) then
then duplicate line 373 ("end").
I am not sure if that breaks anything else, but it seems to work for me.
Ther's an error in BattlePetQualityNotifier.lua:
Both calls of 'GetPetInfoByPetID' should be of the type
local speciesID, customName, level, xp, maxXp, displayID, isFavorite, name, icon,
petType, creatureID, sourceText, description, isWild, canBattle,
tradable, unique = C_PetJournal.GetPetInfoByPetID(petid)
i.e. you forgot the argument 'isFavorite'. Therefore 'name' gets the value of this argument and messes up the result of 'in journal:'.
As much as I love this addon, it keeps crashing and creating critical errors for WoW every time I go into the pet menu.
Also - it never did this before, but every pet battle it says "not captured" next to it even if I have one just like it.
I noticed this addon is out of date since 5.1 will there be any updates?
I like to know what breed it is when I capture, right now I have to mouse over each of the opponents to find their breed ID acronym to see if I want to capture any of them. It would be handy if your mod displayed this as well.
I tried updating my line 52 and it is still broken, i love this mod. It has not been update for 2 months now tho. Did mrbarnes86 quit working on this mod? Anyone else planning on taking it over? Its such a pain to do petbattles now without this mod. I miss it a ton
Could you describe what's not working? Saying it's broken doesn't help with fixing it.
Also, Medevel posted links to a download for a fixed copy of the mod in post 86.
I tried using them that were posted with the fix and it still does not work. So here goes critters don't list that i own them and when i battle it doesn't list the anything in the chat window anymore. The mod doesn't work at all it may as well not be installed because you see nothing in game that would tell you it was there. It worked before the last patch and now nothing
i have 5 not updated. it appears some combo is causing random crashing. thisis one not updated. could we get this one removed from the problem with an update?
The only issue I have is it tells me how many I have and levels, buts says none are in the journal.