Just highlight and Ctr+C to Copy and then Ctr+V to paste in a macro in-game.! Tank Avoidance Macro-Tells you your advoidance based on dodge, parry, block rating... 102 is best avoidance for tank warriors
/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)
Rogue Sap Macro-Auto Sapper- very useful in BGs or in duels again rogues.
#showtooltip Sap
/console targetNearestDistance 10.000000
/targetenemy [noharm][dead]
/console targetNearestDistance 41.000000
/cast [harm,nodead] Sap
Here's Comant Log refresh for you People with Recount!!
Recount Combat Log Refresh Script- Forces the game to Reload the Combat Log
/script CombatLogClearEntries()
To add this Script into a Macro with a Certain Spell do this:
#showtooltip Hemorrhage(rank 4)
/script CombatLogClearEntries()
/cast Hemorrhage(rank 4)
Just Replace the Hemorrhage with the Spell you wish to use!
Sorry Exe, Didn't see you already added the Combat Log refresh script....