Ratings
Add Rating conversion values to tooltips.
This addon will add the ratings value to tooltips in a non intrusive way.
For instance, the tooltip line "Improves hit rating by 11." will look like "Improves hit rating by 11 (0.34%@L80)."
The format of this string can be changed in the option panel. You can set a different color by using escape codes.
This addon is meant for users that do not want to install RatingBuster and still want to get an idea of the value of ratings.
-
View User Profile
-
Send Message
Posted Oct 5, 2012Will this be updated for MoP?
-
View User Profile
-
Send Message
Posted Oct 14, 2010Thank you for the update, it just feels wrong not having these conversions..
-
View User Profile
-
Send Message
Posted Apr 7, 2010At least correctly for spell casters, since I only have a warlock to do the test.
As for the panel, there apparently no translation is in need. ~ ~
-- enUS to zhTW vivianalive April 7, 2010
elseif GetLocale() == "zhTW" then
SEPARATORS = {
[","] = true,
[" 和"] = true,
["。"] = true,
[":"] = true,
}
PATTERNS = {
["提高(%d+)"] = true,
["([%+%-]%d+)"] = false,
["grant.-(%d+)"] = false,
["add.-(%d+)"] = false,
["(%d+)([^%d%%|]+)"] = false,
}
STATS = {
{"防禦等級", CR_DEFENSE_SKILL},
{"閃躲等級", CR_DODGE},
{"格擋等級", CR_BLOCK},
{"招架等級", CR_PARRY},
{"遠程攻擊致命一擊等級", CR_CRIT_RANGED},
{"致命一擊等級", CR_CRIT_MELEE},
{"遠程命中等級", CR_HIT_RANGED},
{"命中等級", CR_HIT_MELEE},
{"韌性", CR_CRIT_TAKEN_MELEE},
{"遠程攻擊加速等級", CR_HASTE_RANGED},
{"加速等級", CR_HASTE_MELEE},
{"技能等級", CR_WEAPON_SKILL},
{"熟練等級", CR_EXPERTISE},
{"命中迴避概率", CR_HIT_TAKEN_MELEE},
{"護甲穿透等級", CR_ARMOR_PENETRATION},
}
-
View User Profile
-
Send Message
Posted Apr 7, 2010Every time I open interface>addon>ratings, the menu just breaks out, hence I can not use its options at all.
wondering if I can fix it by myself....
-
View User Profile
-
Send Message
Posted Mar 25, 2010I'm getting wrong rating values for armor penetration on my level 80 rogue.
According to my calculations (13.99 arp rating is 1% arp), the following needs to be changed:
core.lua - line 335
from: [CR_ARMOR_PENETRATION] = 4.69512176513672,
to: [CR_ARMOR_PENETRATION] = 4.2665462669894,
-
View User Profile
-
Send Message
Posted Dec 6, 2009Will it be updated anytime soon?
Patch 3.3 is coming..
-
View User Profile
-
Send Message
Posted Oct 28, 2009Thanks
-
View User Profile
-
Send Message
Posted Oct 29, 2009Submitting a Ticket allows me to get notified earlier of your issue and will make a correction happen faster.
-
View User Profile
-
Send Message
Posted Aug 19, 2009Expensive? Would RatingBuster impact framerate in raids? How? Do you have a link to discussion or info on this? Thanks!
-
View User Profile
-
Send Message
Posted Aug 18, 2009Because using RatingBuster is quite expensive.
Ratings is designed to have little impact on performance while providing useful information.
-
View User Profile
-
Send Message
Posted Aug 16, 2009SPIRIT,
ARMOUR,
HEALTH,
MANA,
AGILITY,
etc.
i believe this MOD is only for reporting things like "CRIT RATING", "DEFENSE RATING", anything with a RATING description.
i've made a pic of it in action. in the pic there are two highlighted areas:
a) there is Blizz's own stat compare (similar to RATINGBUSTER)
b) the other highlighted part shows this MOD giving a little more detail to the "DEFENSE RATING" (11.30@54)
http://www.pict.com/view/1476851/0/untitled
hope this helps :)
-
View User Profile
-
Send Message
Posted Aug 13, 2009I'm curious, what is the reason why users would not want to install RatingBuster? Is there something wrong with it?
-
View User Profile
-
Send Message
Posted Aug 10, 2009-
View User Profile
-
Send Message
Posted Jul 25, 2009-
View User Profile
-
Send Message
Posted Jul 30, 2009I think I need more information from you so that I can help you.
What locale are you playing on ? Ratings only supports enUS and frFR, IIRC.
Are you using any tooltip addon besides Ratings ?
Do you see the Ratings options in the Addons menu ?
-
View User Profile
-
Send Message
Posted Jul 16, 2009-
View User Profile
-
Send Message
Posted Jun 12, 2009-
View User Profile
-
Send Message
Posted Mar 8, 2009Russian locale copied from RatingBuster
elseif GetLocale() == "ruRU" then
SEPARATORS = {
[","] = true,
[" и "] = true,
["/"] = true,
[". "] = true,
[" для "] = true,
["&"] = true,
-- [":"] = true,
}
PATTERNS = {
[" на (%d+)"] = true,
["([%+%-]%d+)"] = true,
[" увеличена на (%d+)"] = true,
["(%d+) к "] = true,
["дополнительно (%d+)"] = true,
["увеличение (%d+)"] = true,
["на (%d+)([^%d%%|]+)"] = true,
}
STATS = {
{string.lower("Силе атаки"),SPELL_STAT1115_NAME}, --чтобы Сила атаки и сила заклинаний не распознавалась как Сила
{string.lower("Сила атаки"),SPELL_STAT1115_NAME}, -- строки SPELL_STAT1115_NAME должны быть впереди
{string.lower("Силу атаки"),SPELL_STAT1115_NAME},
{string.lower("Сила заклинаний"),SPELL_STAT1115_NAME},
{string.lower("Силу заклинаний"),SPELL_STAT1115_NAME},
{string.lower("Силе заклинаний"),SPELL_STAT1115_NAME}, -- конец левых строчек
{string.lower(SPELL_STAT1_NAME),SPELL_STAT1_NAME}, -- Strength
{string.lower("Силе"),SPELL_STAT1_NAME},
{string.lower(SPELL_STAT2_NAME),SPELL_STAT2_NAME}, -- Agility
{string.lower("Ловкости"),SPELL_STAT2_NAME},
{string.lower(SPELL_STAT3_NAME),SPELL_STAT3_NAME}, -- Stamina
{string.lower("Выносливости"),SPELL_STAT3_NAME},
{string.lower(SPELL_STAT4_NAME),SPELL_STAT4_NAME}, -- Intellect
{string.lower("Интеллекту"),SPELL_STAT4_NAME},
{string.lower(SPELL_STAT5_NAME),SPELL_STAT5_NAME}, -- Spirit
{string.lower("Духу"),SPELL_STAT5_NAME},
{"рейтинг защиты",CR_DEFENSE_SKILL},
{"рейтингу защиты",CR_DEFENSE_SKILL},
{"рейтинга защиты",CR_DEFENSE_SKILL},
{"рейтинг уклонения",CR_DODGE},
{"рейтингу уклонения",CR_DODGE},
{"рейтинга уклонения",CR_DODGE},
{"рейтинг блокирования щитом",CR_BLOCK}, -- block enchant: "+10 Shield Block Rating"
{"рейтинга блокирования щитом",CR_BLOCK},
{"рейтингу блокирования щитом",CR_BLOCK},
{"увеличение рейтинга блокирования щита на",CR_BLOCK},
{"рейтинга блока",CR_BLOCK},
{"рейтинг парирования",CR_PARRY},
{"рейтинга парирования",CR_PARRY},
{"рейтингу парирования",CR_PARRY},
{"рейтинг критического удара %(заклинания%)",CR_CRIT_SPELL},
{"рейтингу критического удара %(заклинания%)",CR_CRIT_SPELL},
{"рейтинга критического удара %(заклинания%)",CR_CRIT_SPELL},
{"рейтинга критического удара заклинаниями",CR_CRIT_SPELL},
{"рейтингу критического удара заклинаниями",CR_CRIT_SPELL},
{"рейтинг критического удара заклинаниями",CR_CRIT_SPELL},
{"spell critical hit rating",CR_CRIT_SPELL},
{"spell critical rating",CR_CRIT_SPELL},
{"spell crit rating",CR_CRIT_SPELL},
{"ranged critical strike rating",CR_CRIT_RANGED},
{"ranged critical hit rating",CR_CRIT_RANGED},
{"ranged critical rating",CR_CRIT_RANGED},
{"ranged crit rating",CR_CRIT_RANGED},
{"рейтинг критического удара",CR_CRIT_MELEE},
{"рейтинг критического эффекта",CR_CRIT_MELEE},
{"рейтингу критического удара",CR_CRIT_MELEE},
{"рейтинга критического удара",CR_CRIT_MELEE},
{"рейтинг крит. удара оруж. ближнего боя",CR_CRIT_MELEE},
{"critical hit rating",CR_CRIT_MELEE},
{"critical rating",CR_CRIT_MELEE},
{"crit rating",CR_CRIT_MELEE},
{"рейтинг меткости %(заклинания%)",CR_HIT_SPELL},
{"рейтингу меткости %(заклинания%)",CR_HIT_SPELL},
{"рейтинга меткости %(заклинания%)",CR_HIT_SPELL},
{"рейтингу меткости заклинаний",CR_HIT_SPELL},
{"ranged hit rating",CR_HIT_RANGED},
{"рейтинга нанесения удара ближнего боя",CR_HIT_MELEE},
{"рейтинг меткости",CR_HIT_MELEE},
{"рейтинга меткости",CR_HIT_MELEE},
{"рейтингу меткости",CR_HIT_MELEE},
{"рейтинг устойчивости",CR_CRIT_TAKEN_MELEE}, -- resilience is implicitly a rating
{"рейтингу устойчивости",CR_CRIT_TAKEN_MELEE},
{"рейтинга устойчивости",CR_CRIT_TAKEN_MELEE},
{"рейтинг скорости %(заклинания%)",CR_HASTE_SPELL},
{"рейтингу скорости %(заклинания%)",CR_HASTE_SPELL},
{"рейтинга скорости %(заклинания%)",CR_HASTE_SPELL},
{"скорости наложения заклинаний",CR_HASTE_SPELL},
{"скорость наложения заклинаний",CR_HASTE_SPELL},
{"ranged haste rating",CR_HASTE_RANGED},
{"рейтинг скорости",CR_HASTE_MELEE},
{"рейтингу скорости",CR_HASTE_MELEE},
{"рейтинга скорости",CR_HASTE_MELEE},
{"speed rating",CR_HASTE_MELEE}, -- [Drums of Battle]
{"skill rating",CR_WEAPON_SKILL},
{"рейтинг мастерства",CR_EXPERTISE},
{"рейтингу мастерства",CR_EXPERTISE},
{"рейтинга мастерства",CR_EXPERTISE},
{"hit avoidance rating",CR_HIT_TAKEN_MELEE},
{"рейтинг пробивания брони",CR_ARMOR_PENETRATION},
}
-
View User Profile
-
Send Message
Posted Dec 6, 2008Hi, the German localization should look somewhat like what i posted below
Hope that helps, because i would really like to use this one over RatingBuster. :)
Edit: I edited the code above, after testing it ingame. This one works in the german client.
-
View User Profile
-
Send Message
Posted Dec 1, 2008