• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

TinyCasterStats

 
Project Updated:
Files Updated: Mon, Aug 31 2009
Supports Game Version: 3.2.0
Category: Mage, Caster, Priest, Shaman, and Warlock
Tags:

[Edit Tags]

Project Manager: TheVaan
Additional Authors: No additional authors
Current Version: TinyCasterStats 1.0.6
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 41
Downloads Total: 22,576
Favorites: 24
Comments: 10
  • About TinyCasterStats
  •  

About

TinyCasterStats is a tiny mod which displays your current caster stats (spelldamage, crit chance, haste). This addon is based on TinyMeleeStats which is written by me, too.

Usage

- Grab and drag around your screen to preferred position (frame can be freeze)
- Choose up to five (or ten with records for this stats) diffrent stats (Spelldamage, Crit, Hit, Haste (solid number or percentage), MP5 (in fight: mp5 while casting, out of fight: normal mp5))
To configure TCS type "/tcs" or go Menu -> Interface -> Addons -> TinyCasterStats
If you can't see TCS click "Reset frame".

Attention!

More translations will follow! Pleas help me to translate!!
Pleas send me ideas, wishes and/or bugs at TheVaan[at]gmail[dot]com or leave a comment on this page!

LDB support

LDB support is added in TCS v1.0.5!
An optional FuBar-Addon for TMS will follow!


Updates

v1.0.6: fixed LDB bug; added healer support: if healboni is higher then spelldamage - healboni is shown

Older versions:
v1.0.5 LDB support added
v1.0.4: changed ToC-File for patch 3.2.0
v1.0.3: added mp5 to stats; fixed highest spellpower bug; some localization changes (for enUS); hit is now solid number or percentage
v1.0.2: added English translation (other translations will follow!)
v1.0.1: fixed localization problem for ruRU
v1.0.0: deleted scroll function - player can choose in configure menu in which stats he is interested in (spelldamage, crit, hit, haste, max spelldamage, max crit, max hit, max haste) modified config-ui
v0.9.1: integrate ACE-Libs; added a Config-UI; added some functions (change font, font effect, font size)

Older versions ("No-Ace-Versions"):
v0.1.2: added slash command /tcs reset
v0.1.1: fixed: frame moved automatically on reload ui; fixed: error on move frame if it is locked; added different localization files - translation will follow
v0.1.0: Initial release


Important!

I'm trying to test all functions! If there is a bug pleas report this bug to me per EMail (TheVaan[at]gmail[dot]com), leave me an message down there or write a ticket :)

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  TinyCasterStats 1.0.6 Release 3.2.0 9,563 8/31/2009
  TinyCasterStats 1.0.5 Release 3.2.0 3,296 8/10/2009
  TinyCasterStats 1.0.4 Release 3.2.0 1,725 8/5/2009
  TinyCasterStats 1.0.3 Release 3.1.0 5,758 6/4/2009
  TinyCasterStats 1.0.2 Release 3.1.0 522 5/31/2009
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • TheVaan said

    Hello Addon-Users!

    I'm very sorry but I can't support this addon longer. I stopped playing WoW. May I will return to it in a few month. I would love to develope this addon but 'cause my WoW-Account is frozen, I can't test it.

    If there is anyone out there how want to continue developing this addon: PLEASE SEND ME AN EMAIL! TheVaan[AT]gmail[DOT]com

    Reply Report Permalink
  • taraguffey said

    Seems like a simple addon but it doesn't work at all for me :( I had it track my spell power, my crit & my haste on my mage - I then tested it by taking molten armor off and popping icy veins to see if it would change - it didn't, the numbers stayed the same which they of course aren't. Am I missing something simple, some sort of enable button or something? This mod seems like it would be useful for my casters so I would really like to get it to work. Thanks in Advance!

    Reply Report Permalink
  • pala_jens said

    Hi,
    thank you for this nice Addon.

    As some other player I have the problem, that only the AddOn only display my Damage-Spellbonus and not my Heal-Spellbonus.

    So i take a look into the code, and i'm think i have sloved it.

    1) Open "TinyCasterStats.lua"
    2) Search for "GetSpellDamage()"
    3) Insert followed Code after the second "end" (bevor "return spelldamage"):

    if (spelldamage < GetSpellBonusHealing()) then
    spelldamage = GetSpellBonusHealing()
    end

    4) Save the file and have fun :)


    API Links:
    http://www.wowwiki.com/API_GetSpellBonusDamage
    http://www.wowwiki.com/API_GetSpellBonusHealing

    Reply Report Permalink
  • Hey man, just wanted to say thanks for the awesome addon.

    Reply Report Permalink
  • Korigon said

    Hi, spelldmg is nice, but useless for healer, any plans for tracking Spellheal in futur?

    Reply Report Permalink
  • TheVaan said

    Reading is not your strength, isn't it?
    "v1.0.6: fixed LDB bug; added healer support: if healboni is higher then spelldamage - healboni is shown"
    A update for Healboni is out since 2 days!

    Reply Report Permalink
  • Gryskar said

    Hi, I have the new version (1.0.6), and the healing bonus isn't showing on my resto shaman, only spell damage and I have more heal bonus than spell. ALso there is another problem with the haste% : with my Wrath of Air Totem, Tinycasterstats is adding 6% of haste instead of 5%. I am using a french client.

    Reply Report Permalink
  • TheVaan said

    Going to look for the mistake I made...

    Reply Report Permalink
  • Aprisle said

    Does this addon have FuBar compatibility? If not, it should! It looks awesome! :)

    Reply Report Permalink
  • TheVaan said

    This addon have no FuBar compatibility out of 2 reasons:
    1) I never have been working with LibDataBroker and FuBar-Plugins
    2) this should be a very small addon and users shouldn't have to install other addons to use it.
    May i will one day release a FuBar_TinyCasterStats - but this isn't planed jet.
    Sorry.

    Reply Report Permalink
  • TheVaan said

    LDB-Support will be added in a few days!

    Reply Report Permalink
  • enderiii said

    The new option of showing highest stats works great except for the spell power it never shows the highest value on screen.
    I can get the crit,haste and hit all to show but not spell power.

    Reply Report Permalink
  • TheVaan said

    Yes, I found the bug yesterday evening - happens on copy and paste from my other Addon x) a bugfix is coming this evening!

    Reply Report Permalink
  • This new version (1.0.0) will not display in the correct language in the config options. It should be in english enUS but it's in some other language so i cant set any options (unless i hire a transalator). Was fine until the update. Is this a bug or did you remove Local support?

    Reply Report Permalink
  • TheVaan said

    pleas tell me in which language TCS should be

    Reply Report Permalink
  • Well for me it should displayin english as my WoW client is enUS but currently it's displaying in german (i think). The version before 1.0.0 showed in english fine.

    Reply Report Permalink
  • TheVaan said

    well - i found the mistake - i have copied the content of the german localization file into the other localization files... i'm a idiot x)
    if there are grammatically mistakes in the localization, pleas send me a PM?!
    update is coming in a few minutes

    Reply Report Permalink
  • Thankyou for fixing it, and your not an idiot. We all make mistakes hehe :)

    Also i'd just like to say i love your mod. It's exaclty what i've been looking for, for ages... an on-screen stat counter that doesn't require me to install minimap or other LDB add-ons to use it.

    Many Thanks.

    Reply Report Permalink
  • Is there a way to configure this to show different Crit types like just fire or arcane?

    Reply Report Permalink
  • TheVaan said

    download the newest version - there, TCS chooses the "right" crit and spelldamage value (TCS looks what which crit and/or which spelldmg is the highest [holy/arcane/fire/shadow/frost/nature]

    Reply Report Permalink
  • Addon Packs Containing TinyCasterStats
  • Similar Addons
  •  

Average downloads per day

  1. 2,324 ForteXorcist Buffs & Debuffs, Class, Combat...
  2. 1,549 DrDamage Combat, Caster, Class, Damage...
  3. 847 TotemTimers Shaman
  4. 608 DoTimer Combat, Combat, Mage, Mage...
  5. 608 DoTimer Combat, Combat, Mage, Mage...