- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,099 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
Pet Counter
- 1 Like
- World of Warcraft
- 22 Monthly Downloads
- Supports: 5.0.4
- 1,039 Total Downloads
- Updated 09/10/2012
- Created 09/03/2012
- 6 Favorites
- Project Site
- Comments
- Release Type: Release
- License: GNU General Public License version 3 (GPLv3)
- Newest File: Pet Counter v1.3
About Pet Counter
Please note that the addon cannot detect learned pets if the item does not contain the pet's default full name within it's item name. ie. Pet = "Calico Cat", Item = "Cat Carrier(Calico Cat)" is ok.
Since pet items only display "Already known" when you have learned 3 of them (or if they are unique), this addon is a (hopefully temporary) solution to that. It adds a line to tooltips displaying how many of a pet you already know.
It compares the Pet name to the item name and tries to find a match, so it may not be 100% accurate for all pets. If the pet is very expensive, and the addon is reporting you have 0 of that pet, it's probably a good idea to double check the Pet Journal manually.
The basic method of interacting with tooltips originates with Silverwind, and his idTip addon.
v1.3
-Fixed the filtering code and reduced the cpu load when mousing over an item (Thanks Nullberri)
v1.2
-Some small fixes
v1.1
-Small fix for Pet Journal filter bugs
v1.0
-Release
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| Pet Counter v1.3 | Release | 5.0.4 | 862 | 09/10/2012 |
| Pet Counter v1.2 | Release | 5.0.4 | - | 09/04/2012 |
| Pet Counter v1.1 | Release | 5.0.4 | - | 09/03/2012 |
| Pet Counter v1.0 | Release | 5.0.4 | - | 09/03/2012 |
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, and Boss Encounters
- 1,039,394 Monthly Downloads
-
- Bagnon
- Bags & Inventory
- 476,960 Monthly Downloads
-
- Recount
- Combat
- 332,077 Monthly Downloads
-
- Auctioneer
- Mail, Tooltip, Bags & Inventory, Professions, and Auction & Economy
- 330,308 Monthly Downloads
-
- HealBot Continued
- Healer and Unit Frames
- 303,569 Monthly Downloads
Comments
Any way you can add in specific checks for the items where their in-journal name doesn't match their item name?
Database person for AckisRecipeList & Collectinator
Yup, I can add those. I'll try and get that done soon.
I downloaded the 1.3, I went to the AH to test in the sale and pets but did not change anything in the preview. :(
XD
Each call to the below functions causes a PET_JOURNAL_LIST_UPDATE event to fire. Any addon which does work during that even will cause a framerate drop. (this happens in PJE pre 2.1.5, PJEX, and others)
Instead you should check out http://wow.curseforge.com/addons/libpetjournal-2-0/ as it prevents most of your performance issues. Otherwise your best practice is to Clear the filters, read all the pets, restore the filters and cache the petID's and then watch for changes in local _,numOwned =C_PetJournal.GetNumPets() during PET_JOURNAL_LIST_UPDATE and then update the list when it differs from the last time PET_JOURNAL_LIST_UPDATE fired.
C_PetJournal.AddAllPetTypesFilter()
C_PetJournal.AddAllPetSourcesFilter()
C_PetJournal.ClearSearchFilter()
C_PetJournal.SetFlagFilter(LE_PET_JOURNAL_FLAG_COLLECTED, true)
C_PetJournal.SetFlagFilter(LE_PET_JOURNAL_FLAG_NOT_COLLECTED, false)
C_PetJournal.SetFlagFilter(LE_PET_JOURNAL_FLAG_FAVORITES, false)
Ah, thank you, that makes a lot of sense. The 5.0 pet journal API is definitely a bit less clean the the older, cleaner companion stuff was. I'll fix that later today probably.
When I move the mouse over any pet to sell the groans hangs completely, so retreat back to normal when the mouse off the pet, therefore can not even see the data of the pet.
XD
I've definitely noticed a couple cases where I was getting false zeros, but having the ones that work and only needing to check the zeros helps a lot! :) Hopefully Blizz adds an official means for this....
I sorely need this addon, having around 190 pets, before counting doubles.
Problem is, when I mouseover ANYTHING with this addon enabled my FPS drops to a crawl
Hmm, not sure why it's slowing your fps, as it doesnt' slow mine down. I honestly don't know the tooltip hooking code very well, I just copied the 5 lines or so I needed for that so I have no idea how I'd fix that unfortunately.
I don't have any issues either...I suspect it's conflicting with some other add-on or something....
I downloaded this mod and it doesn't seem to be working. Mousing over Companion Pets in the Auction House and on vendors does not display "Already Known" in the tooltip for pets that I know I have.
I can't find an option to open a control panel of any kind to see if there is something I need to load or configure to make it work either.
Nah, I messed something up in the 1.1 upload.
1.2 should be up soon and it should work then.
Thank you! Works perfectly!