Hi there,
am I safe to assume that an avoidance macro for DKs with the new Rune of the Nerubian Carapace enchanted on one weapon would look like this?
Code:
/run ChatFrame1:AddMessage(format("Total avoidance: %.2f%%", GetDodgeChance() + GetParryChance() + 8 + 1/(0.0625 + 0.956/(13*0.04 + GetCombatRatingBonus(CR_DEFENSE_SKILL)*0.04))))
I simply replaced the "1" (25*0.04=1) from Liudeaths macro to a "13*0.04".
Well, since I'm quite a noob regarding macros I wouldn't be surprised if my attempts to modify them would faily horribly.
Bookmarks