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.
Anyone have any idea if this is being updated by anyone, or if it's been replaced with a similar addon? It's apparently nearly 2 years old, and it doesn't really seem to work with 4.0. Anyone? D:
Is there some documentation or a wiki for this addon?
I am not sure what numbers I should be looking at when I mouse over a weapon. There is the light blue numbers and then there are dark blue numbers for each hand the weapon can be used in. Should I use the light blue or dark blue numbers to see which weapon is better?
Seems LootRank changed url type, so addon would notice some errors in any cases. One of them should be fixed with retyping line in Emport.lua line 131 to
Val = tonumber(Val) or Val;
I am also having a problem with incorrect item points values.
For instance Footwraps of Teleportation (http://www.wowhead.com/?item=37867) by my calculations works out at a value of 102.98 using the suggested shadow priest values of
SP = 1
Crit = 0.61
Haste = 0.56
Spirit = 0.21
Int = 0.19
Hit = 1.12
and socketing it with the EQ suggested gem of Veiled Monarch Topaz (http://www.wowhead.com/?item=40049) which has a value of 17.96 but EQ reports a total value of 102.88 as opposed to my calculated value of 102.98.
Hi, Nice addon.
I've just got the bug in it when some items are estimated wrongly... Finally I figured out next issue:
- there are two types of the +attack power bonuses in the WoW (?!): for example http://eu.wowarmory.com/item-info.xml?i=38221 and http://eu.wowarmory.com/item-info.xml?i=43183 - the item tooltip is different in armory, English ("increase your attack power" and "increase attack power") and in the game, Russian.
- the ap data for the one type of tooltip is not counted at all (at least in Russian localization) which results in lower estimation value for some items.
Can it be solved on my side?
Thank you in advance.
Hi Don, I noted that LibItemBonus-2.0 is now an Ace3 library however when I updated it I left it using AceLibrary to load. I've coded up a revised loader removing the Ace2 dependencies that the old ItemBonusLib-1.0 used (AceLibrary is still required for TipHooker though). I'll post a commit this evening after I have time to test the changes.
BTW have you looked at the import routine it isn't happy with some of the new stats eg: spellpower when importing a LootRank string.
There should be values I added in the defaults section?
If you want these customised I recommend Rawr http://www.codeplex.com/Rawr and viewing the custom values it produces for your personal level of kit - see Rawr FAQ for details.
This sounds like just the feature I'd need for my Ret Pally, but can't seem to find the feature you're describing in the Rawr app or the Druid Wiki (I can't find any other FAQ).
I too would like the option to turn off gem calculations.
Also maybe have a larger possible weight that 10 (Upwards to 1000 in case people want to copypasta values from pages like redcape's retribution dps calculator forum post on eitistjerks). Thanks
Upload the Perl script or send it to the email in the AddOn and I'll package a new list with the AddOn. Wowhead has changed so my old scripts for grabbing jewels and food data does not work anymore, I was gonna update them but have been to busy at my new work lately.
For my own use, I wrote a small perl script to take a comma-separated list of gems and output formatted text equivalent to the gems already in AddOn.InfoStorage.Gems.
Input takes the form:
39961,Pristine Huge Citrine,2,orange,ATTACKPOWER,12,CR_HIT,6
39906,Bright Bloodstone,2,RED,ATTACKPOWER,24
I'm very pleased to say that the original author will be back maintaining this addon soon. I've been in email contact and he intends to return to playing and maintaining his addons. I hope to liase with him on what I've done and to see what we can do to get the other features updated for WotLK. Those features are mainly all the gems, consumables etc.
Can anybody update this addon? Or can anyone tell me an addon what do the same thing?
It is a very useful addon .
Anyone have any idea if this is being updated by anyone, or if it's been replaced with a similar addon? It's apparently nearly 2 years old, and it doesn't really seem to work with 4.0. Anyone? D:
I am not sure what numbers I should be looking at when I mouse over a weapon. There is the light blue numbers and then there are dark blue numbers for each hand the weapon can be used in. Should I use the light blue or dark blue numbers to see which weapon is better?
Val = tonumber(Val) or Val;
For instance Footwraps of Teleportation (http://www.wowhead.com/?item=37867) by my calculations works out at a value of 102.98 using the suggested shadow priest values of
SP = 1
Crit = 0.61
Haste = 0.56
Spirit = 0.21
Int = 0.19
Hit = 1.12
and socketing it with the EQ suggested gem of Veiled Monarch Topaz (http://www.wowhead.com/?item=40049) which has a value of 17.96 but EQ reports a total value of 102.88 as opposed to my calculated value of 102.98.
Feature request:
- option: hide bok value
- option: display my item value for compare
Example: http://img258.imageshack.us/my.php?image=sanstitre1lz9.jpg
I've just got the bug in it when some items are estimated wrongly... Finally I figured out next issue:
- there are two types of the +attack power bonuses in the WoW (?!): for example http://eu.wowarmory.com/item-info.xml?i=38221 and http://eu.wowarmory.com/item-info.xml?i=43183 - the item tooltip is different in armory, English ("increase your attack power" and "increase attack power") and in the game, Russian.
- the ap data for the one type of tooltip is not counted at all (at least in Russian localization) which results in lower estimation value for some items.
Can it be solved on my side?
Thank you in advance.
That library is used to parse tooltips and get the item bonus totals which are then multiplied up by EquivPoints and displayed.
BTW have you looked at the import routine it isn't happy with some of the new stats eg: spellpower when importing a LootRank string.
Any surgestions as were to find WotLK-workable values for hunters and rogues?
If you want these customised I recommend Rawr http://www.codeplex.com/Rawr and viewing the custom values it produces for your personal level of kit - see Rawr FAQ for details.
Also maybe have a larger possible weight that 10 (Upwards to 1000 in case people want to copypasta values from pages like redcape's retribution dps calculator forum post on eitistjerks). Thanks
For my own use, I wrote a small perl script to take a comma-separated list of gems and output formatted text equivalent to the gems already in AddOn.InfoStorage.Gems.
Input takes the form:
39961,Pristine Huge Citrine,2,orange,ATTACKPOWER,12,CR_HIT,6
39906,Bright Bloodstone,2,RED,ATTACKPOWER,24
Which produces output:
[39961] = {
["Name"] = "Pristine Huge Citrine",
["Rarity"] = 2,
["Color"] = {
["RED"] = true, ["YELLOW"] = true,
},
["Bonus"] = {
["ATTACKPOWER"] = 12,
["CR_HIT"] = 6,
},
},
[39906] = {
["Name"] = "Bright Bloodstone",
["Rarity"] = 2,
["Color"] = {
["RED"] = true,
},
["Bonus"] = {
["ATTACKPOWER"] = 24,
},
},
If you want some help hardcoding the WotLK gems, let me know, I'll see what I can do.