This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
Scans your Equipment for cumulative item bonuses and sums them up.
FYI, It looks like whoever added the last RU localizations missed adding some commas so the latest version is broken. Posting this to see if whoever has access coudl fix. ;)
As with 99% of the "Lib" addons, you won't notice them doing anything themselves, as they are in fact libraries to be used by developers for their own addon. Here is an example snippet:
local LIBIB = LibStub("LibItemBonus-2.0") local _, setCount = LIBIB:BuildBonusSet(gearTable)
setCount is a table holding all the set bonuses found on the items held in gearTable.
Hi jerry. Great work! The spanish localization doesn't work fine. But I know this is a great effort. I hope I know programming to correct this, but I'm a beginner in this and don't know what is wrong :)
Anyway, thanks a lot for your dedication!
There are issues with ruRU locale. I wonder if I can help out somehow.
Should i use my own repository for this library? Or I should somehow provide the info to you jerry?
I've also some little corrections to the library file.
P.s. Sorry for my newbienity. I'm newly registered in here. =)
Isnt this supossed to show the bonuses when u just move ur coursor over the item? How come and it wont do anything? IS there another addon missing for it and not writen anywhere around here?
If anything else I can use that does this thing for me PLS let me know which one. I can't find the one I used to have before :(
-
View User Profile
-
Send Message
Posted Feb 11, 2011-
View User Profile
-
Send Message
Posted Aug 22, 2009How do you get it to show you any information? As davisorle said, nothing is displayed when you move the cursor over an item.
-
View User Profile
-
Send Message
Posted Dec 26, 2009local LIBIB = LibStub("LibItemBonus-2.0")
local _, setCount = LIBIB:BuildBonusSet(gearTable)
setCount is a table holding all the set bonuses found on the items held in gearTable.
-
View User Profile
-
Send Message
Posted May 25, 2009any chance someone would incorporate this into the old FuBar_ItemBonusesFu ?
-
View User Profile
-
Send Message
Posted Apr 29, 2009Anyway, thanks a lot for your dedication!
-
View User Profile
-
Send Message
Posted Apr 23, 2009There are issues with ruRU locale. I wonder if I can help out somehow. Should i use my own repository for this library? Or I should somehow provide the info to you jerry? I've also some little corrections to the library file.
P.s. Sorry for my newbienity. I'm newly registered in here. =)
-
View User Profile
-
Send Message
Posted Jan 3, 2009If anything else I can use that does this thing for me PLS let me know which one. I can't find the one I used to have before :(
-
View User Profile
-
Send Message
Posted Nov 24, 2008-
View User Profile
-
Send Message
Posted Nov 14, 2008You should make this library work into a broker plugin or fubar plugin, like fubar_itembonusesfu or something. =)