Download
(85Kb)
Download
Updated: 09-06-12 10:03 AM
Pictures
File Info
Updated:09-06-12 10:03 AM
Created:08-13-10 05:08 AM
Downloads:16,966
Favorites:50
MD5:

StatusInfo  Popular! (More than 5000 hits)

Version: 2.1
by: surgesoft [More]

StatusInfo is a simply addon that assists to monitor player's combat attributes and will give you a Striking notice when one of your attribute significantly increased.
work with 5.0.4 : Mists of Pandaria now.


welcome suggestions.

v2.1
wow v5.0.4 supportted

v2.04
edit .toc file.
fixed hunters' bug.

v2.02
Very sorry for last updating.A lot of errors.
this version fixed them.
thanks a lot.
v2.01
added a config frame.
now you can use command "/status config" to toggle options frame for statusinfo.
there will be a Striking notice when one of your attribute significantly increased。
keep track of mastery now
v1.06
Now you can change its scale with your mousewheel after /status command.
And it will fade in/out smooth.....

v1.05
keep track of Hit% now.
Spell Power and Crit are using your highest statu now.
Holy crit for holy paladin, fire crit for fire mage etc.
v1.04
the "Attact" have been changed into "Attack" now...

It assists to monitor player's combat attributes as Attack Power,Crit Change and so on.
Focus on: it can automatic judgment of different types of combat attributes to monitor

when you play as a Melee Dpser, It will monitor your Attack Power,Melee Crit Chance,Armor Penetration and Attack Speed
when you play as a Ranged Dpser, It will monitor your Ranged Attack Power,Ranged Crit Chance,Armor Penetration and Ranged Attack Speed
when you play as a spells Dpser, It will monitor your Spell Power,Spell Crit Chance,haste Rating
when you play as a Healer, It will monitor your Heal Power,Spell Crit Chance,haste Rating and Mana Regen
when you play as a TANK, It will monitor your Armor,Dodge,Parry and Block
---
the Monitor will change to monitor correct attributes when your talent or shapeshift/stance have changed.


slash commands
"/status" to set frame moveable, and you can change its scale with your mousewheel
"/status" again to lock the frame and save.
"status config" to toggle the options frame.
"/status num" to change attributes language of addons
"/status 1" change to Englis
"/status 2" change to Simplified Chinese
"/status 3" change to Traditional Chinese


Hope you like it.

v2.1
wow v5.0.4 supportted

v2.04
edit .toc file.
fixed hunters' bug.

v2.02
Very sorry for last updating.A lot of errors.
this version fixed them.
thanks a lot.

v2.01
added a config frame.
there will be a Striking notice when one of your attribute significantly increased。
keep track of mastery now

v1.1
work with Cataclysm now.
v1.06
Now you can change its scale with your mousewheel after /status command.
And it will fade in/out smooth.....
v1.05
keep track of Hit% now.
Spell Power and Crit are using your highest statu now.
Holy crit for holy paladin, fire crit for fire mage etc.
v1.04
fixed some bugs......
fixed some wrong word .....
Optional Files (0)


Post A Reply Comment Options
Unread 02-22-11, 05:33 AM  
Arxae
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 44
File comments: 99
Uploads: 2
As druid (feral cat and caster form) still say Attact power to me
Report comment to moderator  
Reply With Quote
Unread 02-23-11, 09:01 AM  
surgesoft
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 10
Uploads: 3
Originally posted by zoktar
as a unholy deathknight id rather or also want to know my current haste %, this is needed to be monitored for these things, gargoyle gcd cap, rune regeneration rates, spell gcd cap (deathcoil icy touch, if u are currently high on haste, you could spam deathcoils for instance, if the gcd is capped, melee strike gcds are not effected tho). for unholy dks, haste% is more valuble then autoattackspeed. donno bout other melee classes. awsome addon btw! cheers.
add more config soon……
Report comment to moderator  
Reply With Quote
Unread 09-02-12, 10:44 AM  
Shinryu Masaki
A Kobold Labourer
 
Shinryu Masaki's Avatar

Forum posts: 0
File comments: 26
Uploads: 0
Will there be an update for 5.0.4? Though it seems to work just fine, it doesn't on my hunter. I see Spell Power instead of Ranged Attack Power. I'm guessing this has to do with ranged weapons changed to be the same as a two handed weapon and being equiped in the main hand slot.
Report comment to moderator  
Reply With Quote
Unread 09-06-12, 08:40 PM  
Zathan666
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 64
Uploads: 4
AS a resto druid with Soul of the Forest (+50% haste increase) it doesn't register.
Report comment to moderator  
Reply With Quote
Unread 10-30-12, 08:21 PM  
rcadams
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Doesn't work with monk. Not selecting right spec info. Stuck on spell
Report comment to moderator  
Reply With Quote
Unread 11-18-12, 09:29 AM  
Harima
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Addon can be fixed for monk class by yourself

just open the StatusInfo.lua and look for
Code:
          elseif tplayerClass=="PALADIN" then
                        --圣骑士不好说……因为有防惩的存在……还是以天赋判定吧
                        --Paladin according to talent
                        if tmaintalent==1 then
                            PlayAs=3
                        elseif tmaintalent==2 then
                            PlayAs=4
                        elseif tmaintalent==3 then
                            PlayAs=1
                        end			
                        --1,2,同时能做3样的,can play as 3
then go to the end of that passage right above the next elseif and just add
Code:
	   elseif tplayerClass=="MONK" then
                        --Monk according to talent
                        if tmaintalent==1 then
                            PlayAs=4
                        elseif tmaintalent==3 then
                            PlayAs=1
                        elseif tmaintalent==2 then
                            PlayAs=3
                        end
Works for me without problems
hope that helps
Last edited by Harima : 11-18-12 at 09:31 AM.
Report comment to moderator  
Reply With Quote
Unread 10-27-14, 05:10 PM  
samvx
A Defias Bandit
 
samvx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 118
Uploads: 3
7.0 UPDATE?

any plan for update it? ty in advance
Last edited by samvx : 07-24-16 at 12:28 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: