Tanking macro

Started by JohnnieRat, February 16, 2008, 07:38:15 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JohnnieRat

Well... after the whole Wizards Council thing came up I tried browsing their forums to see what they had to say. Anyways, I found a sweet macro for tanks that will tell them exactly how much avoidance they have just copy and paste the following for it:

/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+(GetCombatRatingBonus(CR_DEFENSE_SKILL) + 20)*0.04,1,0.5,0)

So apparently those scrubs do have a use.

capnpop

it's a copy+paste from several posts on the WoW forums. 

unoriginal post is unoriginal

Shadowwolf

http://www.wowwiki.com/Formulas:Defense

=)

The Druid one is a bit different:

/script DEFAULT_CHAT_FRAME:AddMessage(2.6-(GetCombatRatingBonus(CR_DEFENSE_SKILL)*.04+GetCombatRatingBonus(CR_CRIT_TAKEN_MELEE)),1,0.5,0)

WC Unoriginal post is incomplete...FAIL!
hehe
Come to the darkside, we have cookies.
"A flute with no holes is not a flute, and a donut with no hole is a danish" - Chevy Chase as Ty Webb in Caddyshack
"Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind."- Dr. Suess


kaylasb

Yeah druids, pallies and warriors have different math, and even in the same class, some talents and items are part of the formula

Imo for  tankadins the best forum is  http://maintankadin.failsafedesign.com/ with math, guides, gear, etc

JohnnieRat


Air

Quote from: kaylasb on February 16, 2008, 10:13:38 AM
Yeah druids, pallies and warriors have different math, and even in the same class, some talents and items are part of the formula

Imo for  tankadins the best forum is  http://maintankadin.failsafedesign.com/ with math, guides, gear, etc

yeah I read those forums daily, really good source of information for prot paladins.  There's few there that post alot there that have tanked Illidan and such.

The macro I use to check on my pali is:

Quote/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)
"Don't be a Dick." - Wil Wheaton
"There are three kinds of men. The one that learns by reading. The few who learn by observation. The rest of them have to pee on the electric fence for themselves." - Will Rogers