Jump to content
Sign in to follow this  
Owondyah

LF Addon

Recommended Posts

Does anyone know about addon that will show my dodge, parry & some other non damage based stats on character window?

Share this post


Link to post
Share on other sites

no idea, but you can always find them in your spell book, and you can find your defense in skill tab if you click c

Edited by meridaw

Share this post


Link to post
Share on other sites

SuperInspect might work if you inspect yourself, otherwise here's a macro that you can use to post in say chat what your parry / dodge / block chance is
 

/run Par=GetParryChance();Dge=GetDodgeChance();Blk=GetBlockChance();SendChatMessage("I have "..Par.."% Parry / "..Dge.."% Dodge / "..Blk.."% Block","say",nil)

 

Edited by Lebowski

Share this post


Link to post
Share on other sites

Tankpoints does this. Also TitanPanel got module for this.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×