- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,152 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Bukkit Plugins
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top Terraria Maps
- Top StarCraft II 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
Pick-A-Pet
- 0 Likes
- World of Warcraft
- 112 Monthly Downloads
- Supports: 4.0.1
- 6,678 Total Downloads
- Updated 10/27/2010
- Created 10/25/2010
- 22 Favorites
- Project Site
- Comments
- Release Type: Beta
- License: Public Domain
- Newest File: Pick-A-Pet
About Pick-A-Pet
Pick-A-Pet is a mod for Hunters to help them determine which pet to bring to their party or raid based on the buffs they are currently missing in their class composition. Currently the mod will analyze your 5-man group composition to determine what pet is the best to bring.
Functionality is limited at the moment due to in-game problems with inspect functionality. Once Blizzard resolves these issues and I can verify my logic is sound, I will add in the code to analyze an entire raid group.
- Analyze your party and raid composition to help determine which buff your group currently needs
- Makes pet suggestions based on the pets you currently have in your stable slots
- Easy to see visual indicators about which buffs your party has and does not have
You can visit the mod's homepage at http:www.qqpewpew.com/pick-a-pet/
First Curse release.
CAUTION: There is a currently a known bug with Patch 4.0.1 that is preventing the Inspect function from working properly which obviously hampers this mod, as it uses many of the WoW API function calls to inspect player talents for decision making. I can still write code and test to a limited extent, but the mod will not work at 100% till this known in-game issue is fixed.
Change Log (Version 0.6 Beta to 0.9 Beta)
* Pet Recommendation is now implemented in a beta state. Due to in-game inspect functionality still being broken, the most accurate way to test pet priority is to swap pets around and click the button to see it update
* The mod now checks your 4 stable slots to determine what pets you have with you and uses those to determine which pet to suggest to bring
* Consolidated some functions to further decrease the footprint the mod leaves, even though it is already small. Further function improvements are in the works
* Stabled Pet info is automatically updated when you swap pets from a Stable Master
* What spec you are is now hidden but still used to determine what buffs are available to you
Change Log (Version 0.5 Alpha to 0.6 Beta)
* Fixed a bug where the talent inspection was targeting the player instead of party numbers
* Changed Pet icons from textures to WoW UI Buttons
* Implemented tooltips indicating what the buff is, which pets provide it, and if you can use that pet
* Resized the window to take up less screen space
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| Pick-A-Pet | Beta | 4.0.1 | 6,678 | 10/27/2010 |
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, and Boss Encounters
- 1,578,120 Monthly Downloads
-
- Recount
- Combat
- 1,073,354 Monthly Downloads
-
- AtlasLoot Enhanced
- Map & Minimap, Professions, Arena, and Boss Encounters
- 688,848 Monthly Downloads
-
- Deadly Boss Mods - Burning Crusade and Vanilla mods
- Combat and Boss Encounters
- 548,392 Monthly Downloads
-
- Tidy Plates
- Artwork, Combat, Tank, and Unit Frames
- 466,499 Monthly Downloads
Comments
On log in to my Survival Hunter I get this:
Message: Interface\AddOns\Pick_A_Pet\Pick_A_Pet.lua:51: attempt to compare number with nil
Time: 03/12/11 10:15:08
Count: 1
Stack: Interface\AddOns\Pick_A_Pet\Pick_A_Pet.lua:51: in function `hunterSpec'
Locals: (*temporary) = nil
(*temporary) = nil
(*temporary) = 1
(*temporary) = 1
(*temporary) = 0
(*temporary) = 0
(*temporary) = "attempt to compare number with nil"
On opening Pick-A-Pet and hovering over the Ravager family button I get:
Message: Interface\AddOns\Pick_A_Pet\Pick_A_Pet.lua:51: attempt to compare number with nil
Time: 03/12/11 10:23:39
Count: 15
Stack: [C]: ?
Interface\AddOns\Pick_A_Pet\Pick_A_Pet.lua:51: in function `hunterSpec'
Locals:
Any clue what's going on here?
I was about to embark on this myself as I want the functionality for my own addon, Buffin (an addon that tries to help you to remember what spells, etc you need to cast on yourself and your group). Part of the addon is a way for many classes to work out which buffs they need to cast in particular group set-ups, however, this is much more complicated for hunters, as you know.
With your permission I would like to include this mod as an OptionalDep and use its functions to suggest pets through my UI. If the logic isn't separate from the display or you object I'll just point hunter users to your addon.
Best,
Dan.