• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Guide - MQ2DPS (1 Viewer)

Maskoi

old and salty
Joined
Sep 28, 2005
RedCents
81,386¢
MQ2DPS - This 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/)

++ NOTE ++
Requires MQ2Labels to be loaded for the DPS to work - /plugin MQ2Labels

++ NOTE ++
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.



BEFORE
HTML:
       <Include>EQUI_HelpWnd.xml</Include>
		<Include>EQUI_ZoneGuideWnd.xml</Include>		
		<Include>EQUI_ZonePathWnd.xml</Include>
		<Include>EQUI_AlertHistoryWnd.xml</Include>   
    </Composite>

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

AFTER
HTML:
  	<Include>EQUI_HelpWnd.xml</Include>
		<Include>EQUI_ZoneGuideWnd.xml</Include>		
		<Include>EQUI_ZonePathWnd.xml</Include>
		<Include>EQUI_AlertHistoryWnd.xml</Include>    
                <Include>MQUI_DpsWnd.xml</Include>   
    </Composite>

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

Commands
Rich (BB code):
/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.
 
Last edited by a moderator:
Guide - MQ2DPS

Users who are viewing this thread

Back
Top