Beardly
12-27-2009, 07:46 PM
Calculates your total avoidance in game. (DK)
/run ChatFrame1:AddMessage(format("Avoidance with Stoneskin Gargoyle: %.2f%%",GetDodgeChance() + GetParryChance() + 6 + 1/(0.0625 +0.956/(floor(GetCombatRatingBonus(CR_DEFENSE_SKILL))*0.0 4))))
Calculates total chance to be missed
/run ChatFrame1:AddMessage(format("Chance to be missed: %.2f%%", 5 + 1/(0.0625 +0.956/(GetCombatRating(CR_DEFENSE_SKILL)/4.91850*0.04))))
hope these help,
Beardly
/run ChatFrame1:AddMessage(format("Avoidance with Stoneskin Gargoyle: %.2f%%",GetDodgeChance() + GetParryChance() + 6 + 1/(0.0625 +0.956/(floor(GetCombatRatingBonus(CR_DEFENSE_SKILL))*0.0 4))))
Calculates total chance to be missed
/run ChatFrame1:AddMessage(format("Chance to be missed: %.2f%%", 5 + 1/(0.0625 +0.956/(GetCombatRating(CR_DEFENSE_SKILL)/4.91850*0.04))))
hope these help,
Beardly