- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,100 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,960 Monthly Downloads
- Supports: 5.0.5
- 162,428 Total Downloads
- Updated 10/12/2012
- Created 09/29/2012
- 280 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,250 | 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,025,230 Monthly Downloads
-
- Bagnon
- Bags & Inventory
- 481,343 Monthly Downloads
-
- Auctioneer
- Mail, Tooltip, Bags & Inventory, Professions, and Auction & Economy
- 334,076 Monthly Downloads
-
- Recount
- Combat
- 328,627 Monthly Downloads
-
- HealBot Continued
- Healer and Unit Frames
- 299,676 Monthly Downloads




Comments
I've looked through the files and found that the problem is actually in the BattlePetQualityNotifier.lua file on line 52. The order of variables on that line that are returned by C_PetJournal.GetPetInfoByPetID are off now because 'isFavorite' was added. Simply putting 'isFavorite' between 'name' and 'displayID' fixes the mod.
The same fix needs to be applied in LibPetJournal-2.0. Only after I made the change in both places did the tooltip have the right information.
I"ve made this suggested change as indicated but the mod still reports all wild pets incorrectly as <Not Owned>. It would be very useful to get an official update that addresses this matter.
The bug I'm noticing is the text message displayed immediately upon entering the pet battle. It will always report the listed pets as (Not Owned) even if they are in your collection.
I've been trying to figure out what would be causing this as I'm not seeing this paticular bug as this fix resolves the issue of "none" showing up when you mouse over a wild pet. I have disabled every addon and tested it and did not see this bug while someone else with the bug did the same and still had the bug. So it appears to be some where between the game client settings and this addon.
I can confirm that putting "isFavorite" betveen "displayID" and "name" works.
However it was not on line 52 for me. its on line 38 and on line 63.
File opened in Wordpad.
For those who dont find the file its located in: ...../World of Warcraft/interface/addons/battlepetqualitynotifier/
name of file is: BattlePetQualityNotifier.lua
I cannot find such a line with "isFavorite" - and I do have the latest one available here from Curse. Any additional help? Am I looking in the wrong .lua? I also cannot find a line where 'isFavorite' could be put between 'name' and 'displayID'. Clueless :(
Didn't fix the problem, I'm still getting (Not Owned) for every pet (and I do own them, except of course not in every quality as I usually "throw away" the lesser ones, once I get f.ex. the blue version.
The problem is that "isFavorite" is missing and you need to add it to the line to fix it. It should be line 52 that you add it to and you need to add it between "displayID" and "name" so that it'll read as "..., displayID, isFavoriate, name, ..."
Confirmed.
Thanks! <3
I can also confirm that this works!
worked.
11/30 6:25 US Central time - I keep "Updating" but WoW continues to say it is out dated?? What do I need to do??
NEVERMIND - I just noticed that this has not been updated since sometime last October. Wonder when it will get updated? I really loved it.