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,630
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 06-25-2008, 01:38 AM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 147
Uploads: 6
If you are using Auctioneer/Gatherer you may have bugswatter eating your errors. You could check with, if I recall correctly /swat show?

There may be something with translations going on, I have a feeling one of the libraries was changed and it may throw up an error there. I'm still trying to figure out what and where...
Jayhawk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-21-2008, 07:49 AM  
kaimox
A Kobold Labourer

Forum posts: 1
File comments: 39
Uploads: 0
Great addon.
But since 2.4 (or sometimes around that) I just can't get it to load.
No errors, deleted wtf-files, everything else on fubar is loading but petinfofu just doesnt show up. Not a single error message, just nothing. I have no idea where to look. (it IS activated of course).
I'm using the german client. No problems on my friends computer - he's using the english client.
Anyone else having this problem?
kaimox is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-23-2008, 07:04 AM  
burninghey
A Kobold Labourer
 
burninghey's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Great Addon

Last edited by burninghey : 05-23-2008 at 11:50 AM.
burninghey is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-21-2008, 02:18 AM  
Nuchaleft
A Fallenroot Satyr
 
Nuchaleft's Avatar
Interface Author - Click to view interfaces

Forum posts: 26
File comments: 13
Uploads: 1
Thanks for the great addon, Works great

All the info I've ever wanted to know about my pets and more

- Nuchaleft
Nuchaleft is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-15-2008, 06:58 AM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 147
Uploads: 6
Apologies, life's been a tad hectic (in particular the weekend )
Updated: per April 15.
Jayhawk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-14-2008, 04:01 PM  
Jerricka
A Fallenroot Satyr
 
Jerricka's Avatar

Forum posts: 25
File comments: 173
Uploads: 0
Still getting locale error

Sorry, but the error id still there, can we get a fix pretty please? I'm on a US server. Thank You!

Date: 2008-04-14 12:59:30
ID: 51
Error occured in: Global
Count: 1
Message: ...face\AddOns\FuBar_PetInfoFu\PetInfoFuLocals-enUS.lua line 7:
AceLocale(PetInfoFu): Can only accept true as a value on the base locale. "deDE" is the base locale, "enUS" is not.
Debug:
[C]: ?
[C]: error()
Ace2\AceLibrary\AceLibrary.lua:122: error()
...nterface\AddOns\Ace2\AceLocale-2.2\AceLocale-2.2.lua:223: RegisterTranslations()
...face\AddOns\FuBar_PetInfoFu\PetInfoFuLocals-enUS.lua:7: in main chunk
[C]: ?
[C]: pcall()
FuBar\FuBar.lua:829:
FuBar\FuBar.lua:824
FuBar\FuBar.lua:957: LoadPlugin()
FuBar\FuBar.lua:1093: object_method()
...Ons\FuBar\libs\LibRockTimer-1.0\LibRockTimer-1.0.lua:289:
...Ons\FuBar\libs\LibRockTimer-1.0\LibRockTimer-1.0.lua:227

Last edited by Jerricka : 04-14-2008 at 04:02 PM.
Jerricka is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-08-2008, 12:56 AM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 147
Uploads: 6
Re: Possible solution to the locale problem

I'm going to give that a try. Hopefully update this evening.
Thanks!

[Edit]
I get a feeling things changes in the localisation libraries somehow. I think the errors I had with petName being a boolean may have been related. I was assigning L["UO"] to it, which read L["UO"] = true. Now changed it to L["UO"] = "UO" and hope it will go away.

Last edited by Jayhawk : 04-08-2008 at 01:04 AM.
Jayhawk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-07-2008, 11:09 PM  
nesher
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Possible solution to the locale problem

Quote:
Originally posted by Jayhawk
Weird.
The two of you seem to get opposite messages. What language is your client running?
I was also seeing this error message (the second one listed). I am running under enUS. I checked the .TOC file, and found this:
Code:
PetInfoFuLocals-deDE.lua
PetInfoFuLocals-enUS.lua
PetInfoFu.lua
While I haven't finished reading up on the Ace library frameworks, I believe this made 'deDE' the primary locale for the mod. When I swapped them around, it worked like a charm!

I also noticed that both localization files include some entries such as:
Code:
        ["Track pet history"] = true,                   -- hunter
        ["Track pet happiness"] = true,                 -- hunter
        ["Show Mend Pet Frame"] = true,                 -- hunter
        ["Show nethered demons"] = true,                -- warlock
I believe this would cause an error to fire for a German user who had the files swapped in the TOC.

Hope this helps everyone!
nesher is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-06-2008, 10:06 AM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 147
Uploads: 6
Weird.
The two of you seem to get opposite messages. What language is your client running?
Jayhawk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-05-2008, 01:33 AM  
Jerricka
A Fallenroot Satyr
 
Jerricka's Avatar

Forum posts: 25
File comments: 173
Uploads: 0
Date: 2008-04-04 17:49:04
ID: 51
Error occured in: Global
Count: 1
Message: ...face\AddOns\FuBar_PetInfoFu\PetInfoFuLocals-enUS.lua line 7:
AceLocale(PetInfoFu): Can only accept true as a value on the base locale. "deDE" is the base locale, "enUS" is not.
Debug:
[C]: ?
[C]: error()
Ace2\AceLibrary\AceLibrary.lua:122: error()
...nterface\AddOns\Ace2\AceLocale-2.2\AceLocale-2.2.lua:223: RegisterTranslations()
...face\AddOns\FuBar_PetInfoFu\PetInfoFuLocals-enUS.lua:7: in main chunk
[C]: ?
[C]: pcall()
FuBar\FuBar.lua:829:
FuBar\FuBar.lua:824
FuBar\FuBar.lua:957: LoadPlugin()
FuBar\FuBar.lua:1093: object_method()
...Ons\FuBar\libs\LibRockTimer-1.0\LibRockTimer-1.0.lua:289:
...Ons\FuBar\libs\LibRockTimer-1.0\LibRockTimer-1.0.lua:227
AddOns:
AckisRecipeList, v0.69
AddonManager, v4
AoTRDungeonQuester
Auctioneer, v5.0.PRE.2966
Auditor2, v3.1.0
AutoProfitX, v2.03
Bagmeter, v20300
BankItems, v24000
BeanCounter, v5.0.PRE.2966 (BillyGoat)
BookOfCrafts
ChatSettingsFix, v2.4.1.3
CloseUp
CritSound, v0.2
CrowBar, v1.0.50229
CTBuffMod, v2.4 (CTMod 2.0)
CTCore, v2.4 (CTMod 2.0)
CTExpenseHistory, v2.4 (CTMod 2.0)
CTMailMod, v3.02 (CTMod 2.0)
CTTimer, v2.4 (CTMod 2.0)
FlightMap, v2.1-1
DoubleWide
EasyCopy
EnchantWootOMatic
Enchantrix, v5.0.PRE.2966
EnhTooltip, v5.0.PRE.2966
EquipCompare, v2.10
Fizzlebag, v20100-1
GFWAdSpace, v2.4
GFWFactionFriend, v2.4
GFWHuntersHelper, v2.4
FloAspectBar
FuBarAmmoFu, v2.0
FuBarAuditorFu, v3.1.0
FuBarBagBar, v1.4
BankItemsFu, vv20002
FuBarClockFu, v3.0
FuBarDurabilityFu, v2.0
FuBarExperienceFu, v1.1 $Revision: 65606 $
FuBarFactionsFu, v2.2
FuBarGroupFu, v1
FuBarItemBonusesFu, v2.1
FuBarLocationFu, v2.0
FuBarMailFu, v2.0
FuBarPerformanceFu, v2.0
FuBarPetInfoFu, v2.4.0 $Revision: 67614 $
FuBarSkillsPlusFu, v2.4.3
FuBarTrainerFu, v0.2
FuBar, v60201
FuTextures, v2.0
Gatherer, v3.1
GatherSage, v20100-2
HatTrick
Informant, v5.0.PRE.2966
ItemRack
KHunterTimers
KillLog, v2.6.2a
AbacusLib
Ace2
Babble22, v2.2.$Revision: 57539 $
CrayonLib
Deformat, v1.0 $Revision: 3817 $
DewdropLib
FuBarPlugin20, v2.0 $Revision: 54514 $
GratuityLib, vr$Revision: 49704 $
TabletLib
Waterfall10
LibBabbleSpell30
LightHeaded, v219
LockBarII, v1.4
LootCount
Mendeleev, v2.0.65952
MetaMap, v20100-1
MinimapButtonFrame, v1.7a
MiniPet
myReloadUI, v1.6
OfflineMail, v0.8.3.2
Omen, vOmen r68082 / Threat-2.0 r68088
AHShowBid, v20000 R.1
PetEXPInfoBar
Petster, v20100.00
PetsterFeed
Possessions, v2.0.2n v2
PowerAuras, v2.45
PriceEach, v2.0.3
ProfessionLinks, vProfessionLinks v2.3
QuestAnnouncer, v0.5
RatingBuster, v1.3.7 (r66013)
RecipeRadar, v1.26
CharacterPaperdoll, v2.0.3
CharacterProfiler, v2.3.0
rSelfCastBB
sct, v6.01
sctd, v3.01
SendSelf, v$VER$
simpleMinimap, v20100-6
SimpleMountEquip, v1.8
Skillet, v1.10-54727
Stackpack, v1.1
Stubby, v52
Swatter, v5.0.PRE.2966
TomTom, v123
TyMod
WhoHas, v2.3.3
WIM, v2.4.9
XPerlArcaneBar
XPerlParty
XPerlPartyPet
XPerlPlayerBuffs
XPerlPlayer
XPerlPlayerPet
XPerlRaidAdmin
XPerlRaidHelper
XPerlRaidPets
XPerlRaidFrames
XPerlTarget
XPerlTargetTarget
XPerl, v2.4.0a
Xolpass, v0.50
Jerricka is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-04-2008, 11:09 AM  
Kazragore
A Murloc Raider

Forum posts: 5
File comments: 66
Uploads: 0
Error with the newest Updates:

Date: 2008-04-04 17:03:10
ID: 57
Error occured in: Global
Count: 1
Message: ...face\AddOns\FuBar_PetInfoFu\PetInfoFuLocals-deDE.lua line 7:
AceLocale(PetInfoFu): Can only accept true as a value on the base locale. "enUS" is the base locale, "deDE" is not.
Debug:
[C]: ?
[C]: error()
Ace2\AceLibrary\AceLibrary.lua:122: error()
...nterface\AddOns\Ace2\AceLocale-2.2\AceLocale-2.2.lua:223: RegisterTranslations()
...face\AddOns\FuBar_PetInfoFu\PetInfoFuLocals-deDE.lua:7: in main chunk
[C]: ?
[C]: pcall()
FuBar\FuBar.lua:829:
FuBar\FuBar.lua:824
FuBar\FuBar.lua:957: LoadPlugin()
FuBar\FuBar.lua:1093: object_method()
...terface\AddOns\LibRockTimer-1.0\LibRockTimer-1.0.lua:289:
...terface\AddOns\LibRockTimer-1.0\LibRockTimer-1.0.lua:227
AddOns:
Kazragore is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-09-2008, 02:57 PM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 147
Uploads: 6
I updated the WoWACE version Monday, but am still unsure if it now works correctly.
Jayhawk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-09-2008, 12:08 AM  
markcounselor
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
petinfo error

i found that if you download and install from wowace.com babble library 2.2 it fixes the problem i was getting the same thing till i did that so hopefully it will work for you to
markcounselor is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-07-2008, 03:14 PM  
Jayhawk
Premium Member
 
Jayhawk's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 105
File comments: 147
Uploads: 6
I had issues with the WowAce repository. Seems thi9s is related to it. I'll look into it.
Sorry for the inconvenience.
Jayhawk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-02-2008, 03:48 AM  
MyKroFt
A Murloc Raider

Forum posts: 8
File comments: 9
Uploads: 0
Loading Error

Have the latest & greatest and get this upon UI load:

Date: 2008-01-02 00:46:45
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\FuBar_PetInfoFu\PetInfoFu.lua line 10:
Cannot find a library instance of Babble-SpellTree-2.2. <<--- its in the lib folder......
Debug:
[C]: ?
[C]: error()
Ace2\AceLibrary\AceLibrary.lua:516: AceLibrary()
FuBar_PetInfoFu\PetInfoFu.lua:10: in main chunk
[C]: ?
[C]: pcall()
FuBar\FuBar.lua:829:
FuBar\FuBar.lua:824
FuBar\FuBar.lua:957: LoadPlugin()
FuBar\FuBar.lua:1093:
FuBar\FuBar.lua:1085
[C]: ?
...Ons\FuBar\libs\LibRockTimer-1.0\LibRockTimer-1.0.lua:289:
...Ons\FuBar\libs\LibRockTimer-1.0\LibRockTimer-1.0.lua:227
AddOns:
ACP, v2.3.1.$Revision: 55862 $
AdvancedTradeSkillWindow
AdvancedTradeSkillWindowLevels, v1.3
AucAdvanced, v5.0.PRE.2616
AucFilterBasic, v5.0.PRE.2616 (BillyGoat)
AucStatClassic, v5.0.PRE.2616 (BillyGoat)
AucStatPurchased, v5.0.PRE.2616 (BillyGoat)
AucStatSimple, v5.0.PRE.2616 (BillyGoat)
AucStatStdDev, v5.0.PRE.2616 (BillyGoat)
AutoBar, v2.03.00.31 beta
autoEmote
AutoProfitX, v2.03
BagStatusMeters, v1.5.23
beql, v0.98
BeanCounter, v5.0.PRE.2616 (BillyGoat)
BottomLessBag, v1.072
Cartographer, vr57510
CartographerTrainers, v1.0
CartographerVendors, v1.0
CartographerBattlegrounds, v2.0
CartographerCoordinates, v2.0
CartographerFoglight, v2.0
CartographerGroupColors, v2.0
CartographerGuildPositions, v2.0
CartographerInstanceLoot, v2.0
CartographerInstanceMaps, v2.0
CartographerInstanceNotes, v2.0
CartographerLookNFeel, v2.0
CartographerNotes, v2.0
CartographerPOI, v2.0
CartographerProfessions, v2.0
CartographerWaypoints, v2.0
CartographerZoneInfo, v2.0
CartographerNoteshare, v1.0
CartographerQuests, v0.2
CensusPlus, v4.1.4
LootCounter, v2.3.0
ClearFont2, v2.1
ClearFont2FontPack, v1.0
CTMailMod, v3.0 (CTMod 2.0)
Dailies, v1.2
FlightMap, v2.0-3
EmotePack
EnhTooltip, v5.0.PRE.2616
EquipCompare, v2.9.9
EzDismount
GFWFactionFriend, v2.3
GFWFeedOMatic, v2.3
GFWHuntersHelper, v2.3
GFWLinkerator, v2.3
FuBarAmmoFu, v2.0
FuBarAuditorFu, v2.4.0
FuBarClockFu, v3.0
FuBarDurabilityFu, v2.0
FubarExitFu, v1.1
FuBarExperienceFu, v1.1 $Revision: 55081 $
FuBarFactionsFu, v2.2
FuBarFriendsFu, v2.4
FuBarGroupFu, v1
FuBarGuildFu, v2.4
FuBarHonorFu, v2.0
FuBarItemRackFu, v2.4
FuBarLocationFu, v2.0
FuBarPerformanceFu, v2.0
FuBarPetInfoFu, v2.3.0 $Revision: 54605 $
FuBarReloadUI, v2.0.0
FuBarSkillsPlusFu, v2.4.3
FuBar, v50710
BarGryphons
Informant, v5.0.PRE.2616
ItemRack
FlightPath, v2.00
Ace2
OneStorage, v2.0.$Revision: 55087 $
MailAttachmentCount, v20300
MobInfo2, v3.43
OgriLazy, v1.0.7
OmniCC, v2.0.7
OneBag, v2.0.55081
OneRing, v2.0.55081
OneView, v2.0.55081
PersonalSentry, v1.54b
PlayerMenu, v3.1
sct, v5.7
sctd, v2.4
SmartBuff, vv2.2a
SmartDebuff, vv2.2a
SpellAlertSCT, v20000-1
Stackpack, v0.9
Stubby, v2
SuperMacro, v4.03
Swatter, v5.0.PRE.2616
BuffTimers
QuickLoot
TrinketMenu
VisualThemes, vr56467
VisualThemesRockConfig
WIM, v2.2.28
WIMSpamBlocker, v1.0.11
WowheadLooter, v2.2.0
XPerlArcaneBar
XPerlParty
XPerlPartyPet
XPerlPlayerBuffs
XPerlPlayer
XPerlPlayerPet
XPerlRaidFrames
XPerlTarget
XPerlTargetTarget
XPerl, v2.3.8a
DBMAPI
DBMRaidTools, v0.1



Any suggestions

Thanks
Myk

Last edited by MyKroFt : 01-02-2008 at 03:57 AM.
MyKroFt 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.