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 • Config: mq2dpsadv.ini
Shows the dps output of you and characters around you in a custom dps window.
Commands¶
/dpsadv [show | colors | reload | save | listsize | copy | limit] [setting]
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¶
How do I show the window?!
/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
How do I save the location?
- 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 showand it will be in the new saved location. - Or you can move it and
/dpsadv save
Top-Level Objects¶
DPSAdv¶
Returns information on whether plugin is loaded, and holds the MQ2DPSAdv data type.
DataTypes¶
DPSAdv¶
Returns information about status, time, your DPS and your pet's DPS.
Members
int64 MyDamage¶
- My total damage
int64 PetDamage¶
- My pet's damage.
int64 TotalDamage¶
- The combined value of mine and my pet's damage.
float MyDPS¶
- My "Damage Per Second"
float PetDPS¶
- My pet's "Damage Per Second"
float TotalDPS¶
- Combined "Damage Per Second" from mine and my pet's damage.
int TimeElapsed¶
- The time elapsed of a fight.
int MyStatus¶
- Returns your "MyActive" status 0 for off, 1 for on.
int MyPetID¶
- Returns your pet's ID.