- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,109 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top StarCraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
Ratings
- 0 Likes
- World of Warcraft
- 61 Monthly Downloads
- Supports: 4.0.3a
- 38,444 Total Downloads
- Updated 12/17/2010
- Created 06/11/2008
- 66 Favorites
- Project Site
- Comments
- Release Type: Release
- License: zlib/libpng License
- Newest File: v1.5.2-release
About 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.
------------------------------------------------------------------------
r72 | jerry | 2010-12-17 10:51:45 +0000 (Fri, 17 Dec 2010) | 1 line
Changed paths:
A /tags/v1.5.2-release (from /trunk:71)
Tagging as v1.5.2-release
------------------------------------------------------------------------
r71 | jerry | 2010-12-17 10:51:07 +0000 (Fri, 17 Dec 2010) | 2 lines
Changed paths:
M /trunk/core.lua
Fix ratings for levels 81-85
------------------------------------------------------------------------
r70 | jerry | 2010-12-17 10:36:07 +0000 (Fri, 17 Dec 2010) | 2 lines
Changed paths:
M /trunk/core.lua
M /trunk/panel.lua
Allow option to go to the maximum supported level by the core.
------------------------------------------------------------------------
r69 | zhTW | 2010-12-09 02:42:13 +0000 (Thu, 09 Dec 2010) | 1 line
Changed paths:
M /trunk/Ratings.toc
Update Notes-zhTW & Notes-zhCN by UTF-8
------------------------------------------------------------------------
r67 | jerry | 2010-11-09 11:24:51 +0000 (Tue, 09 Nov 2010) | 3 lines
Changed paths:
M /trunk/core.lua
Add multipliers for level 81-85.
Fix Ticket-7
------------------------------------------------------------------------
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| v1.5.2-release | Release | 4.0.3a | 9,683 | 12/17/2010 |
| v1.5.1-release | Release | 4.0.3a | 2,551 | 12/08/2010 |
| v1.5-release | Release | 4.0.1 | 4,718 | 10/17/2010 |
| v1.3.3-release | Release | 3.3.3 | 1,828 | 04/13/2010 |
| v1.3.2-release | Release | 3.3.3 | 443 | 03/30/2010 |
| v1.3.1-release | Release | 3.2.0 | 165 | 10/29/2009 |
| v1.3-release | Release | 3.2.0 | 94 | 08/19/2009 |
| v1.2.3-release | Release | 3.2.0 | 72 | 08/13/2009 |
| v1.2.2 | Release | 3.1.0 | 154 | 04/16/2009 |
| v1.2.1 | Release | 3.0.9 | 50 | 03/09/2009 |
| v.1.2 | Release | 3.0.9 | 54 | 02/24/2009 |
| v1.1.2 | Release | 3.0.3 | 9 | 12/06/2008 |
| v1.1.1 | Release | 3.0.3 | - | 11/26/2008 |
| v1.1-release | Release | 3.0.3 | - | 11/21/2008 |
| v1.1-beta | Beta | 3.0.2 | - | 10/16/2008 |
| Ratings-r76458 | Beta | 2.4.3 | 24 | 06/11/2008 |
| Ratings-r74675 | Beta | 2.4.3 | 1 | 05/21/2008 |
| Ratings-r74577 | Beta | 2.4.3 | - | 05/20/2008 |
Addon Packs Containing This...
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, and Boss Encounters
- 1,172,613 Monthly Downloads
-
- Bagnon
- Bags & Inventory
- 491,839 Monthly Downloads
-
- AtlasLoot Enhanced
- Map & Minimap, Professions, Arena, and Boss Encounters
- 393,478 Monthly Downloads
-
- Deadly Boss Mods - Burning Crusade and Vanilla mods
- Combat and Boss Encounters
- 350,761 Monthly Downloads
-
- Recount
- Combat
- 329,575 Monthly Downloads
Comments
At 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},
}
ratings, the menu just breaks out, hence I can not use its options at all.
wondering if I can fix it by myself....
Will it be updated anytime soon?
Patch 3.3 is coming..
Thanks
Submitting a Ticket allows me to get notified earlier of your issue and will make a correction happen faster.
SPIRIT,
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 :)
I 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 ?