• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

EquivalencePoints

  Download the Curse Client

Project Updated:
Files Updated: Mon, Dec 22 2008
Supports Game Version: 3.0.3
Category: Miscellaneous
Tags:

, , , , , and [Edit Tags]

Project Manager: DonTristan
Additional Authors: Pericles
Current Version: v3.0.2
License: All Rights Reserved
Avg Daily DL (last 30 days): 15
Downloads Total: 9,406
Favorites: 33
Comments: 28
  • About EquivalencePoints
  •  

Customizable equivalence points in item tooltips.

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  EquivalencePoints v3.0.2 Release 3.0.3 4,741 12/22/2008
  EquivalencePoints v3.0.1 Release 3.0.3 804 12/12/2008
  EquivalencePoints v2.2.1 Release 3.0.3 1,719 11/20/2008
  EquivalencePoints v2.2 Release 3.0.3 374 11/19/2008
  EquivalencePoints v2.1 Release 3.0.3 218 11/18/2008
  • 1 page(s)
Advertisement
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • 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?

    Reply Report Permalink
  • andorxor said 

    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;

    Reply Report Permalink
  • BWMerlin said 

    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.

    Reply Report Permalink
  • daryan said 

    I have the same issue that Temutchin with te french client.

    Feature request:
    - option: hide bok value
    - option: display my item value for compare

    Example: http://img258.imageshack.us/my.php?image=sanstitre1lz9.jpg

    Reply Report Permalink
  • 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.

    Reply Report Permalink
  • Pericles said 

    This is an issue with LibItemBonus-2.0 raise a ticked on the library page on wowace.com

    That library is used to parse tooltips and get the item bonus totals which are then multiplied up by EquivPoints and displayed.

    Reply Report Permalink
  • Pericles said 

    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.

    Reply Report Permalink
  • U1pa said 

    Russian localization: http://tinyurl.com/eqp-ruru

    Reply Report Permalink
  • dansedan said 

    Realy nice addon you got here :)

    Any surgestions as were to find WotLK-workable values for hunters and rogues?

    Reply Report Permalink
  • Pericles said 

    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.

    Reply Report Permalink
  • Capfan said 

    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).

    Reply Report Permalink
  • Dreykos said 

    as i see it, this addon always include gems in calculations. is it possible to have an option to turn this off?

    Reply Report Permalink
  • 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

    Reply Report Permalink
  • 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.

    Reply Report Permalink
  • tindelli said 

    Pericles:

    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.

    Reply Report Permalink
  • tindelli said 

    Just learned that comments here don't preserve leading spaces... the output looks ugly here but is actually formatted properly from the script.

    Reply Report Permalink
  • Pericles said 

    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.

    Reply Report Permalink
  • Pericles: Thank you so much for taking this on. I know it's not what you wanted, but as an enh shm myself I really appreciate you doing this.

    Reply Report Permalink
  • Pericles said 

    Hmmm the LibItemBonus-2.0 is still flagged as alpha and so hasn't been included in the auto zip. If you use expertise I'd advise updating LibItemBonus-2.0 in the EquivalencePoints lib directory with the alpha thats on the curse site. You can get it from here http://www.wowace.com/projects/libitembonus-2-0/files/54-r54/

    Once the library author flags it as a release version it will auto update in this project for now if you use expertise you'll need to manually update that library.

    Reply Report Permalink
  • What's wrong with the expertise in the release version?

    I tried to update, but when I did, EquivalencePoints didn't load anymore. (I probably did something wrong)

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 1,791 Skinner Miscellaneous
  2. 1,724 Talented Miscellaneous
  3. 1,411 FuBar 3.6 Miscellaneous
  4. 779 SharedMedia Miscellaneous
  5. 742 Fishing Buddy -- Bar Support Miscellaneous