Also on AOL
- Autos
- Technology
- Lifestyle
- Gaming
- Finance
- Entertainment on AOL
- Lifestyle on AOL
- Sports on AOL
- Travel on AOL
- More on AOL
Featured Galleries
Joystiq
© 2013 AOL Inc. All rights Reserved. Privacy Policy | Terms of Use | Trademarks | AOL A-Z HELP | About Our Ads

Reader Comments (Page 1 of 1)
2-06-2010 @ 6:53PM
mcdrewski said...
I'm an enhance who runs 10-man, and on any given fight I may or may not have misery/imp-FF for the extra bonus.
The magic number for horde hit cap in this case is 446.
Here's a macro I use when i'm trying on gear. It shows where I am in my hit and expertise caps (but it ignores passive weapon bonuses to expertise like orcs' axe/fist bonus)
/script DEFAULT_CHAT_FRAME:AddMessage("Hit ="..GetCombatRating(8).."/446 ("..446-GetCombatRating(8)..")")
/script DEFAULT_CHAT_FRAME:AddMessage("Expertise ="..GetCombatRating(24).."/140 ("..140-GetCombatRating(24)..")")
a sample result on a perfectly capped toon for your spec numbers above would show:
Hit = 367/446 (79)
Expertise = 140/140 (0)
ie: you're 79 points short of the 446 point spell hit cap, and exactly on the expertise cap.
Reply