Recent Topics

Ads

DPS tracker/logger

Here you can post addons, or anything related to addons.
Forum rules
Before posting on this forum, be sure to read the Terms of Use
Djir
Posts: 7

DPS tracker/logger

Post#1 » Fri Aug 10, 2018 4:49 pm

Tried out a couple of these, but was wondering if there is specifically a DPS tracker someone could recommend which breaks down skill damage and which can save your logs and perhaps display in percentage would be nice at a glance.

Mainly for testing out different builds/skills and tracking their performance over time in different circumstances, ie SC, solo, zerg etc.

Ads
User avatar
Telperien
Posts: 550

Re: DPS tracker/logger

Post#2 » Fri Aug 10, 2018 5:03 pm

I couldnt turn on Enemy dps meter, but for sure the Tortall dps works fine and is great for testing.
U need:

https://tools.idrinth.de/addons/tortalldpscore/
and
https://tools.idrinth.de/addons/tortall-dps/
Slacking (checking out EvE)

Wellard
Posts: 1

Re: DPS tracker/logger

Post#3 » Thu May 09, 2019 6:57 am

Does any good sole out there have a version of this addon that remembers its settings i.e. location and opacity of the toggler and the settings for the main screen?

once I have to do a reload or relog this version reverts everything to stock.

Alternatively does anybody know of a fix for this behaviour?
Cheers in advance

User avatar
NoRKaLKiLLa
Posts: 1020
Contact:

Re: DPS tracker/logger

Post#4 » Thu May 09, 2019 7:01 am

Enemy used to not work for me, but I can't remember which add-on I had to disable to get it to work.
Image

Sulorie
Posts: 7219

Re: DPS tracker/logger

Post#5 » Thu May 09, 2019 7:33 am

Enemy dps tracker works fine for me.
Dying is no option.

User avatar
hunter4souls
Posts: 18

Re: DPS tracker/logger

Post#6 » Thu Jun 11, 2020 5:12 pm

I could'nt find a separate Tortall_DPS topic, so i decided to post it here.
Found out that after recent patch test dummies in Undercroft has lost names, and now Tortall can't track your DPS dealt to it.

How to fix it:
go to the folder: interface -> AddOns -> TortallDPSCore
open TortallDPSCore.lua with notepad
find the following line:

Code: Select all

ParseTextTable[1].dealt.damage.parse = L"Your (.-) hits (.-) for (%d+) damage%."
delete space before "for" so the line should look like:

Code: Select all

ParseTextTable[1].dealt.damage.parse = L"Your (.-) hits (.-)for (%d+) damage%."
this will enable parsing of your damage dealt to test dummies.

Also for more readability i have changed statistic table's look.
Image
if you want this visuals for statistics, do the following:
go to the folder: interface -> AddOns -> Tortall_DPS
open Tortall_DPS.xml
replace file's content with code from here:

Code: Select all

https://pastebin.com/urG6bJ3g
To let it show total time spent in combat for current statistic:
go to the folder: interface -> AddOns -> Tortall_DPS
open Tortall_DPS.lua
add following line into funcion:

Code: Select all

function TortallDPSMeter.DamageUpdate( damage, healing, combatTime, channel )
code to be added (preferably to be added in the end of the function, before Sort() and Populate() )

Code: Select all

LabelSetText( "TortallDPSMeterCombatTime", towstring(combatTime) )
<icon20191> Aktheon : drift masta
<icon20201> Akteon : healer? what healer?
<icon20203> Aktheonus : M.D. on drugs
<icon20181> Aktheonius : deep (Keep) penetration
<icon20197> Aktheonok : as good as kfc

Who is online

Users browsing this forum: No registered users and 17 guests