This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
It would be lovely if there were a way to take into account "the macro" for DK, Warrior, and Paladin tanks with regard to the proper balance of dodge and parry to minimize diminishing returns.
"The macro" is:
/run d=GetDodgeChance() n=3.22 b=5.01 if UnitRace("player")=="Gnome" then n=n-.01 end if UnitRace("player")=="Night Elf" then b=b+2 end p=235.5*d/90.6425-((235.5/90.6425)*b-n)+4 DEFAULT_CHAT_FRAME:AddMessage("Ideal parry: "..string.format("%.2f",p))
To post a comment, please login or register a new account.