Updated Avoidance macro?..
Moderators: Fridmarr, Worldie, Aergis, theckhd
4 posts
• Page 1 of 1
Updated Avoidance macro?..
Has anyone recalculated the avoidance macro with the agi/dodge/parry changes?...
Amirya wrote:... because everyone needs a Catagonskin rug.
twinkfist wrote:i feel bad for the Mogu...having to deal with alcoholic bears.
-

halabar - Posts: 8751
- Joined: Fri Jun 08, 2007 8:21 am
- Location: <in the guild that shall not be named>
Re: Updated Avoidance macro?..
The macro from this thread uses the character sheet values for dodge, parry, and block so it doesn't need to be reworked. The only calculation it does is for miss since that doesn't have a nice API call.
-

bentglasstube - Posts: 40
- Joined: Mon Jul 13, 2009 11:46 am
- Location: Phoenix, AZ
Re: Updated Avoidance macro?..
bentglasstube wrote:The macro from this thread uses the character sheet values for dodge, parry, and block so it doesn't need to be reworked. The only calculation it does is for miss since that doesn't have a nice API call.
Ahhh... so the character values are the "adjusted" values. Makes sense.
Amirya wrote:... because everyone needs a Catagonskin rug.
twinkfist wrote:i feel bad for the Mogu...having to deal with alcoholic bears.
-

halabar - Posts: 8751
- Joined: Fri Jun 08, 2007 8:21 am
- Location: <in the guild that shall not be named>
Re: Updated Avoidance macro?..
Most of those are not accurate as they do not floor defense.
Here is an accurite one I made a while ago for my wowhead guide.
/run dr=function(x)return 1/(1/16+0.9560/x)end;DEFAULT_CHAT_FRAME:AddMessage("Need 102.4 - Currently at: "..string.format("%.2f", GetDodgeChance()+GetBlockChance()+GetParryChance()+5+dr(floor(GetCombatRatingBonus(CR_DEFENSE_SKILL))*0.04)))
Here is an accurite one I made a while ago for my wowhead guide.
/run dr=function(x)return 1/(1/16+0.9560/x)end;DEFAULT_CHAT_FRAME:AddMessage("Need 102.4 - Currently at: "..string.format("%.2f", GetDodgeChance()+GetBlockChance()+GetParryChance()+5+dr(floor(GetCombatRatingBonus(CR_DEFENSE_SKILL))*0.04)))
10 SIN
20 GOTO HELL
20 GOTO HELL
-

æ - Posts: 213
- Joined: Sun Oct 12, 2008 8:02 pm
- Location: Santa Barbara
4 posts
• Page 1 of 1
Return to Advanced Theorycraft and Calculations
Who is online
Users browsing this forum: No registered users and 3 guests