-
Posted by wowuro on Sun, 16 Oct 2011 09:48:32
Hi,
i'm looking for a easy-to-use possibility to get the hit chance in percent...like GetExpertise() for expertise or GetParryChance() for parry...
thank 4 advice,
wowuro
-
Posted by jnwhiteh on Sun, 16 Oct 2011 10:38:13
Use GetCombatRating. Specifically
GetCombatRating(CR_HIT_MELEE)
. -
Posted by wowuro on Sun, 16 Oct 2011 11:51:15
Hi,
thank you for your reply...
But if i use this, i get only the rating...x% hit which i got due to talents for example are not included :-\
br, wowuro
-
Posted by jnwhiteh on Sun, 16 Oct 2011 17:48:13
Explore the API. See a place where its being done in the UI and then copy that. Look at the other functions in that category. Try GetCombatRatingBonus