MQ2DPSAdv
MQ2DPSAdv | |
---|---|
This plugin shows the dps output of you and people around you in a custom dps window. |
Authors | WARNEN, ChatWithThisName, wired420, brainiac, Knightly, ctaylor22, drwhomphd, Redbot, Sic |
---|---|
Software type | Plugin |
Config file | mq2dpsadv.ini
|
Maintained | Yes and supported |
Links |
🏠Resource (review) |
Shows the dps output of you and characters around you in a custom dps window.
Commands
Syntax | Description |
---|---|
/dpsadv [show | colors | reload | save | listsize | copy | limit] [setting] | Adjust settings or view information on the MQ2DPSAdv plugin. |
Settings
These are the settings in the MQ2DPSAdv.ini
[CharacterName]
Saved=0
Top=0
Bottom=0
Left=0
Right=0
Alpha=0
FadeToAlpha=0
CListType=0
LiveUpdate=0
Show=1
ShowMeTop=0
ShowMeMin=0
ShowMeMinNum=0
UseRaidColors=0
ShowTotal=0
FightIA=8
FightTO=30
EntTO=8
UseTBMKOutputs=0
HistoryLimit=25
Column0Width=30
Column1Width=30
Column2Width=30
Column3Width=30
Column4Width=30
Column5Width=30
Explanations for these settings can be found on the /dpsadv command page.
FAQ
Q: How do I show the window?!
- A:
/dpsadv show
- if you have just loaded this plugin for the first time you may need to reload your ui with either:
reloadui
/loadskin default
- If you still can't see the window, you may need to manually edit the window location in MQ2DPSAdv.ini
Q: How do I save the location?
- A. Move the window to where you want it to be saved and click the top right-hand corner to "exit" the window.
- Re-open with a
/dpsadv show
and it will be in the new saved location. - Or you can move it and
/dpsadv save
See also
Top-Level Object(s)
TLOs added by MQ2DPSAdv:
TLO | Data Type(s) | Description |
---|---|---|
DPSAdv | DPSAdv | Returns information on whether plugin is loaded, and holds the MQ2DPSAdv data type. |
Forms. Typical usage, /echo ${TLO}
Type | TLO | Description |
---|---|---|
bool | DPSAdv | Returns true if plugin is on |
Members. More may be available if inherited. Typical usage, /echo ${TLO.Member}
TLO | Data Type | Return Type | Member | Description |
---|---|---|---|---|
DPSAdv | DPSAdv | float | MyDPS | My "Damage Per Second" |
PetDPS | My pet's "Damage Per Second" | |||
TotalDPS | Combined "Damage Per Second" from mine and my pet's damage. | |||
int | MyPetID | Returns your pet's ID. | ||
MyStatus | Returns your "MyActive" status 0 for off, 1 for on. | |||
TimeElapsed | The time elapsed of a fight. | |||
int64 | MyDamage | My total damage | ||
PetDamage | My pet's damage. | |||
TotalDamage | The combined value of mine and my pet's damage. |