Rawr Gear Checker

Rawr (the official homepage seems to be down atm) is a program for comparing and exploring gear for Bears, Cats, Moonkin, Mages, Warlocks, Retadins, Healadins, Hunters and ProtWarriors. It is currently in public beta testing, and is being developed by by Astrylian, of US-Eonar. Rawr has been designed from the start to be fun to [...]

Read Users' Comments (0)

Block cap + Pure avoidance macro

Warrior + Paladin tanks use this macro so you know when your gear is at cap.
/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)))
Coug

Read Users' Comments (2)