custom MQ window
Posted: Sun Nov 09, 2003 3:50 am
Window reports back EXPs, hp/mana, target and importan target information that is given with a /whotarget also reports back the Time.
**REPLACES FRIENDS LIST WINDOW**
In order to use with default UI find the following directory
"...\Everquest\uifiles"
create a new folder called customUI(or something to that affect)
now copy from the default folder into the the folder you just created the following file "EQUI_FriendsWnd.xml" open the jsut copied file with notepad and replace all the code with the following
Load up EQ and type "/loadskin <name of folder you created> 1" (w/o quotes)
use Alt-F to toggle the window on and off
**REPLACES FRIENDS LIST WINDOW**
In order to use with default UI find the following directory
"...\Everquest\uifiles"
create a new folder called customUI(or something to that affect)
now copy from the default folder into the the folder you just created the following file "EQUI_FriendsWnd.xml" open the jsut copied file with notepad and replace all the code with the following
Code: Select all
<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
<Label item ="MQ_HP">
<ScreenID>EXPLabel</ScreenID>
<EQType>9999</EQType>
<TooltipReference>HP: $char(hp,cur)</TooltipReference>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>5</Y>
</Location>
<Size>
<CX>100</CX>
<CY>30</CY>
</Size>
<Text>HP:</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="MQ_Mana">
<ScreenID>EXPLabel</ScreenID>
<EQType>9999</EQType>
<TooltipReference>Mana: $char(mana,cur)</TooltipReference>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>5</Y>
</Location>
<Size>
<CX>100</CX>
<CY>30</CY>
</Size>
<Text></Text>
<TextColor>
<R>0</R>
<G>240</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="MQ_EXP">
<ScreenID>EXPLabel</ScreenID>
<EQType>9999</EQType>
<TooltipReference>Exp: $char(exp)</TooltipReference>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>20</Y>
</Location>
<Size>
<CX>100</CX>
<CY>30</CY>
</Size>
<Text>Exp:</Text>
<TextColor>
<R>240</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="MQ_AA_EXP">
<ScreenID>AAEXPLabel</ScreenID>
<EQType>9999</EQType>
<TooltipReference>AA Exp: $char(aa,exp)</TooltipReference>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>105</X>
<Y>20</Y>
</Location>
<Size>
<CX>100</CX>
<CY>30</CY>
</Size>
<Text>Exp:</Text>
<TextColor>
<R>0</R>
<G>240</G>
<B>240</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="MQ_Target">
<ScreenID>TargetLabel</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$target(name,clean)</TooltipReference>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>40</Y>
</Location>
<Size>
<CX>200</CX>
<CY>15</CY>
</Size>
<Text>Exp:</Text>
<TextColor>
<R>240</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false </AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="MQ_TargetLevel">
<ScreenID>TargetLevelLabel</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$target(level)</TooltipReference>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>15</X>
<Y>55</Y>
</Location>
<Size>
<CX>20</CX>
<CY>15</CY>
</Size>
<Text>Exp:</Text>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item ="MQ_TargetClass">
<ScreenID>TargetLabel</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$target(class)</TooltipReference>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>40</X>
<Y>55</Y>
</Location>
<Size>
<CX>165</CX>
<CY>15</CY>
</Size>
<Text>Exp:</Text>
<TextColor>
<R>0</R>
<G>240</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="MQ_TargetDirection">
<ScreenID>TargetLabel</ScreenID>
<EQType>9999</EQType>
<TooltipReference>Direction to target: $target(direction)</TooltipReference>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>20</X>
<Y>70</Y>
</Location>
<Size>
<CX>200</CX>
<CY>15</CY>
</Size>
<Text>Exp:</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="MQ_Zone">
<ScreenID>ZoneLabel</ScreenID>
<EQType>9999</EQType>
<TooltipReference>$zone</TooltipReference>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>85</Y>
</Location>
<Size>
<CX>200</CX>
<CY>15</CY>
</Size>
<Text>Exp:</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="MQ_ZEM">
<ScreenID>ZEMLabel</ScreenID>
<EQType>9999</EQType>
<TooltipReference>ZEM:$calc($zone(zem)*100)%</TooltipReference>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>15</X>
<Y>100</Y>
</Location>
<Size>
<CX>200</CX>
<CY>15</CY>
</Size>
<Text>Exp:</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="MQ_Time">
<ScreenID>TimeLabel</ScreenID>
<EQType>9999</EQType>
<TooltipReference>Time: $time()</TooltipReference>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>115</Y>
</Location>
<Size>
<CX>200</CX>
<CY>15</CY>
</Size>
<Text>Exp:</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Screen item = "FriendsWindow">
<!--<ScreenID/>-->
<RelativePosition>false</RelativePosition>
<Location>
<X>100</X>
<Y>50</Y>
</Location>
<Size>
<CX>200</CX>
<CY>160</CY>
</Size>
<Text>MQ Window</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>MQ Window</TooltipReference>
<DrawTemplate>WDT_Rounded</DrawTemplate>
<Style_Titlebar>true</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>true</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>MQ_HP</Pieces>
<Pieces>MQ_Mana</Pieces>
<Pieces>MQ_EXP</Pieces>
<Pieces>MQ_AA_EXP</Pieces>
<Pieces>MQ_Target</Pieces>
<Pieces>MQ_TargetLevel</Pieces>
<Pieces>MQ_TargetClass</Pieces>
<Pieces>MQ_TargetDirection</Pieces>
<Pieces>MQ_Zone</Pieces>
<Pieces>MQ_ZEM</Pieces>
<Pieces>MQ_Time</Pieces>
</Screen>
</XML>
use Alt-F to toggle the window on and off