Gives one single number (GearRating) to indicate the quality of a character's gear.
I will eventually convert this to a Broker addon, but for now here is a v4.3 compatible version for Fubar.
I currently am using the "Fubar replacement for Fubar2Broker" and then "Fubar2Broker" to make this viewable as a Broker LDB. Both addons are available via Curse.
Fubar_GearRating basically takes the sum of your iLevel for items, and applies factors depending on whether or not the item is green, blue, epic or legendary.
Greens currently get 80% of the iLvl for an item.
Blues get 92.5% of the iLvl for an item.
Epics get 100% of the iLvl for an item.
Legendary items get 130% of the iLvl for an item.
GR = GearRating ((TCIL2 / 12.585) * 1.3) + 1.3
TCIL2 = sum of all adjusted iLvl values
Facts
- Date created
- Apr 24, 2008
- Category
- Last update
- May 15, 2013
- Development stage
- Release
- Language
- enUS
- License
- All Rights Reserved
- Curse link
- FuBar_GearRating
- Downloads
- 241,964
- Recent files
Authors
Relationships
- Embedded library
- Ace2
- DewdropLib
- FuBarPlugin-2.0
- TabletLib
- Reply
- #17
arathon2 Aug 30, 2012 at 14:26 UTC - 0 likesCurrently working on a fix for 5.0.4. While the addon no longer has LUA Errors in it, it's calculation is terribly off (due to the Ranged slot going byebye), and party/raid members aren't working at all. I hope to have a solution posted soon.
- Reply
- #16
arathon2 Nov 11, 2010 at 17:13 UTC - 0 likesI'd have to re-write much of the addon to port it to Ace3 (which I'm inclined to do). It'll probably be posted as a new addon though. I'll link it here once I get it created and work started on it.
- Reply
- #15
arathon2 Nov 08, 2010 at 21:03 UTC - 0 likesLet me take a look at the Ace3 equiv. libraries and see what I can do.
- Reply
- #14
srshyu Oct 28, 2010 at 15:07 UTC - 0 likesAny possibility of upgrading this addon from ace2 to ace3 addons?
- Reply
- #13
arathon2 Jul 21, 2010 at 20:44 UTC - 0 likesHmm... The only dependency is Fubar. You have Fubar 3.6 installed?
- Reply
- #12
emooch Jul 15, 2010 at 12:57 UTC - 0 likesNOT SURE WHAT TO DO
for Gear Rating it says there is a dependency missing
Reinstalled and it did not fix it
any suggestions?
- Reply
- #11
arathon2 Dec 10, 2009 at 14:25 UTC - 0 likesI'll see what I can do. No promises though :)
- Reply
- #10
Tebasile Dec 08, 2009 at 18:56 UTC - 0 likesWould love to have a broker version of this :)
- Reply
- #9
arathon2 Dec 08, 2009 at 18:47 UTC - 0 likesUnfortunately I do not have a warrior to test my code out, but I have made a change to how 2H weapons in the off-hand slot should be calculated. Once the servers are back up and I know there are no errors with my addon, I will upload the code change.
- Reply
- #8
mysticalos Sep 11, 2009 at 18:49 UTC - 0 likesit's still calculating duel wielding warriors wrong and giving them obnoxiously high gear scores.