View Single Post
05-30-09, 08:02 AM   #5
Soulofsin_007
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 125
I do not play a warrior but one of the main macros I use for my pally tank is

/run SetCVar('CameraDistanceMaxFactor','4');
CameraZoomOut('255')

so that I can see my raid and everything, comes in handy trying to pick up adds on Ignis and XT-002.

I also use /script dr=function(x)return 1/(1/16+0.9560/x)end;DEFAULT_CHAT_FRAME:AddMessage("Need 102.4 combat table coverage. Currently at: "..string.format("%.2f", GetDodgeChance()+GetBlockChance()+GetParryChance()+5+dr(GetCombatRating(CR_DEFENSE_SKILL)/122.962))) to see how I am doing on the combat table coverage
  Reply With Quote