Dtrack

----------------------------------------------------------------------------
Help Keywords : Dtrack.
Help Category : Features.
Related Helps : Damage.
Last Updated  : 2024-01-14 17:29:57.
----------------------------------------------------------------------------

Dtrack Syntax:

  dtrack              : Show damage tracking stats.
  dtrack hits         : Show more detailed information on hit breakdown.
  dtrack reset        : Reset damage tracker stats.
  dtrack dodges       : Show counts of each dodge.
  dtrack skill [skill]: Track damage from a specific skill/spell.
  dtrack skill reset  : Clear currently tracked skill/spell.

Dtrack allows you to view stats on your combat effectiveness. It shows
your number of attacks, how many attacks were successful, average damage
per hit and other combat related information. The stats can be reset at
any time to allow you to test various weapons and spells to see which do
the most damage against a particular target.

Typical 'dtrack' output is shown below:

----------------------------------------------------------------------
Rounds      : [      20 ]
Swings      : [      73 ]     Swings Per Round  : [   3.65 ]
   Primary  : [      60 ]        Primary        : [   3.00 ]
   Secondary: [      13 ]        Secondary      : [   0.65 ]

Hits        : [      29 ]     Hit Percentage    : [  39.73 ]
   Primary  : [      26 ]        Primary        : [  43.33 ]
   Secondary: [       3 ]        Secondary      : [  23.08 ]

Misses      : [      44 ]     ( Missed: 23, Dodged: 21, Other: 0)

Damage      : [   11541 ]     Damage Per Hit    : [ 397.97 ]
   Primary  : [   10151 ]        Primary        : [ 390.42 ]
   Secondary: [    1390 ]        Secondary      : [ 463.33 ]

Specials    : [      40 ]     Specials Damage   : [    8321 ]
----------------------------------------------------------------------

Most of this data is fairly self explanatory. 'Specials' is damage done
by spells such as Gaias Revenge and Test of Faith.

Dtrack can also be used to monitor damage from a specific skill or spell.
Use the command 'dtrack skill [skill/spell name]' to specify which
skill/spell should be tracked.

When this is enabled, the dtrack command will show the hits, damage and
average of all attacks done with that skill or spell:

Tracked Spell (Immolate):
Hits        : [      11 ]     Damage            : [    6834 ]
Average     : [  621.27 ]


----------------------------------------------------------------------------