Hi everyone,
Since the disparition of website like mainTankadin and Elitist Jerk, I find it difficult to “dig” for informations dating of the wotlk retail era.
As of now, my biggest problem is in calculating the Avoidance stat.
For those who are unaware : The Avoidance (or Unhitable) stat is more or less the “sum” of the parry, dodge and block stats + miss facing a boss.
At 102.4% you are guarented to either dodge, parry or block any melee attacks coming at you (the block being the worst case scenario).
I did found 2 different formula and I need your help in explaining to me which one is the truest?
Here is the first one:
GetDodgeChance() + GetBlockChance() + GetParryChance() + 5 + 1/(0.0625 + 0.956/(GetCombatRating(CR_DEFENSE_SKILL)/4.91850*0.04))))
Here the second one:
5 + (((playerDefense) - enemyAttackRating) * 0.04) + GetDodgeChance() + GetParryChance() + GetBlockChance()
The difference is of 1.25% between the two results.
Thanks !