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.
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:
[code]["Wind Serpent|Lazuli"] = {
["PetType"] = "Wind Serpent",
["PetLevel"] = 21,
["HunterLevel"] = 42,
["PetName"] = "Lazuli",
},[/code]
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:
[code]["Owl|Nightshade"] = {
["PetType"] = "Owl",
["PetLevel"] = 8,
["HunterLevel"] = 10,
["PetName"] = "Nightwind",
},[/code]
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\
------------------------------------------------------------------------
r95 | jaydehawk | 2008-11-07 12:22:22 +0000 (Fri, 07 Nov 2008) | 1 line
Changed paths:
A /tags/v3.0.3 (from /trunk:94)
Tagging as v3.0.3
------------------------------------------------------------------------
r94 | jaydehawk | 2008-11-07 12:20:13 +0000 (Fri, 07 Nov 2008) | 2 lines
Changed paths:
M /trunk/FuBar_PetInfoFu.toc
M /trunk/PetInfoFu-readme.txt
M /trunk/PetInfoFu.lua
FuBar_PetInfoFu:
- 3.0.3 fixed language issue and Guard Dog
------------------------------------------------------------------------
r93 | jaydehawk | 2008-10-21 17:54:39 +0000 (Tue, 21 Oct 2008) | 2 lines
Changed paths:
M /trunk/FuBar_PetInfoFu.toc
M /trunk/PetInfoFu-readme.txt
M /trunk/PetInfoFu.lua
M /trunk/PetInfoFuLocals-deDE.lua
M /trunk/PetInfoFuLocals-frFR.lua
M /trunk/embeds.xml
FuBar_PetInfoFu:
- 3.0.2 fixed stuff
------------------------------------------------------------------------
r92 | jaydehawk | 2008-10-19 08:12:37 +0000 (Sun, 19 Oct 2008) | 2 lines
Changed paths:
M /trunk/embeds.xml
FuBar_PetInfoFu:
- swapped order of embedded libraries
------------------------------------------------------------------------
r91 | jaydehawk | 2008-10-19 07:08:20 +0000 (Sun, 19 Oct 2008) | 2 lines
Changed paths:
M /trunk/.pkgmeta
FuBar_PetInfoFu:
- updated package
------------------------------------------------------------------------
r89 | jaydehawk | 2008-10-18 06:07:55 +0000 (Sat, 18 Oct 2008) | 2 lines
Changed paths:
M /trunk/FuBar_PetInfoFu.toc
M /trunk/PetInfoFu-readme.txt
M /trunk/PetInfoFu.lua
M /trunk/PetInfoFuLocals-frFR.lua
M /trunk/embeds.xml
FuBar_PetInfoFu:
- update 3.0.1
------------------------------------------------------------------------
r87 | jaydehawk | 2008-10-16 19:26:22 +0000 (Thu, 16 Oct 2008) | 2 lines
Changed paths:
M /trunk
FuBar_PetInfoFu:
- v3.0.2
------------------------------------------------------------------------
r86 | jaydehawk | 2008-10-16 19:25:25 +0000 (Thu, 16 Oct 2008) | 2 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/FuBar_PetInfoFu.toc
M /trunk/PetInfoFu-readme.txt
M /trunk/PetInfoFu.lua
M /trunk/PetInfoFuLocals-deDE.lua
M /trunk/PetInfoFuLocals-enUS.lua
M /trunk/PetInfoFuLocals-frFR.lua
M /trunk/embeds.xml
FuBar_PetInfoFu:
- v3.0.2
------------------------------------------------------------------------
r85 | jaydehawk | 2008-10-10 13:44:55 +0000 (Fri, 10 Oct 2008) | 2 lines
Changed paths:
M /trunk/PetInfoFu-readme.txt
FuBar_PetInfoFu:
- updated readme to 2.4.3
------------------------------------------------------------------------
r84 | jaydehawk | 2008-10-10 13:00:57 +0000 (Fri, 10 Oct 2008) | 2 lines
Changed paths:
M /trunk
FuBar_PetInfoFu:
- update for move
------------------------------------------------------------------------
r83 | jaydehawk | 2008-10-10 12:58:24 +0000 (Fri, 10 Oct 2008) | 2 lines
Changed paths:
M /trunk
M /trunk/FuBar_PetInfoFu.toc
M /trunk/PetInfoFu.lua
A /trunk/PetInfoFuLocals-frFR.lua
M /trunk/embeds.xml
FuBar_PetInfoFu:
- update for move
------------------------------------------------------------------------
r82 | jaydehawk | 2008-10-10 12:43:32 +0000 (Fri, 10 Oct 2008) | 2 lines
Changed paths:
M /trunk
FuBar_PetInfoFu:
- update for move
------------------------------------------------------------------------
r81 | jaydehawk | 2008-10-10 12:35:59 +0000 (Fri, 10 Oct 2008) | 2 lines
Changed paths:
M /trunk/.pkgmeta
FuBar_PetInfoFu:
- update for move
------------------------------------------------------------------------
r80 | jaydehawk | 2008-10-10 12:11:45 +0000 (Fri, 10 Oct 2008) | 2 lines
Changed paths:
M /trunk/.pkgmeta
FuBar_PetInfoFu:
- fix for move
------------------------------------------------------------------------
r79 | jaydehawk | 2008-10-10 12:10:42 +0000 (Fri, 10 Oct 2008) | 2 lines
Changed paths:
M /trunk/.pkgmeta
FuBar_PetInfoFu:
- fix for move
------------------------------------------------------------------------
r78 | root | 2008-09-30 15:54:24 +0000 (Tue, 30 Sep 2008) | 1 line
Changed paths:
M /trunk/.pkgmeta
Hopefully fix .pkgmeta
------------------------------------------------------------------------
r77 | root | 2008-09-29 22:13:31 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
M /trunk
A /trunk/.pkgmeta
Facilitate WowAce-on-CurseForge transition
------------------------------------------------------------------------
r75 | root | 2008-09-29 20:58:00 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
D /tmp/trunk/FuBar_PetInfoFu
A /trunk (from /tmp/trunk/FuBar_PetInfoFu:74)
Importing old repo data under /trunk
------------------------------------------------------------------------
r74 | jayhawk | 2008-09-03 14:26:25 +0000 (Wed, 03 Sep 2008) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- removed other debugger (oops)
------------------------------------------------------------------------
r73 | jayhawk | 2008-09-03 14:21:11 +0000 (Wed, 03 Sep 2008) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- removed debugger
------------------------------------------------------------------------
r72 | jayhawk | 2008-09-03 07:04:31 +0000 (Wed, 03 Sep 2008) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- fixed issue with feeding pets
------------------------------------------------------------------------
r71 | jayhawk | 2008-08-30 07:58:08 +0000 (Sat, 30 Aug 2008) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
A /tmp/trunk/FuBar_PetInfoFu/embeds.xml
FuBar_PetInfoFu:
- 2.4.3 - cleaned up code
------------------------------------------------------------------------
r68 | jayhawk | 2008-05-23 18:06:09 +0000 (Fri, 23 May 2008) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-deDE.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- added option to display happiness in a seperate frame rather than the FuBar (MiyaMirage) and doubled the happiness DECAY_RATE (2.4.2)
------------------------------------------------------------------------
r66 | jayhawk | 2008-04-08 05:03:46 +0000 (Tue, 08 Apr 2008) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-deDE.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- 2.4.1 - fixed problem with German translation and errors on petName variable
------------------------------------------------------------------------
r65 | kergoth | 2008-04-02 17:41:34 +0000 (Wed, 02 Apr 2008) | 1 line
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
FuBar_PetInfoFu: fix the error introduced by the add of deDE.
------------------------------------------------------------------------
r64 | jayhawk | 2008-04-02 04:49:26 +0000 (Wed, 02 Apr 2008) | 2 lines
Changed paths:
A /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-deDE.lua
FuBar_PetInfoFu:
- added
------------------------------------------------------------------------
r63 | jayhawk | 2008-04-02 04:47:43 +0000 (Wed, 02 Apr 2008) | 2 lines
Changed paths:
D /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-deDE.lua
FuBar_PetInfoFu:
- trouble adding
------------------------------------------------------------------------
r62 | jayhawk | 2008-04-02 04:30:09 +0000 (Wed, 02 Apr 2008) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
A /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-deDE.lua
FuBar_PetInfoFu:
- updated TOC, added German translation, updated to new combat log
------------------------------------------------------------------------
r60 | jayhawk | 2008-02-16 14:42:10 +0000 (Sat, 16 Feb 2008) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- fixed bug with nethered demons
------------------------------------------------------------------------
r59 | kergoth | 2008-02-07 01:46:11 +0000 (Thu, 07 Feb 2008) | 1 line
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu: Add option to hide the mend pet frame, because some of us have timer bar addons that track it.
------------------------------------------------------------------------
r58 | jayhawk | 2008-02-03 10:26:27 +0000 (Sun, 03 Feb 2008) | 3 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- 2.3.1 revamped happiness calculations to be (hopefully) more accurate;
- 2.3.1 added a little (movable) tooltip to show when your pet is being healed.
------------------------------------------------------------------------
r57 | jayhawk | 2008-01-08 16:22:17 +0000 (Tue, 08 Jan 2008) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu
FuBar_PetInfoFu:
- Issue with Externals
------------------------------------------------------------------------
r56 | jayhawk | 2007-12-27 11:02:27 +0000 (Thu, 27 Dec 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu
FuBar_PetInfoFu:
- updated properties
------------------------------------------------------------------------
r55 | jayhawk | 2007-11-14 06:05:11 +0000 (Wed, 14 Nov 2007) | 4 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- updated TOC 20300
- saves experience tooltip showing
- added option for sound on lose happiness level
------------------------------------------------------------------------
r54 | jayhawk | 2007-11-05 13:27:49 +0000 (Mon, 05 Nov 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
FuBar_PetInfoFu:
- updated notes and toc
------------------------------------------------------------------------
r53 | jayhawk | 2007-11-05 13:23:40 +0000 (Mon, 05 Nov 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- update to KillXP; added XP tool tip by click on XP Needed line in fubar tooltip
------------------------------------------------------------------------
r52 | jayhawk | 2007-10-21 14:21:57 +0000 (Sun, 21 Oct 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- updated TOC, added demon icons
------------------------------------------------------------------------
r51 | jayhawk | 2007-10-17 13:05:43 +0000 (Wed, 17 Oct 2007) | 3 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- tweaked happiness tracker
- added storage of and tooltip for skills of stabled pets.
------------------------------------------------------------------------
r50 | jayhawk | 2007-10-15 18:01:18 +0000 (Mon, 15 Oct 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- updated happiness tracking (beta 3)
------------------------------------------------------------------------
r49 | jayhawk | 2007-10-15 15:31:14 +0000 (Mon, 15 Oct 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- updated happiness tracking (beta 2)
------------------------------------------------------------------------
r48 | jayhawk | 2007-10-07 08:38:14 +0000 (Sun, 07 Oct 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- minor edits to happiness tracker
------------------------------------------------------------------------
r47 | jayhawk | 2007-10-06 07:19:44 +0000 (Sat, 06 Oct 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- 2.1.5 (BETA) addeed Happiness tracking
------------------------------------------------------------------------
r46 | jayhawk | 2007-09-24 07:46:17 +0000 (Mon, 24 Sep 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- 2.1.4 pet skill warning options added
------------------------------------------------------------------------
r45 | jayhawk | 2007-09-10 09:37:08 +0000 (Mon, 10 Sep 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- added option to show loyalty for stabled pets
------------------------------------------------------------------------
r44 | jayhawk | 2007-08-02 09:32:13 +0000 (Thu, 02 Aug 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- added per Kill timer
------------------------------------------------------------------------
r43 | jayhawk | 2007-06-17 11:46:36 +0000 (Sun, 17 Jun 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- update for stack overflow bug
------------------------------------------------------------------------
r42 | jayhawk | 2007-06-12 04:26:12 +0000 (Tue, 12 Jun 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- tried to fix possible ion issue
------------------------------------------------------------------------
r41 | jayhawk | 2007-06-11 12:05:11 +0000 (Mon, 11 Jun 2007) | 3 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- added nethered pets to No pet showing tooltip
- added scheduled event to fix UO
------------------------------------------------------------------------
r40 | jayhawk | 2007-06-03 06:13:21 +0000 (Sun, 03 Jun 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- minor fixes to timer functionality
------------------------------------------------------------------------
r39 | jayhawk | 2007-06-02 04:11:09 +0000 (Sat, 02 Jun 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- added "time til pet levels" option
------------------------------------------------------------------------
r38 | jayhawk | 2007-06-01 03:27:05 +0000 (Fri, 01 Jun 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
FuBar_PetInfoFu:
- updated version
------------------------------------------------------------------------
r37 | jayhawk | 2007-06-01 03:25:21 +0000 (Fri, 01 Jun 2007) | 3 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- added options to show XP to go (by amount or percentage)
- hopefully fixed bug with Avoidance/Reflexes
------------------------------------------------------------------------
r36 | jayhawk | 2007-05-29 15:30:16 +0000 (Tue, 29 May 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- added check on existing space in spell rank
------------------------------------------------------------------------
r35 | jayhawk | 2007-05-22 10:26:41 +0000 (Tue, 22 May 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
FuBar_PetInfoFu:
- updated readme
------------------------------------------------------------------------
r34 | jayhawk | 2007-05-22 10:19:37 +0000 (Tue, 22 May 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- update TOC to 20100 and removed debug message
------------------------------------------------------------------------
r33 | jayhawk | 2007-05-20 11:40:25 +0000 (Sun, 20 May 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
FuBar_PetInfoFu:
- updated notes
------------------------------------------------------------------------
r32 | jayhawk | 2007-05-20 11:39:26 +0000 (Sun, 20 May 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- added support for pet/demon skills
------------------------------------------------------------------------
r31 | jayhawk | 2007-05-20 05:09:51 +0000 (Sun, 20 May 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- added skills and toggles for skills and combat statistics.
------------------------------------------------------------------------
r30 | jayhawk | 2007-02-14 18:34:32 +0000 (Wed, 14 Feb 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
FuBar_PetInfoFu:
- toc update (20003)
------------------------------------------------------------------------
r29 | kergoth | 2007-01-30 00:14:59 +0000 (Tue, 30 Jan 2007) | 1 line
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
.Line ending fixups in .toc files (they werent in my .subversion/config autoprops)
------------------------------------------------------------------------
r28 | kergoth | 2007-01-23 21:50:43 +0000 (Tue, 23 Jan 2007) | 1 line
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/Bindings.xml
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
.Line ending fixups: trunk/
------------------------------------------------------------------------
r27 | jayhawk | 2007-01-21 08:43:13 +0000 (Sun, 21 Jan 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu
FuBar_PetInfoFu:
- added icons/wolf.tga
------------------------------------------------------------------------
r26 | jayhawk | 2007-01-20 11:41:23 +0000 (Sat, 20 Jan 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- bugfix en TOC update
------------------------------------------------------------------------
r25 | jayhawk | 2007-01-18 09:45:59 +0000 (Thu, 18 Jan 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- added support for Demonic Knowledge (Warlock)
------------------------------------------------------------------------
r24 | jayhawk | 2007-01-01 16:48:42 +0000 (Mon, 01 Jan 2007) | 2 lines
Changed paths:
A /tmp/trunk/FuBar_PetInfoFu/icons/stable.tga
FuBar_PetInfoFu:
- added stable icon
------------------------------------------------------------------------
r23 | jayhawk | 2007-01-01 15:10:22 +0000 (Mon, 01 Jan 2007) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
A /tmp/trunk/FuBar_PetInfoFu/icons
FuBar_PetInfoFu:
- added Stable notes for Cartographer
------------------------------------------------------------------------
r22 | jayhawk | 2006-12-31 13:01:21 +0000 (Sun, 31 Dec 2006) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
FuBar_PetInfoFu:
- updated properties
------------------------------------------------------------------------
r21 | jayhawk | 2006-12-31 12:57:58 +0000 (Sun, 31 Dec 2006) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- hopefully fixed strange icon problem
------------------------------------------------------------------------
r20 | jayhawk | 2006-12-28 20:04:03 +0000 (Thu, 28 Dec 2006) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu:
- fixed colours in tooltip and pet attributes
------------------------------------------------------------------------
r19 | jayhawk | 2006-12-25 11:04:43 +0000 (Mon, 25 Dec 2006) | 2 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- changes for Warlock
------------------------------------------------------------------------
r17 | jayhawk | 2006-12-20 10:13:14 +0000 (Wed, 20 Dec 2006) | 3 lines
Changed paths:
M /tmp/trunk/FuBar_PetInfoFu
M /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
M /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
FuBar_PetInfoFu:
- added sorting on when first stabled pet.
-- tried to reduce event triggering (UNIT_HAPPINESS)
------------------------------------------------------------------------
r16 | jayhawk | 2006-12-19 15:53:34 +0000 (Tue, 19 Dec 2006) | 3 lines
Changed paths:
A /tmp/trunk/FuBar_PetInfoFu
A /tmp/trunk/FuBar_PetInfoFu/Bindings.xml
A /tmp/trunk/FuBar_PetInfoFu/FuBar_PetInfoFu.toc
A /tmp/trunk/FuBar_PetInfoFu/PetInfoFu-readme.txt
A /tmp/trunk/FuBar_PetInfoFu/PetInfoFu.lua
A /tmp/trunk/FuBar_PetInfoFu/PetInfoFuLocals-enUS.lua
FuBar_PetInfoFu: initial commit
- Overview of pet attributes and combat values. Will optionally track your pet history. Remake of Corgi's PetInfo.
------------------------------------------------------------------------