The macro does not include the bosses base miss of 5 percent correct? So whatever number the macro spits out we can tack on an extra 5 percent to?
Printable View
The macro does not include the bosses base miss of 5 percent correct? So whatever number the macro spits out we can tack on an extra 5 percent to?
It does have the 5% already added, the only thing it's missing is if you're a night elf and have 2% more miss.
Got it. Thanks guys
indeed it does not, but if said insect swarmer/scorpid stinger were to die or miss or forget to keep the debuff up, you're hosed! ;P
Where is this macro?
There are lots of variations to the macro in question. Here are several of mine from a different topic which are written for patch 4.0 (Cataclysm) to the current date but are written in a manner which would automatically adapt to future patches so long as core mechanics are not altered again.
hm yea well, i would like to test your macros but you pasted them wrong and the last strings are missing. also, since i'm currently into raid-tanking again after a few months pause and that whole "unhittable"-thing is kind of a mess for me ... what is the most reliable source to test if i'm unhittable (besides a billion logs with raid bosses hitting me in the face)? i tested Satrina's macro from here which is giving me other results than the protection-warrior-sheet from airowird (yea, i know those are buffed vs. unbuffed stats but the results don't make sense unless the sheet-numbers are scaled down to 100%). so i'm just looking for an easy, reliable solution to see my unhittabilty vs. raid bosses as a warrior, much thanks.
Get buffed, add you parry chance to dodge chance, then add that number to you block chance, now add 5, if that total is greater that 102.4%
if you can't be bothered doing that, there's an addon called Broker_unhittable that will do it and add a nice little bit to the character sheet
Have fun.Code:/script DEFAULT_CHAT_FRAME:AddMessage("Need 102.4 combat table coverage. Currently at: "..string.format("%.2f", GetDodgeChance()+GetBlockChance()+GetParryChance()+5))
thanks :)