Avoidance Macro
Moderators: Fridmarr, Worldie, Aergis, _Chloe
4 posts
• Page 1 of 1
Avoidance Macro
guys
a pal told pased me thismacro that makes wow calculate ur avoidance
my question is... are thecalculations right?
/script DEFAULT_CHAT_FRAME:AddMessage("Need 102.4 combined avoidance. Currently at:",0.8,0.8,1)
/script DEFAULT_CHAT_FRAME:AddMessage(GetDodgeChance()+GetBlockChance()+GetParryChance()+5+(GetCombatRating(CR_DEFENSE_SKILL)*150/355 + 20)*0.04,1,0.5,0)
question: what defense skill means? it is true that defense rating also helps in the uncrushability stats?
a pal told pased me thismacro that makes wow calculate ur avoidance
my question is... are thecalculations right?
/script DEFAULT_CHAT_FRAME:AddMessage("Need 102.4 combined avoidance. Currently at:",0.8,0.8,1)
/script DEFAULT_CHAT_FRAME:AddMessage(GetDodgeChance()+GetBlockChance()+GetParryChance()+5+(GetCombatRating(CR_DEFENSE_SKILL)*150/355 + 20)*0.04,1,0.5,0)
question: what defense skill means? it is true that defense rating also helps in the uncrushability stats?
- Metheoro
- Posts: 50
- Joined: Tue Apr 01, 2008 5:17 pm
I believe this one is better:
The OP one has "+20" in it representing talents in Anticipation (afaik). The posted on takes that from player's defence.
I may be completely wrong, but as far as I can see, I'm not.
- Code: Select all
/script DEFAULT_CHAT_FRAME:AddMessage(string.format("Need 102.4 avoidance. Currently: %s",floor((GetDodgeChance()+GetBlockChance()+GetParryChance()+5+(GetCombatRatingBonus(CR_DEFENSE_SKILL)+UnitDefense("Player")-5*UnitLevel("Player"))* 0.04)*100)/100))
The OP one has "+20" in it representing talents in Anticipation (afaik). The posted on takes that from player's defence.
I may be completely wrong, but as far as I can see, I'm not.


- Thanehand
- Posts: 177
- Joined: Wed Dec 12, 2007 5:54 am
4 posts
• Page 1 of 1
Return to Add-ons, UI, and Macros
Who is online
Users browsing this forum: No registered users and 2 guests

