MQ2DPS

his plugin shows the dps output of you and people around you in the Mq2
and a custom dps window. The custom window is not required to MQ2DPS.
COPY MQUI_DpsWnd.xml to /uifiles/default and to your custom UI folder. Type "/dps logonwindow true"
Then you may have to reload your UI. (MQUI_DpsWnd.xml is included in the compile in /uifiles/)

In order to use the custom window you must add the following to the bottom of your \Everquest\uifiles\default\EQUI.xml file or your custom UI file folder

<Include>MQUI_DpsWnd.xml</Include>. IF YOU SKIP THIS STEP YOU CAN CTD.

        <Include>EQUI_RaceChangeWnd.xml</Include>
        <Include>EQUI_ExtendedTargetWindow.xml</Include>
        <Include>EQUI_HeritageSelectionWnd.xml</Include>
        <Include>EQUI_ObjectPreviewWnd.xml</Include>   
        <Include>MQUI_DpsWnd.xml</Include>        
    </Composite>

    <Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
</XML>

Commands: 

/dps option value, ex: /dps sort dps
/dps on|off|reset - activate dps parsing or not. reset parser
/dps petfollowowner[true,false] - Pet's stats are displayed after owner's stats.
/dps logonwindow[true,false] - Activate the window when you log on.
/dps showwindow[true,false] - Make the window appear.
/dps sort[none,melee,cast,total,dps], Sort player's dps.
/dps absolutedps[true,false] - Timers used for calculating player's dps is the same.