With the new version and the StatSetFormula, you can value items with your own formula.
You can use the math functions and the IBL Identifiers.
f.e.: "math.random(STA^2,(2*STA)^2)+math.floor(AGI^0.5)"
It can, if you set Modifications -> Enchants to "Always own" it will take your own enchants into calculation instead of the enchant on the item.
You can calculate these stat values with TankPoints and put them into an ItemValue StatSet. I'll have a look at TankPoints and maybe make an ItemValue_TankPoints plugin, which takes the values from directly TankPoints.
ItemValue displays the value of items (based on StatSets you can define) in their Tooltips. Similiar to HunterAEP, TankPoints, Pawn.
Main Features:
ItemBonusLib to scan Items
Many customization possibilities for the compare function (delta, absolute, percent)
Unlimited number of Sets and SetTypes (I'm working on a Rogue Set atm.)
The default Set is "StatSet" which lets you define a value for every (useful) Stat ItemBonusLib provides.
The Sets can be sent to other ItemValue users. (/iv sets send <Recipient> <SetName>)
Support for Jewels and Enchants:
You can decide if enchant should be included in the calculation, ignored, if item values should be calculated with you own enchants instead, etc.
You can specify a default jewel, which will be used if an item has an empty socket.
Best Jewels
This function calculates the best possible jewel combination for a given Set and ItemLink. (/iv bestjewels <SetName> <ItemLink>)
Uses the built-in database of about 200 jewels and can on-the-fly add new jewels as you see them.
Powerful filter function which allows you to en/disable every jewel independently, quick disable [quality] and disable [part of name] is also possible.
Equipment Value
Shows the sum of all item values of your equipment in the character sheet.
Planned: Equipment Value of your target in the inspect frame (at the moment just in the chat)
You can open the Waterfall GUI with /iv gui.
Although it's just a beta, it should work quite good, but keep in mind that I've not had many testers.
Edit:
A Screenshot:
Edit 2:
New version: StatSetFormula added.
Edit 3:
New version: Compare Item bugfix, captalization consistency, minor performance tweaks, StatSetFormula returns nil bugfix
Edit 4:
See new version+changes at my latest reply.
Until someone (maybe i) has coded this, you can try coolDown. Small and eye-candy cooldown bar addon, without big spell names. With a few lines of changed code it fits nicely into a "dreamlayout" ui:
0
To clarify a few things here a list of the now/soon available set types:
StatSet:
Allows you to enter values for each stat.
Formula:
Allows you to enter complex formulas and not just the "STAT_A * VALUE_A + STAT_B * VALUE_B" what StatSet does.
Group:
Used to merge multiple Sets into one. You can specify a value for each Set.
DrDamage (soon):
You can enter a spell and takes the vales for crit/hit from DrDamage and displays how much spelldamage they are equivalent to.
0
Edit: Removed attachment due to SVN access.
0
0
You can use the math functions and the IBL Identifiers.
f.e.: "math.random(STA^2,(2*STA)^2)+math.floor(AGI^0.5)"
@Cal
4 Default Jewels, no problem.
About comparison: What item do you have equipped?
0
As long as your stat valuation formula is like value=sta*x+agi*y+str*z the StatSet does this.
@Quark
Itemization Formula = http://www.wowwiki.com/Formulas:Item_Values ?
0
To get the value of an item you can just do
An ItemLink should work, too.
0
You can calculate these stat values with TankPoints and put them into an ItemValue StatSet. I'll have a look at TankPoints and maybe make an ItemValue_TankPoints plugin, which takes the values from directly TankPoints.
0
Main Features:
Support for Jewels and Enchants:
Best Jewels
Equipment Value
You can open the Waterfall GUI with /iv gui.
Although it's just a beta, it should work quite good, but keep in mind that I've not had many testers.
Edit:
A Screenshot:
Edit 2:
New version: StatSetFormula added.
Edit 3:
New version: Compare Item bugfix, captalization consistency, minor performance tweaks, StatSetFormula returns nil bugfix
Edit 4:
See new version+changes at my latest reply.
Edit 5:
ItemValue is now available on the SVN.
0
0