Category: FuBar
Addon Information
Works with 3.2
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Jayhawk's Portal Bug Reports Feature Requests
Author:
Version:
3.2.0
Date:
09-21-2009 06:16 AM
Size:
185.89 Kb
Downloads:
27,631
Favorites:
250
MD5:
Pictures
Click to enlarge
PetInfoFu Menus
Click to enlarge
PetInfoFu Tooltip
Click to enlarge
PetInfoFu Tooltip showing skills
Click to enlarge
PetInfoFu Nethered Demon Menu
Click to enlarge
Stabled Pet tool tip
FuBar - PetInfoFu   Popular! (More than 5000 hits)
FuBar - PetInfo 3.2.0

Author: Jayhawk
Release Date: 2009-09-15

Displays information on your pet, such as name, level, combat ratings and attributes.

Use
PetInfoFu keeps track of your pets, including your stabled pets. Optionally, it will track your history of taming pets. Clicking on the FuBar menu, which displays your pet's happiness in colour, will bring up the training dialog. Should you have Cartographer installed, PetInfoFu can keep track of the stables for you.

For hunters, you can click on a stabled pet in the FuBar tooltip and a small tooltip will pop-up showing you the skills of that particular pet. You will need to visit the Stable and park your pet there, then close the stable for the extended information to be saved (and shown in the tooltip)
Clicking on the line Experience needed will pop-up a little draggable tooltip showing information pertaining your chose way of Show experience to level.

Options
Show pet's name (True) - Displays the name of your current pet, assuming it is not currently dismissed.
Show pet's level (True) - Displays the level of your current pet, assuming it is not currently dismissed.
Show pet's combat statistics (True) - Shows your pets combat statistics, assuming it is not currently dismissed.
Show pet's attributes (True) - Shows your pets Strength, Agility, Stamina, Intelligence and Spirit, assuming it is not currently dismissed.
Show pet's skills (True) - Shows your pets skills, assuming it is not currently dismissed. It also shows the level a higher rank can be learned, should that rank be in your pet training manual.

Hunter Only:
Show experience: By amount/By Kill/By percentage/By time/Reset timer/Show on bar (False) - Show experience till leveling, various setting show different ways of timing this. Reset will start the "time til pet levels" timer again. You can also reset the kill counter/timer by Ctrl-Clicking the label. Selecting Show on bar will place this information on the main FuBar.
Show stabled pets (False) - Shows you which pets are currently in your stable and their level.
Play sound: On TP gain/On new skill available (False) - Play a sound when the pet gains Training Points (TP) or is able to learn an available skill.
Stabled Pets|Show stabled pets (False) - Shows you which pets are currently in your stable and their level.
Track pet history (False) - Keeps track of all the (named) pets you stable for the first time in your career as a hunter. Note: You will have to close the stable for this option to do it's work.
Mapnotes|Enable Stable mapnotes (False) - Will place an icon on the map for each Stable you visit. Needs Cartographer to be installed.

Warlock only:
Show nethered demons (False) - Keeps track of the skills of the demons you can summon, but are currently gallivanting in the Twisted Nethers.

Pet History
The Pet History will, of course, show incorrect information for long term pets. If you want to correct this you can edit the SavedVariables file in your WTF folder. If you open the FuBar_PetInfoFu.lua file with something like Notepad you need to look for the section ["petHistory"].

Here you'll find one or more sections like this:

Code:
["Wind Serpent|Lazuli"] = {
  ["PetType"] = "Wind Serpent",
  ["PetLevel"] = 21,
  ["HunterLevel"] = 42,
  ["PetName"] = "Lazuli",
},
You can set the ["PetLevel"] variable to the level your pet was when you tamed her. In Lazuli's case: 21. You can set the ["HunterLevel"] variable to the level you were when you tamed her. In Lazuli's case: 42.

If you want to add older pets, that are no longer with you, you can add a section like the above, be careful of the commas, and edit that.
The first bit (the key) should be a combination of the pet type and it's name. The values for ["PetType"] (Cat, Wolf, etc.) and ["PetName"] should be set appropriately. So, adding:

Code:
["Owl|Nightshade"] = {
  ["PetType"] = "Owl",
  ["PetLevel"] = 8,
  ["HunterLevel"] = 10,
  ["PetName"] = "Nightwind",
},
would add a level 8 Owl called Nightwind, which you tamed when you were level 10.

If you are unsure of what you are doing, please make a back up of this file first. If you get an error when you load your hunter, you can replace the file with the original again.

Acknowledgements
This add-on is a continuation of corgi's PetInfo which he kindly allowed me to update to WoW 2.0. I'd also like to thank gnancy for suggesting I add support for Demonic Knowledge and helping me test it.

Install: extract the FuBar_PetInfoFu folder into

\World of Warcraft\Interface\AddOns\


This add-on was downloaded from http://www.wowinterface.com/
  Change Log - FuBar - PetInfoFu
3.2.0 - updated TOC
3.0.3 - fixed happiness gain with Guard Dog
3.0.2 - cleanup unused data in SavedVariables, fixed issue with locales (Kazragore)
3.0.1 - fixed bug with LibCrayon
3.0.0 - updated to 3.0.2, removed obsolete functionality, added new happiness improving pet talents
2.4.2 - added option to display happiness in a seperate frame rather than the FuBar (MiyaMirage) and doubled the happiness DECAY_RATE (2.4.2)
2.4.1 - tried to fix issues with German translation
2.4.0 - updated TOC, added German translation (Singler), updated code to new combat log
2.3.2 - fixed bug where nethered demons were not properly saved, added Show Mend Pet option (kergoth)
2.3.1 - revamped happiness calculations to be (hopefully) more accurate; added a little (movable) tooltip to show when your pet is being healed.
2.3.0 - updated TOC, added sound on pet happiness level change, xp tool tip now remembers if it's showing.
2.2.1 - added XP window, fixed a few minor bugs
2.2.0 - updated TOC, added Happiness tracking, added saving of pet skills and way to show these (tkasomething crowd), added demon icons (maytrix).
2.1.4 - added option for sound when pet able to learn new skill (Mania), removed level timers for pets of same level as hunter.
2.1.3 - added by kill timer (MayDay), added option to show Loyalty for Stabled pets (Someone)
2.1.2 - added nethered pets to "No pet" tooltip, and a scheduled event to fix "UO", hopefully fixed stack overflow bug.
2.1.1 - added show experience (Mars85), hopefully fixed bug (ThornyJohn)
2.1.0 - update TOC, added pet/demon skills and toggles for skills and combat statistics.
2.0.5 - bugfixes
2.0.4 - added support for Demonic Knowledge (Warlock)
2.0.3 - added stable intergration with Cartographer (Hunter)
2.0.2 - fixed some issues for Warlocks
2.0.1 - added sorting on when one first stabled a pet. (Hunter)
- tried to reduce updates triggered by UNIT_HAPPINESS
2.0 - initial release
  Optional Files - FuBar - PetInfoFu
Sorry, there are currently no optional files available.
  Archived Versions - FuBar - PetInfoFu
File Name
Version
Size
Author
Date
3.0.3
191kB
Jayhawk
11-07-2008 12:55 PM
  Comments - FuBar - PetInfoFu
Post A Reply Comment Options
Old 01-18-2007, 07:38 PM  
Jaim Sandar
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 270
Uploads: 1
When I click download for 2.04, I get 2.03.

Edit: I found a newer version at http://files.wowace.com/

But isn't the TOC supposed to be 20003 for WoW 2.0.5? The version I downloaded, r25515, has the TOC at 20005, which WoW will say is out of date.

Last edited by Jaim Sandar : 01-18-2007 at 07:44 PM.
Jaim Sandar is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-18-2007, 07:40 AM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 147
Uploads: 6
Implented in 2.0.4. Thanks for the help, Gnancy.
Jayhawk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-14-2007, 03:03 AM  
Gnancy
A Defias Bandit

Forum posts: 2
File comments: 1
Uploads: 0
Addition

Hello

Love the addon and I have modded it to show the plus dmg from Warlocks Demonic Knowledge. Some of the code is heavily borrowed from Krakhaan of Khaz'goroth's Demonic Knowledge. Here is his addon if you like http://ui.worldofwar.net/ui.php?id=3651

If you would like to have the files send to you email me at gnancysaddons a t gmail

Thanks for the consideration

Gnancy
Gnancy is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-03-2007, 11:24 AM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 147
Uploads: 6
I'm glad it worked and glad you were willing to try it out. Thanks!

And I know how much work it is to find this kind of thing. Had to made that kind of search several times myself.
Jayhawk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-03-2007, 07:21 AM  
Efimerlin
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
OK, i disabled all Fubar Mods and my Ace2 standalone except Fubar itself and PetInfoFu, everything was ok, i then proceeded to enable them all one by one (royal pain in the ass btw), found that Ace2, ClockFu, DurabilityFu, MoneyFu, QuestFu all broke Fubar completely with 2.0.3 installed, all work perfectly with 2.0.2 installed.

SO, as per your suggestion, i copied the relevant libraries from PetInfoFu into QuestFu and lo and behold no errors with the 2 enabled, i therefore assume that library version differences are causing the problem, did a little searching and found wowaceupdater, gonna give it a try and see if it updates all the relevant libraries to the most recent versions (at least i hope that's what's gonna happen, cos i'd hate to have to manually update all the libraries myself )

Thanks for your input on this, and sorry to have been a pain

Ran WowAceUpdater with the Purge settings, and now everything is working as it should, thx again for all your assistance with these problems.

Last edited by Efimerlin : 01-03-2007 at 07:58 AM.
Efimerlin is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-03-2007, 01:09 AM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 147
Uploads: 6
Most peculiar...

I've tried this in TBC and it seems to work just fine. I do get error messages from other addons, and some of them are "blamed" on addons that don't have the code/module that throws the error. So, I'm beginning to wonder about the accuracy of the errors as such.

However, I'm beginning to think there may be something wrong/conflicting with the ACE libraries, or at least their versions. Especially as the errors you show seem to jump from QuestFu\AceEvent to PetInfoFu\AceEvent What you may want to try is to disable all FuBar addons except PetInfo and see if the error remains.

If that works without problems, you may want to try and replace the AceEvent folder from QuestFu with the one from PetInfoFu (or the reverse). Ditto for the Tablet library. At least on my setup the PetInfoFu/AceEvent library is newer than the QuestFu one.

I really hope this might do the trick...
Jayhawk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-02-2007, 09:48 PM  
Efimerlin
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Quote:
Originally posted by Jayhawk
Efimerlin
I don't see Cartographer...which may be the culprit, let me test?

[edit 20:55 CET]
I disabled Cartographer, but PetInfo showed up just fine. I'll try a few bit more, but if you could give it a try with Cartographer installed? Thanks.
OK i installed Cartographer, only change is now it doesnt completely break Fubar on my Hunter, just gives me the same errors as i was getting on my lock, i have noticed however as soon as i try and change an option on fubar with it installed, it just kills everything fubar related again, as long as i dont do anything with Fubar or it's addons i just get those same errors, going back to 2.0.2 to see if it's still ok with cartographer installed.

OK went back to 2.0.2 and everything is working fine again even with Cartographer installed, i'm kinda at a loss here, sorry.

Last edited by Efimerlin : 01-02-2007 at 09:53 PM.
Efimerlin is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-02-2007, 01:14 PM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 147
Uploads: 6
Efimerlin
I don't see Cartographer...which may be the culprit, let me test?

[edit 20:55 CET]
I disabled Cartographer, but PetInfo showed up just fine. I'll try a few bit more, but if you could give it a try with Cartographer installed? Thanks.

Last edited by Jayhawk : 01-02-2007 at 02:52 PM.
Jayhawk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-02-2007, 10:56 AM  
Efimerlin
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Quote:
Originally posted by Jayhawk
Weird...
I just retested on my Warlock (tried various pets) and I've no issues with QuestFu (R21398). The only problem seems to be that PetFu can't find a name for the pet at the first summons, but not even always. I'll try and look into it.

As for Hunters, I tested with two different hunters most of the weekend and it works like a charm. No strange behaviour whatsoever. I'm...at a loss here.

PS. Where on the "other" site did you repost this?
When i said other site i meant QuestFu's page here at wowinterface.

Tried it again today, 2.0.3 still kills everything FuBar related on my Hunter and gives me the same errors with QuestFu on my Lock, going back to 2.0.2 solves all the problems.

My Addons are as follows maybe you can see something wrong.

!BugGrabber, Ace2, Adapt, AdvancedTradeSkillWindow, Atlas, AtlasBattlegrounds, AtlasDungeonLocs, AtlasFlightPaths, AtlasLoot, AtlasLootFu, AtlasMajorCities, AtlasOutdoorRaids, AtlasQuest, Auctioneer, BanzaiAlert, BookEnchants, BugSack, BuyEmAll, CTMod, DeuceCommander, EnchantingSell, EquipCompare, ErrorMonster, Dhask's Flightmap, FriendData, Fubar, -Ammofu, bagfu, clockfu, durabilityfu, factionsfu, fuxpfu, garbagefu, groupfu, itembonusesfu, locationfu, mailfu, mcpfu, moneyfu, PetInfoFu, QuestsFu (r21398), reagentfu, regenfu, restfu, skillsplusfu, swstats2fu, topscorefu, tradetrackerfu, trainerfu, ufriends, uguild, volumefu, whisperfu, zepmasterfu, GatherSage, GFW Feedomatic, GFW HuntersHelper, GrimoireKeeper, GrimQuest, ImprovedBuffTimers, Incognito, LootLink, Ludwig, Ludwig SellValue, Maplibrary, MCP, Mobinfo2, MozzFullworldMap, Necrosis, PerfectRaid, Prat, Prat Fubar2, QuestRepeat, RatingBuster, RecipeRadar, SimpleCOmbatLog, SmartDebuff, SpellTips, SuperInspect, SuperInspectUI. Sw_Stats, WeaponRebuff, WitchHunt, ZepShipMaster, ZHunterMod, ZrangeCheck.

All Mods are the latest versions i have been able to find, if you need exact details let me know.
Efimerlin is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-02-2007, 01:13 AM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 147
Uploads: 6
Weird...
I just retested on my Warlock (tried various pets) and I've no issues with QuestFu (R21398). The only problem seems to be that PetFu can't find a name for the pet at the first summons, but not even always. I'll try and look into it.

As for Hunters, I tested with two different hunters most of the weekend and it works like a charm. No strange behaviour whatsoever. I'm...at a loss here.

PS. Where on the "other" site did you repost this?

Last edited by Jayhawk : 01-02-2007 at 01:15 AM.
Jayhawk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-01-2007, 11:00 PM  
Efimerlin
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Issues with version 2.03

Hi dont know why this is happening but whenever i enable the latest version PetInfoFu on my warlock it breaks QuestFU with the following errors.

FuBar_QuestsFu\QuestsFu.lua:742: Tablet-2.0: You must set title within a registration.
Quixote-1.0\Quixote-1.0.lua:274: in function `?'
AceEvent-2.0\AceEvent-2.0.lua:721: in function <...face\AddOns\FuBar\libs\AceEvent-2.0\AceEvent-2.0.lua:715>
<in C code>: ?
AceEvent-2.0\AceEvent-2.0.lua:426: in function <...s\FuBar_PetInfoFu\Libs\AceEvent-2.0\AceEvent-2.0.lua:402>

---
FuBar_QuestsFu\QuestsFu.lua:742: Tablet-2.0: You must set title within a registration.

---
FuBar_QuestsFu\QuestsFu.lua:742: Tablet-2.0: You must set title within a registration.
<in C code>: in function `error'
AceLibrary\AceLibrary.lua:84: in function `error'
Tablet-2.0\Tablet-2.0.lua:2597: in function `SetTitle'
FuBar_QuestsFu\QuestsFu.lua:742: in function <Interface\AddOns\FuBar_QuestsFu\QuestsFu.lua:741>
Tablet-2.0\Tablet-2.0.lua:2365: in function `children'
Tablet-2.0\Tablet-2.0.lua:2842: in function `Refresh'
FuBar_QuestsFu\QuestsFu.lua:748: in function <Interface\AddOns\FuBar_QuestsFu\QuestsFu.lua:737>
<unknown>:
<in C code>: in function `QuestWatch_Update'
FrameXML\QuestLogFrame.lua:59: in function `QuestLog_OnEvent'
<string>:"QuestLogFrame:OnEvent":2: in function <[string "QuestLogFrame:OnEvent"]:1>

---

I really dont know which of them is the culprit, wether QuestFu breaks PetInfoFu or vice versa, but enabling the latest version of PetInfoFu on my Hunter breaks all of fubar, it refuses to load any modules including Buggrabber so i cant list the error codes, switching back to the previous version of PetInfoFu (2.02) works fine on my hunter and my lock.

Going to post this on both sites. Maybe you can work out what is wrong

Last edited by Efimerlin : 01-01-2007 at 11:01 PM.
Efimerlin is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-18-2006, 03:05 AM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 147
Uploads: 6
Re: Runs fine for me

Thanks for the heads up, Thorny.

I've been running it for a couple days (mostly PvE) and the only place I did see a hit in framerate was inside Ironforge, this morning. However, that seems fine now...
Jayhawk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-18-2006, 01:26 AM  
ThornyJohn
A Deviate Faerie Dragon

Forum posts: 11
File comments: 18
Uploads: 0
Runs fine for me

Well, Jayhawk, I'm gonna say that PetInfoFu runs just fine for me, and that I've not noticed any kind of FPS hit myself. Admittedly, I'm not using it in battlegrounds as of yet, but I have run around through quite a bit of the BC beta over two long play sessions this weekend and I noticed no issues that I could attribute to this mod.

So it's working okay in PvE and a few world PvP situations that I've found myself in, at least in BC Beta.

______
Thorny
ThornyJohn is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-18-2006, 12:12 AM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 147
Uploads: 6
Re: fps

Quote:
Originally posted by sonofgloin
oh dear ...
i installed this mod and my fps in av dropped from an average 45 to an average 7 .. deleted!
That's ...strange.
Jayhawk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-17-2006, 05:31 PM  
sonofgloin
A Deviate Faerie Dragon

Forum posts: 18
File comments: 19
Uploads: 0
fps

oh dear ...
i installed this mod and my fps in av dropped from an average 45 to an average 7 .. deleted!
sonofgloin is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.