MQ2XPTracker
MQ2XPTracker | |
---|---|
Tracks exp gained during the session |
Authors | Cr4zyb4rd, dewey2461, brainiac, ChatWithThisName |
---|---|
Software type | Plugin
|
Maintained | Yes and supported |
Acknowledgements | XPTracker.mac by Kambic |
Links |
🏠Resource (review) |
Experience tracker. Tracks normal EXP and AA EXP. After each kill it will display total XP given for each type earned, as well as total since last variable reset.
Commands
Syntax | Description |
---|---|
/xpaverage [reset] | Lists the average (mean) xp per-kill, and estimated time to next ding |
/xpevents [#] | List the events and timestamps of the events. If a # is provided, it will list the exp events tracked in the last # seconds. |
/xptracker [reset|total|quiet] | With no option specified, xptracker will display the time it began tracking. |
See also
Top-Level Object(s)
TLOs added by MQ2XPTracker:
TLO | Data Type(s) | Description |
---|---|---|
XPTracker | xptracker | Has an index that can return just the XP or AA for members. |
Forms. Typical usage, /echo ${TLO}
Type | TLO | Description |
---|---|---|
xptracker | XPTracker | Returns True if plugin is loaded |
XPTracker[aa] | Limits results to only AA exp. e.g. ${XPTracker[aa].AveragePct} | |
XPTracker[xp] | Limits results to normal exp. e.g. ${XPTracker[xp].PctExpPerHour} |
Members. More may be available if inherited. Typical usage, /echo ${TLO.Member}
TLO | Data Type | Return Type | Member | Description |
---|---|---|---|---|
XPTracker | xptracker | float | Average | Returns average EXP |
AveragePct | Returns average EXP percent | |||
KillsPerHour | Returns kill rate | |||
PctExpPerHour | Percent EXP per hour | |||
RunTimeHours | Run time in hours | |||
TimeToDing | Time until next level or AA point | |||
Total | Returns total EXP gained | |||
int | Changes | Returns number of EXP events | ||
string | RunTime | How long since session began |