• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

TortallDPSCore

 
Project Updated:
Files Updated: Sun, May 31 2009
Supports Game Version: 1.2.1
Category: Combat, and Development Tools
Tags:

[Edit Tags]

Project Manager: tortall
Additional Authors: Thurwell
Current Version: tdc-2.3.0.zip
License: Public Domain
Development Site: CurseForge
Avg Daily DL (last 30 days): 16
Downloads Total: 21,749
Favorites: 48
Comments: 13
  • Contests
  • About TortallDPSCore
  •  

Known Issue: Non-English localizations do not work as of 1.2.

TortallDPSCore aims to be a complete combat log parser with event notification for addons to use.

Currently supported events:

  • Latest combat event
    New target (hit/healed and hit/healed by)
    New ability (hit/healed and hit/healed by)

TDC supports separate stats gathering per-addon, or multiple tracking by one addon through registering multiple times.

  • 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  
  TortallDPSCore tdc-2.0.0.zip Release Beta 3.0 252 12/24/2008
  TortallDPSCore tdc-1.2.0.zip Release Beta 3.0 364 12/17/2008
  • 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.
  • Sihirbaz said

    While debugging another addon, I noticed that the debug log of Warhammer complains about lines 317, 321, 325 and 329. They use the constants HEALING_DEALT and HEALING_TAKEN. These constants are not defined anywhere. Obviously, you meant HEAL_DEALT and HEAL_TAKEN.
    Additionally towstring() is misspelled a few times, which doesn't really matter because concatening wstrings isn't allowed with the ".." operator.

    Reply Report Permalink
  • Sihirbaz said

    Did you ever think about extending this functionality to also include kills and deaths and the skills with cause either of one?
    This is a somwhat interesting statistic, because I am pretty sure that it would be interesting to see which skills do cause the most kills.

    Anyway, TDPS is cool even without. Thanks again.

    Reply Report Permalink
  • Sihirbaz said

    Thank you, TDPS is very cool.
    The german parser has one small mistake for when being critically hit.
    When I geht hit, it looks like this:
    "Ein Spearman trifft Euch kritisch und sein Angriff verursacht 2730 Schadenspunkte. ..."
    Please change line 127 of TortalDPSCore.lua to something like this:
    ParseTextTable[3].taken.damage.parse = L"(.-) trifft Euch .*und %w+ (.-) %[*verursacht%]* (%d+) Schadenspunkte%."

    Reply Report Permalink
  • Sarzan said

    The italian version is avaiable at http://www.megaupload.com/?d=9ACP2Z1Y

    Reply Report Permalink
  • tortall said

    I downloaded it, and I'll integrate your changes in to the next release.

    Reply Report Permalink
  • Canzian said

    Can you make a italian version? Currently work for English, French and German language

    Reply Report Permalink
  • tortall said

    I have the log provided by another Italian player, but I've been so busy I haven't had time to work on it.

    If you feel like delving into lua pattern matching, feel free to hack at it.

    Reply Report Permalink
  • Sarzan said

    Just send to Tortall's the TortallDPSCore.lua with some little chage to let the addon work with italian client.

    I hope is all correct (my test was ok), and Tortall add the change to his version.

    Bye :P

    Reply Report Permalink
  • curse wont install this path is not right what do i have to do inorder to use this

    Reply Report Permalink
  • tortall said

    I don't know. I don't use the curse installer. Try to install manually.

    Reply Report Permalink
  • xShijimax said

    Can anyone provide a Screenshot?

    Reply Report Permalink
  • tortall said

    Of what? This addon displays nothing and has no UI.

    Reply Report Permalink
  • Lothien said

    ok where do i find the counted amounts?

    Reply Report Permalink
  • tortall said

    What exactly are you looking for? If you have a technical question about how to use TDC for your own addon, that would be better done through PMs.

    Reply Report Permalink
  • tauferre said

    Love this mod but I also get the bug in the 12/15/2008 version that stops counting until you reload warhammer. Keep up the great work, I look forward to the fix.

    Reply Report Permalink
  • hello,
    I tryed it with core+dps in french client

    juste the damage taken and heals work
    my damages apers nothere

    Reply Report Permalink
  • ekthor said

    same things here dont work with french even with latest 2.0
    nothing captured.

    Reply Report Permalink
  • Hetshu said

    I suggest the following change for parsing the other gender too in german UI mode.
    ParseTextTable[3].taken.damage.parse = "Ein (.+) trifft Euch und sein (.-) verursacht (%d+) Schadenspunkte%."
    ParseTextTable[3].taken.heals.parse = "(.-) heilt Euch.*und ihr[e]* (.-) stellt (%d+) Lebenspunkte wieder her%."


    to

    ParseTextTable[3].taken.damage.parse = "Ein (.+) trifft Euch und %S+ (.-) verursacht (%d+) Schadenspunkte%."
    ParseTextTable[3].taken.heals.parse = "(.-) heilt Euch.*und %S+ (.-) stellt (%d+) Lebenspunkte wieder her%."

    Reply Report Permalink
  • tortall said

    That's done already. I went over the German parse strings with a German player to make sure they are accurate. I have a few more fixes to get done before I post that version.

    Reply Report Permalink
  • dodgerwar said

    Good library. One problem I've encountered - after either a certain amount of dmg or time, values stop accumulating. The callbacks continue, and combattime accumulates, but dmg/heal values seem to stop updating.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 264 Paint the leader PvP, and Combat
  2. 199 LibSlash Development Tools
  3. 101 Twister Buffs & Debuffs, Action Bars...
  4. 87 Warhammer Scrolling Combat Text Combat
  5. 75 Phantom Buffs & Debuffs, Development...