Category: FuBar
Addon Information
Works with 3.3
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.3.0
Date:
01-30-2010 05:02 AM
Size:
186.17 Kb
Downloads:
29,914
Favorites:
262
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.3.0

Author: Jayhawk
Release Date: 2010-01-12

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.3.0 - updated TOC, added support for Glyph of Mend Pet (HunterZ), removed trying to open the pet tab on left clicking the icon, added addon loader support (Petraca)
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.2.0
186kB
Jayhawk
09-21-2009 05:16 AM
3.0.3
191kB
Jayhawk
11-07-2008 11:55 AM
  Comments - FuBar - PetInfoFu
Post A Reply Comment Options
Old 04-20-2010, 12:37 AM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 149
Uploads: 6
I could not find enough documentation to tell me how to get the correct talent frame to show. I've simplified the action to merely show the talent frame per se (equivalent to hitting the 'N' key).

The nil value seemed to have been an issue with update speed.
Jayhawk is offline Report comment to moderator  
Reply With Quote
Old 09-22-2009, 11:35 PM  
Riamus
A Defias Bandit
 
Riamus's Avatar

Forum posts: 3
File comments: 20
Uploads: 0
Yeah, same error. Got this onto Titan Panel using Fubar2Broker, which is good. Unfortunately, the scroll bar covers a small part of the last character on each line (about 20%). You can still read it, but it doesn't look right. Would be nice if it had a little extra space on the right side. Might be an issue with Fubar2Broker, but I'm sure a space can be added in this mod that would also fix the issue.
Last edited by Riamus : 09-22-2009 at 11:42 PM.
Riamus is offline Report comment to moderator  
Reply With Quote
Old 09-22-2009, 02:10 PM  
Zidomo
A Theradrim Guardian
 
Zidomo's Avatar

Forum posts: 62
File comments: 838
Uploads: 0
The TOC has been updated for v3.2.0, but nothing else has. Thus, there is at least one of the bugs I posted below still happening.

v3.2.0, WoW 3.2.0 live, USEnglish client/server. Left-click the PetInfoFu FuBar text/icon, the hunter's talent frame appears and the following error occurs. Same error as from two months ago:

["message"] = "FuBar_PetInfoFu-3.2.0 96\\PetInfoFu.lua:1906: attempt to index global 'PlayerTalentFrameType2' (a nil value)\nFuBarPlugin-2.0-90009:975: in function <...\\FuBarPlugin-2.0\\FuBarPlugin-2.0\\FuBarPlugin-2.0.lua:972>\nFuBar-3.0.90012\\FuBar.lua:1201: in function <Interface\\AddOns\\FuBar\\FuBar.lua:1199>\n\n ---",
["type"] = "error",
["session"] = 1695,
["counter"] = 4

Would be nice to see this fixed.

The other error posted below ([2009/07/30 22:00:15-1026-x1]: FuBar_PetInfoFu-3.0.3 94\PetInfoFu.lua:894: attempt to concatenate local 'petType' (a nil value)) has not been seen again.
Zidomo is offline Report comment to moderator  
Reply With Quote
Old 07-30-2009, 10:27 PM  
Zidomo
A Theradrim Guardian
 
Zidomo's Avatar

Forum posts: 62
File comments: 838
Uploads: 0
Another bug in WoW 3.1.3.

Stable a pet and pull out one you had stabled. Or after switching pets, open the pet talent frame yourself. The following error is consistently thrown up under those two circumstances (if not one, then the other):

[2009/07/30 22:00:15-1026-x1]: FuBar_PetInfoFu-3.0.3 94\PetInfoFu.lua:894: attempt to concatenate local 'petType' (a nil value)
Zidomo is offline Report comment to moderator  
Reply With Quote
Old 07-29-2009, 05:51 PM  
Zidomo
A Theradrim Guardian
 
Zidomo's Avatar

Forum posts: 62
File comments: 838
Uploads: 0
This needs updating to properly handle the new-in-WoW 3.0 pet talent frames.

FuBar_PetInfoFu v3.0.3, FuBar v3.6, WoW 3.1.3 live, USEnglish client/server. Mouse over PetInfoFu's icon/text and the tooltip shows properly. The options can be adjusted properly on right-click as well.

But...left-click the PetInfoFu FuBar text/icon, the hunter's talent frame appears and the following error occurs:

["message"] = "FuBar_PetInfoFu-3.0.3 94\\PetInfoFu.lua:1906: attempt to index global 'PlayerTalentFrameType2' (a nil value)\nFuBarPlugin-2.0-90009:975: in function <...\\FuBarPlugin-2.0\\FuBarPlugin-2.0\\FuBarPlugin-2.0.lua:972>\nFuBar-3.0.90012\\FuBar.lua:1201: in function <Interface\\AddOns\\FuBar\\FuBar.lua:1199>\n\n ---",
["type"] = "error",
["session"] = 999,
["counter"] = 3,


The error repeats & the hunter talent frame comes up every time you left-click the PetInfoFu FuBar text/icon.
Zidomo is offline Report comment to moderator  
Reply With Quote
Old 05-15-2009, 03:01 AM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 149
Uploads: 6
For some reason, I can not get the options to interface work for me. I'm going to try again, but...

Definitely going to try and see if things work with the dependency option Spaga mentions.
Jayhawk is offline Report comment to moderator  
Reply With Quote
Old 04-07-2009, 06:33 AM  
Twidget
An Aku'mai Servant
 
Twidget's Avatar

Forum posts: 33
File comments: 340
Uploads: 0
Hi,
Any news on the DataBroker version?

Thanks,
Twidget
Twidget is offline Report comment to moderator  
Reply With Quote
Old 03-02-2009, 08:35 PM  
Spaga
A Kobold Labourer

Forum posts: 0
File comments: 22
Uploads: 0
I got it to work with buttonbin & Fubar2broker....To get around the "depedency missing" issue I simply edited the .toc and removed "Fubar" from the dependency list. I tried it, relogged, and everything seems to be working just fine, and now without Fubar!
Spaga is offline Report comment to moderator  
Reply With Quote
Old 02-16-2009, 06:24 AM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 149
Uploads: 6
Darni, I'm looking to make this work with BrokerLib, but I'm looking for a good way to actually a get the options menu implemented. I'm not quite sure how to do that...
Jayhawk is offline Report comment to moderator  
Reply With Quote
Old 02-08-2009, 06:27 AM  
darni
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Any way to make this work with Broker? I am using Fubar_PetInFu currently, but it isnt as good as this one.
darni is offline Report comment to moderator  
Reply With Quote
Old 09-08-2008, 03:42 AM  
Litvan
A Murloc Raider

Forum posts: 7
File comments: 41
Uploads: 0
Re: Re: Chat spam??

Quote:
Originally posted by Jayhawk
I'm assuming you got that from WowAce? I had a debugger in there earlier, but uploaded a version without it 9/3. So it may be fixed.
Alternatively, comment out the self:Print lines in the main Lua file.

I do apologise for the inconveniencies...
well.. I'm running the WAU about once a day... so I'd assume that I got the latest that way

but thx for the pointer... I'll edit the lua myself

*edit*

works like a charm now
Last edited by Litvan : 09-09-2008 at 02:58 AM.
Litvan is offline Report comment to moderator  
Reply With Quote
Old 09-07-2008, 01:08 PM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 149
Uploads: 6
Re: Chat spam??

I'm assuming you got that from WowAce? I had a debugger in there earlier, but uploaded a version without it 9/3. So it may be fixed.
Alternatively, comment out the self:Print lines in the main Lua file.

I do apologise for the inconveniencies...
Jayhawk is offline Report comment to moderator  
Reply With Quote
Old 09-03-2008, 12:32 PM  
Litvan
A Murloc Raider

Forum posts: 7
File comments: 41
Uploads: 0
Chat spam??

updated it over the wau and now I'm gettin this "spam" in my chat-box...

was wondering if there's a way to disable it?

Litvan is offline Report comment to moderator  
Reply With Quote
Old 08-12-2008, 11:44 PM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 149
Uploads: 6
Re: Track happiness feature very inaccurate

When you log on it will show happiness as halfway (175) the current level. I have no way to see how happy your pet is initially, so you'll have to feed it up to max (350). From that moment it should be able to count down/up correctly.

When your pet is happier than halfway (which is likely to be the case) the counter will appear to run down to quickly, as it believes the pet to be only half happy. Hope this explains the behaviour you see?
Jayhawk is offline Report comment to moderator  
Reply With Quote
Old 08-01-2008, 06:53 AM  
Mera
A Rage Talon Dragon Guard
 
Mera's Avatar
Interface Author - Click to view interfaces

Forum posts: 319
File comments: 107
Uploads: 7
Track happiness feature very inaccurate

Your "Track pet happiness" is really inaccurate, I have tested it with my lvl 70 hunt and lvl 70 pet level 5 loyalty on a WoW client 2.4.3, it is displaying my pet happiness to 171/350 for example and when I give him food I see in logs he got 35+6 happiness and then 0 so he was full at 350... so he was in reality at 350-41 = 309 hap and not 171. Very inaccurate to me, happiness is always decreasing too fast.
__________________
BrokerCPU, EasyDND, OneCompanion, BrokerClearChat
wowdiff, wowluatxt
ThunderBayes++ (a strong antispam plugin for Thunderbird 3.x and OSX/Linux/Windows)
Last edited by Mera : 08-01-2008 at 07:16 AM.
Mera is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:




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


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