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

  • Your Rating

  • Share
  • Report Abuse

Recount

  Download the Curse Client

Project Updated:
Files Updated: Mon, May 18 2009
Supports Game Version: 3.1.0
Category: Combat
Tags:

, , , , and [Edit Tags]

Project Manager: Elsia
Additional Authors: Cryect
Current Version: v3.1e beta
License: All Rights Reserved
Avg Daily DL (last 30 days): 6,330
Downloads Total: 8,657,225
Favorites: 9,458
Comments: 849
  • About Recount
  •  

Recount is a graphical damage meter written by Cryect. Recount (Preservation) is an attempt to preserve it through the 2.4 patch and fix up some minor things along the way. If Cryect returns the project really should be wholely his and he can keep or abandon any changes I've made here.

For changes see the change log. Beta versions can be found on WoWAce.

FAQ:

  1. Q: I don't see Recount after installing, what to do?
    A: /recount show, then /recount resetpos. If this doesn't help delete all (there are more than one) Recount.lua files in your WTF directory.
  2. Q: I don't see details when I click the recount bar, how to fix?
    A: /recount resetpos
  3. Q: I don't see my pets, totems, gargoyles, guardians, Why?
    A: Check the config window (cogwheel icon, or /recount config) and uncheck "merge pets w/ owners" to see details about pets, totems or any entity that is treated as pet or guardian.
  4. Q: Can you add effective heals to Recount?
    A: Everything that Recount displays as healing is what other addons call "effective healing". I.e. numbers that you see displayed as healing never contain the overhealing component.
  5. Q: I have a question about DPS...
    A: DPS is a poor measure, don't expect extensive discussion on the topics. You will find it already at numerous places. I only fix bugs regarding recording data, but don't plan to ever touch the DPS formula otherwise.
  6. Q: Can you add absorption as separate display or to be counted as heals?
    A: No, the combat log doesn't report which spell, or which spell-caster caused an absorption so this is currently impossible. There are however ways to guess this information. A separate module called RecountGuessedAbsorbs is available that adds a display mode for guessed absorbs to recount.
  7. Q: I have asked a question before and got no answer. I demand an answer!
    A: I cannot answer everything, I answer per time, capacity and ease to answer. I take everything I read into consideration but don't expect that everything can get an answer.


  • Downloads (5)
  •  
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  
  Recount v3.1e beta Beta 3.1.0 5,472 5/18/2009
  Recount v3.1d stable Release 3.1.0 859,110 4/16/2009
  Recount v3.1c stable Release 3.1.0 1,180 4/16/2009
  Recount v3.1b stable Release 3.1.0 1,205 4/15/2009
  Recount v3.1 stable Release 3.1.0 2,841 4/15/2009
  • 1 page(s)
Advertisement
  • 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.
  • Hey there, is there any way to change the font size without it scaling with the bar height or window scaling? If not, would there be a way to implement this (Even if it requires some Lua input with a bit of guidance)?

    Reply Report Permalink
  • Elsia said 

    See "Row Height" and "Window Scaling" options in the Window tab of the config window of Recount.

    Reply Report Permalink
  • saptac said 

    Hi, can you add a absorbs of discipline priest to recount, if I'm not wrong the code is this

    "code"

    if srcName == UnitName("player") then
    if spellName == "Glyph of Power Word: Shield" then
    if healtype == "Crit" then
    Recount:AddHealData(srcName, dstName, "Power Word: Shield", "Hit", amount*(2/3)*5,0, srcGUID,srcFlags,dstGUID,dstFlags,10900)
    else
    Recount:AddHealData(srcName, dstName, "Power Word: Shield", "Hit", amount*5,0, srcGUID,srcFlags,dstGUID,dstFlags,10900)
    end
    end

    if healtype == "Crit" and spellName ~= "Glyph of Power Word: Shield" and spellName ~= "Glyph of Dispel Magic" then
    Recount:AddHealData(srcName, dstName, "Divine Aegis", "Hit", amount*0.3,0, srcGUID,srcFlags,dstGUID,dstFlags,47515)
    end
    end
    "code"

    going after

    " Recount:AddHealData(srcName, dstName, spellName, healtype, amount,overheal, srcGUID,srcFlags,dstGUID,dstFlags,spellId)-- Elsia: Overheal missing!!! "
    and before
    "function Recount:SpellEnergize(timestamp, eventtype, srcGUID, srcName, srcFlags, dstGUID, dstName, dstFlags,spellId, spellName, spellSchool, amount, powerType)"

    to the file Tracker.lua
    Thanks in advance

    Reply Report Permalink
  • Elsia said 

    Try RecountGuessedAbsorbs, which works for any known absorb mechanism, not just PW:S and DA.

    Reply Report Permalink
  • I can't get the details window to show when I click on the bars from the main window.

    Reply Report Permalink
  • Elsia said 

    /recount resetpos, see FAQ.

    Reply Report Permalink
  • Strayrr said 

    is there a way to make realtime DPS graphs only appear in combat?

    Reply Report Permalink
  • Elsia said 

    Nope.

    Reply Report Permalink
  • Elsia, is there any way to incorporate absorbs from shields into the healing meter? Disc priests seem to get hated on a lot by people that don't understand how their class works and on worldoflogs.com it shows up in the healing done charts. If it's not in there already it's a suggestion for how to improve it for the future.

    Reply Report Permalink
  • Elsia said 

    Look for a separate download called RecountGuessedAbsorbs, it adds an absorb mode.

    Reply Report Permalink
  • Any chance of a sync channel so multiple people using the mod will have more accurate results ?

    Reply Report Permalink
  • Elsia said 

    Recount already has a lightweight sync mechanism, which however doesn't guarantee syncs. It converges to full out of combat syncing if everybody uses Recount but even then it cannot guarantee perfect syncs.

    Full syncs as before used to disconnect people during raids and hence have been discontinued (since patch 2.4 if I remember correctly). Also Blizzards recent addon policy forbids substantial addon traffic hence it is also no longer in compliance with blizzard's terms.

    Reply Report Permalink
  • Salvas said 

    I was wondering if there is any way to remove or hide the "close" button on the titelbar of the main window.
    I can get every other button, the text and the backgroud to be hidden by eighter removing them or making them transperent, but can't find any way to do it with the "close" button.
    Basicly I only want to see the bars with damage/healing etc done to match my UI better.

    Reply Report Permalink
  • Hey Elsia could you find a way to properly recognize enhancement shaman pets?

    Reply Report Permalink
  • Elsia said 

    There is a new alpha version on Recount which has a new handling of greater elementals, testing and feedback much appreciated.

    I'll make it release once I got some solid testing on it.

    Reply Report Permalink
  • Is there a way to disable certain modules of this addon? I.E. I only want to keep track of dmg done, dps, healing done, dispels. I don't want deaths, threat, runic power gained, and a few others. Is there a way to do this or is it all or none? Thanks and I love your addon =)

    Reply Report Permalink
  • No matter what I do (/recount show, resetpos, toggle; grouping/ungrouping, alpha, un-, reinstall, deleting of all recount.lua, deleting of the complete Interface and WTF folder)I just can't get recount to show. I can use the commands, but I seems to get no reaction from show/toggle/resetposition. I can open the options window and I can also open all of the Realtime Windows. But the Main Window still won't show.
    I use nui.
    I do NOT use any other damage meter.

    Reply Report Permalink
  • Elsia said 

    Very likely caused by NUI, I'd suggest reporting it there. To test, just install Recount alone.

    Reply Report Permalink
  • Is there anychance of adding an option for 'outline' text on the main window or could you tell me the code lines that deal with main window text i need to alter.

    Reply Report Permalink
  • I managed to sort the font outline by changing the font.lua, would still like an option though. keep up the good work.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 19,298 Deadly Boss Mods Boss Encounters, and Combat
  2. 8,269 BigWigs Bossmods Boss Encounters, and Combat
  3. 6,909 OmniCC Combat
  4. 5,802 Decursive PvP, Buffs & Debuffs, and...
  5. 5,636 MikScrollingBattleText PvP, and Combat