MacroQuartz 1.61

Forum for posting custom UIs, portions of UIs, and HUD stuff using MQ's enhancements.

Moderator: MacroQuest Developers

daerck
a ghoul
a ghoul
Posts: 134
Joined: Mon Jan 12, 2004 8:44 pm

MacroQuartz 1.61

Post by daerck » Fri Feb 13, 2004 7:20 pm

Original UI: http://www.eqinterface.com/sdownload/fi ... ?s=&id=183
MacroQuartz 161
Based on Quartz 1.61 by Statix Cinderblade - Xegony
Modified by daerck
-------------------

* Changes *
***********
-Player Window
--Added Current and Max Mana (will only show for Casters)
--Added HP Regen and Mana Regen (later will only show for Casters)
--Level and AA Experience with 2 decimals
-Target Window
--Removed Weight Information
--Added Target level, class, direction, distance
--Added Con-Color Indicator
-Buff Window
--Added Remaining Buff Duration (mm:ss) to the left of each Buffslot


* Things I *might* add in the future *
**************************************
-Reorganize Playerinfo Window
-Make a Combat Abilities window in the Quartzlayout
-Add Adv Group information
-Add Petbuff Information
-Other modifications on request

Screenshots of Modifications:
Image
Playerinfo and Target Window

Image
Buff Window


Download:
http://www.da-erck.de/stuff/MacroQuartz161.zip

daerck
a ghoul
a ghoul
Posts: 134
Joined: Mon Jan 12, 2004 8:44 pm

Post by daerck » Mon Feb 16, 2004 10:31 am

No feedback or requests?

Goofmester1
a hill giant
a hill giant
Posts: 241
Joined: Thu Nov 06, 2003 4:26 am

Post by Goofmester1 » Mon Feb 16, 2004 11:01 am

Is there no way to get the timers on the last part of the buff box? Kinda like it part of the icon.

daerck
a ghoul
a ghoul
Posts: 134
Joined: Mon Jan 12, 2004 8:44 pm

Post by daerck » Mon Feb 16, 2004 5:32 pm

The buff box is very slim so I'd have to cut down the names to fit it inside the box. Would leave about 7 or 8 characters for the name.

The other option is to make the buff box wider, but it doesn't "look right" for me, but I can try.

Harika
decaying skeleton
decaying skeleton
Posts: 7
Joined: Wed Sep 17, 2003 6:17 pm
Contact:

Post by Harika » Tue Feb 17, 2004 12:12 pm

edit: always love it when i figure something out 2 seconds after I hit submit.

Zeit
a lesser mummy
a lesser mummy
Posts: 34
Joined: Sat Jan 24, 2004 5:54 am

Post by Zeit » Tue Feb 17, 2004 2:34 pm

Gm check

s0meth1ng
orc pawn
orc pawn
Posts: 28
Joined: Sun Feb 22, 2004 7:00 am

Post by s0meth1ng » Tue Mar 30, 2004 5:31 pm

Someone going to update this UI for the new MQ2Data? I Cant live without this UI with its l33t Target window. Plus i like the way it looks 8)

Stilgar
a lesser mummy
a lesser mummy
Posts: 44
Joined: Thu Oct 23, 2003 9:43 pm

Target Window

Post by Stilgar » Wed Mar 31, 2004 9:47 am

Target window uses the add-on to show the direction with "ESE" etc found here:

http://macroquest2.com/phpBB2/viewtopic.php?t=6103

Code: Select all

<?xml version="1.0"?>
<XML id="EQInterfaceDefinitionLanguage">
	<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>
	<Gauge item="Target_HP">
		<ScreenID>TargetHP</ScreenID>
		<Font>3</Font>
		<TextColor>
			<R>240</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>118</X>
			<Y>3</Y>
		</Location>
		<Size>
			<CX>108</CX>
			<CY>24</CY>
		</Size>
		<GaugeOffsetY>16</GaugeOffsetY>
		<TextOffsetX>8</TextOffsetX>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<TooltipReference/>
		<FillTint>
			<R>240</R>
			<G>0</G>
			<B>0</B>
		</FillTint>
		<LinesFillTint>
			<R>220</R>
			<G>220</G>
			<B>0</B>
		</LinesFillTint>
		<DrawLinesFill>false</DrawLinesFill>
		<EQType>6</EQType>
		<GaugeDrawTemplate>
			<Background>A_GaugeBackground</Background>
			<Fill>A_GaugeFill</Fill>
			<Lines>A_GaugeLines</Lines>
			<LinesFill>A_GaugeLinesFill</LinesFill>
			<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
			<EndCapRight>A_GaugeEndCapRight</EndCapRight>
		</GaugeDrawTemplate>
	</Gauge>
	<Label item="Target_HPPercent">
		<ScreenID>Target_HPPercentLabel</ScreenID>
		<Font>3</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>235</X>
			<Y>15</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>15</CY>
		</Size>
		<EQType>29</EQType>
		<TextColor>
			<R>255</R>
			<G>0</G>
			<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="TW_TargetLevelLabel">
		<ScreenID>WeightLabel</ScreenID>
		<Font>2</Font>
		<EQType>9999</EQType>
		<TooltipReference>LVL</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>8</X>
			<Y>5</Y>
		</Location>
		<Size>
			<CX>20</CX>
			<CY>14</CY>
		</Size>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="TW_TargetLevel">
		<ScreenID>WeightLabel</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>${Target.Level}</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>30</X>
			<Y>5</Y>
		</Location>
		<Size>
			<CX>20</CX>
			<CY>14</CY>
		</Size>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="TW_TargetClass">
		<ScreenID>WeightLabel</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>${Target.Class}</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>8</X>
			<Y>18</Y>
		</Location>
		<Size>
			<CX>100</CX>
			<CY>14</CY>
		</Size>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<Label item="TW_TargetDistance">
		<ScreenID>WeightLabel</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>${Target.Distance.Int}</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>68</X>
			<Y>5</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>14</CY>
		</Size>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
		<AlignLeft>false</AlignLeft>
	</Label>
	<Label item="TW_TargetDirection">
		<ScreenID>WeightLabel</ScreenID>
		<EQType>9999</EQType>
		<TooltipReference>${Target.Direction}</TooltipReference>
		<Font>2</Font>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>50</X>
			<Y>5</Y>
		</Location>
		<Size>
			<CX>40</CX>
			<CY>14</CY>
		</Size>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<!-- more shit verant stole, putting it back into to get rid of errors -->
	<Label item="Target_HPLabel">
		<ScreenID>HPLabel</ScreenID>
		<EQType>29</EQType>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>500</X>
			<Y>12</Y>
		</Location>
		<Size>
			<CX>60</CX>
			<CY>12</CY>
		</Size>
		<Text>Playername123456</Text>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	<Label item="Target_HPPercLabel">
		<ScreenID>HPPercLabel</ScreenID>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>500</X>
			<Y>12</Y>
		</Location>
		<Size>
			<CX>16</CX>
			<CY>12</CY>
		</Size>
		<Text>%</Text>
		<TextColor>
			<R>255</R>
			<G>255</G>
			<B>255</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	<TextureInfo item="TargetBox.tga">
		<Size>
			<CX>512</CX>
			<CY>64</CY>
		</Size>
	</TextureInfo>
	<Ui2DAnimation item="A_TargetBox">
		<Cycle>false</Cycle>
		<Frames>
			<Texture>TargetBox.tga</Texture>
			<Location>
				<X>0</X>
				<Y>0</Y>
			</Location>
			<Size>
				<CX>512</CX>
				<CY>64</CY>
			</Size>
		</Frames>
	</Ui2DAnimation>
	<StaticAnimation item="A_TargetBoxStaticAnim">
		<ScreenID>A_TargetBoxStaticAnim</ScreenID>
		<Animation>A_TargetBox</Animation>
	</StaticAnimation>
	<Screen item="TargetWindow">
		<ScreenID/>
		<RelativePosition>false</RelativePosition>
		<Location>
			<X>516</X>
			<Y>242</Y>
		</Location>
		<Size>
			<CX>280</CX>
			<CY>34</CY>
		</Size>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<TooltipReference>Your Current Target</TooltipReference>
		<DrawTemplate>WDT_Target</DrawTemplate>
		<Style_Titlebar>false</Style_Titlebar>
		<Style_Closebox>false</Style_Closebox>
		<Style_Minimizebox>false</Style_Minimizebox>
		<Style_Border>false</Style_Border>
		<Style_Sizable>false</Style_Sizable>
		<Pieces>Target_HP</Pieces>
		<Pieces>Target_HPPercent</Pieces>
		<Pieces>TW_TargetLevelLabel</Pieces>
		<Pieces>TW_TargetLevel</Pieces>
		<Pieces>TW_TargetClass</Pieces>
		<Pieces>TW_TargetDirection</Pieces>
		<Pieces>TW_TargetDistance</Pieces>
		<!-- more verant stupidity -->
		<Pieces>Target_HPLabel</Pieces>
		<Pieces>Target_HPPercLabel</Pieces>
		<Pieces>A_TargetBoxStaticAnim</Pieces>
	</Screen>
</XML>

Stilgar
a lesser mummy
a lesser mummy
Posts: 44
Joined: Thu Oct 23, 2003 9:43 pm

Player window

Post by Stilgar » Sat Apr 03, 2004 7:19 am

Playerwindow-conversion.
You need the latest March 31st revision (revision D I think?)
to see the Exp and AAexp-percentage.

if Daerck could upload it would be nice =)

Code: Select all

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
  <Gauge item="Player_HP">
    <ScreenID>PlayerHP</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>72</X>
      <Y>0</Y>
    </Location>
    <Size>
      <CX>108</CX>
      <CY>41</CY>
    </Size>
    <TextOffsetX>8</TextOffsetX>
    <GaugeOffsetY>33</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>240</R>
      <G>0</G>
      <B>0</B>
    </FillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>1</EQType>
    <GaugeDrawTemplate>
      <Background>A_GaugeBackground</Background>
      <Fill>A_GaugeFill</Fill>
      <Lines>A_GaugeLines</Lines>
      <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
      <EndCapRight>A_GaugeEndCapRight</EndCapRight>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="Pet_HP">
    <ScreenID>PetHP</ScreenID>
    <!--<Font>3</Font>-->
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>75</X>
      <Y>38</Y>
    </Location>
    <Size>
      <CX>108</CX>
      <CY>2</CY>
    </Size>
    <TextOffsetY>-50</TextOffsetY>
    <GaugeOffsetY>0</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>0</R>
      <G>240</G>
      <B>0</B>
    </FillTint>
    <DrawLinesFill>true</DrawLinesFill>
    <EQType>16</EQType>
    <GaugeDrawTemplate>
      <Background>A_GaugeBackground</Background>
      <Fill>A_GaugeFill</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>A_GaugeLinesFill</LinesFill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="Player_Mana">
    <ScreenID>PlayerMana</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>92</X>
      <Y>57</Y>
    </Location>
    <Size>
      <CX>108</CX>
      <CY>8</CY>
    </Size>
    <GaugeOffsetY>0</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>0</R>
      <G>0</G>
      <B>255</B>
    </FillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>2</EQType>
    <GaugeDrawTemplate>
      <Background>A_GaugeBackground</Background>
      <Fill>A_GaugeFill</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>A_GaugeLinesFill</LinesFill>
      <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
      <EndCapRight>A_GaugeEndCapRight</EndCapRight>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="Player_Fatigue">
    <ScreenID>PlayerFatigue</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>82</X>
      <Y>45</Y>
    </Location>
    <Size>
      <CX>108</CX>
      <CY>8</CY>
    </Size>
    <GaugeOffsetY>0</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>240</R>
      <G>240</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>0</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>3</EQType>
    <GaugeDrawTemplate>
      <Background>A_GaugeBackground</Background>
      <Fill>A_GaugeFill</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>A_GaugeLinesFill</LinesFill>
      <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
      <EndCapRight>A_GaugeEndCapRight</EndCapRight>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="ExpGauge">
    <ScreenID>ExpGauge</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>98</X>
      <Y>69</Y>
    </Location>
    <Size>
      <CX>116</CX>
      <CY>8</CY>
    </Size>
    <GaugeOffsetY>0</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>220</R>
      <G>150</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>0</R>
      <G>80</G>
      <B>220</B>
    </LinesFillTint>
    <DrawLinesFill>true</DrawLinesFill>
    <EQType>4</EQType>
    <GaugeDrawTemplate>
      <Background>A_GaugeBackground</Background>
      <Fill>A_GaugeFill</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>A_GaugeLinesFill</LinesFill>
      <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
      <EndCapRight>A_GaugeEndCapRight</EndCapRight>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="AltAdvGauge">
    <ScreenID>AltAdvGauge</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>102</X>
      <Y>81</Y>
    </Location>
    <Size>
      <CX>116</CX>
      <CY>8</CY>
    </Size>
    <GaugeOffsetY>0</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>220</R>
      <G>150</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>0</R>
      <G>40</G>
      <B>150</B>
    </LinesFillTint>
    <DrawLinesFill>true</DrawLinesFill>
    <EQType>5</EQType>
    <GaugeDrawTemplate>
      <Background>A_GaugeBackground</Background>
      <Fill>A_GaugeFill</Fill>
      <Lines>A_GaugeLines</Lines>
      <LinesFill>A_GaugeLinesFill</LinesFill>
      <EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
      <EndCapRight>A_GaugeEndCapRight</EndCapRight>
    </GaugeDrawTemplate>
  </Gauge>
  <Label item="HPPercentage">
    <ScreenID>HPPercentage</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>184</X>
      <Y>29</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <EQType>19</EQType>
    <TextColor>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="StaPercentage">
    <ScreenID>StaPercentage</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>195</X>
      <Y>41</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <EQType>21</EQType>
    <TextColor>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="ACGauge">
    <ScreenID>ACGauge</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>128</X>
      <Y>105</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <EQType>22</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="AtkGauge">
    <ScreenID>AtkGauge</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>182</X>
      <Y>105</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <EQType>23</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="HPNumber">
    <ScreenID>HPNumberLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>128</X>
      <Y>92</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <EQType>17</EQType>
    <TextColor>
      <R>255</R>
      <G>128</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="MaxHPNumber">
    <ScreenID>MaxHPNumberLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>182</X>
      <Y>92</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <EQType>18</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="ExpPercentage">
    <ScreenID>ExpPercentageLabel</ScreenID>
    <EQType>9999</EQType>
    <TooltipReference>${Me.PctExp}</TooltipReference>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>210</X>
      <Y>66</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <TextColor>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="AltAdvExpPercentage">
    <ScreenID>AltAdvExpPercentageLabel</ScreenID>
    <EQType>9999</EQType>
    <TooltipReference>${Me.PctAAExp}</TooltipReference>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>213</X>
      <Y>78</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <TextColor>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="ManaPercent">
    <ScreenID>ManaPercentLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>203</X>
      <Y>54</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <EQType>20</EQType>
    <TextColor>
      <R>200</R>
      <G>200</G>
      <B>200</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="ExpLabel">
    <ScreenID>ExpLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>245</X>
      <Y>66</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <Text>Exp</Text>
    <TextColor>
      <R>51</R>
      <G>192</G>
      <B>51</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="AltAdvExpLabel">
    <ScreenID>AltAdvExpLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>248</X>
      <Y>78</Y>
    </Location>
    <Size>
      <CX>80</CX>
      <CY>15</CY>
    </Size>
    <Text>AA</Text>
    <TextColor>
      <R>51</R>
      <G>192</G>
      <B>51</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="MaxHPLabel">
    <ScreenID>MaxHPLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>157</X>
      <Y>92</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <Text>Max:</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="ManaPercentLabel">
    <ScreenID>ManaPercentLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>224</X>
      <Y>54</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <Text>Mana</Text>
    <TextColor>
      <R>51</R>
      <G>192</G>
      <B>51</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="HPTextLabel">
    <ScreenID>HPTextLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>206</X>
      <Y>29</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <Text>HP</Text>
    <TextColor>
      <R>51</R>
      <G>192</G>
      <B>51</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="StaTextLabel">
    <ScreenID>StaTextLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>217</X>
      <Y>41</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <Text>Sta</Text>
    <TextColor>
      <R>51</R>
      <G>192</G>
      <B>51</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="ACLabel">
    <ScreenID>ACLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>110</X>
      <Y>105</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <Text>AC:</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="HPLabel">
    <ScreenID>ACLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>110</X>
      <Y>92</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <Text>HP:</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="AtkLabel">
    <ScreenID>AtkLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>157</X>
      <Y>105</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <Text>Atk:</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <!--Real Stat Section-->
  <Label item="PW_STR">
    <ScreenID>STRLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>1</X>
      <Y>18</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>STR</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_STRNumber">
    <ScreenID>STRNumberLabel</ScreenID>
    <EQType>5</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>25</X>
      <Y>18</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_STA">
    <ScreenID>STALabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>1</X>
      <Y>32</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>STA</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_STANumber">
    <ScreenID>STANumberLabel</ScreenID>
    <EQType>6</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>25</X>
      <Y>32</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_AGI">
    <ScreenID>AGILabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>1</X>
      <Y>46</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>AGI</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_AGINumber">
    <ScreenID>AGINumberLabel</ScreenID>
    <EQType>8</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>25</X>
      <Y>46</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_DEX">
    <ScreenID>DEXLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>1</X>
      <Y>60</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>DEX</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
Last edited by Stilgar on Sat Apr 03, 2004 7:24 am, edited 1 time in total.

Stilgar
a lesser mummy
a lesser mummy
Posts: 44
Joined: Thu Oct 23, 2003 9:43 pm

Post by Stilgar » Sat Apr 03, 2004 7:24 am

Part 2

Code: Select all

<Label item="PW_DEXNumber">
    <ScreenID>DEXNumberLabel</ScreenID>
    <EQType>7</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>25</X>
      <Y>60</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_WIS">
    <ScreenID>WISLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>1</X>
      <Y>74</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>WIS</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_WISNumber">
    <ScreenID>WISNumberLabel</ScreenID>
    <EQType>9</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>25</X>
      <Y>74</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_INT">
    <ScreenID>INTLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>1</X>
      <Y>88</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>INT</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_INTNumber">
    <ScreenID>INTNumberLabel</ScreenID>
    <EQType>10</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>25</X>
      <Y>88</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_CHA">
    <ScreenID>CHALabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>1</X>
      <Y>102</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>CHA</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_CHANumber">
    <ScreenID>CHANumberLabel</ScreenID>
    <EQType>11</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>25</X>
      <Y>102</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <!--Resists Section-->
  <Label item="TW_Magic">
    <ScreenID>MagicLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>48</X>
      <Y>46</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>MR</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="TW_MagicNumber">
    <ScreenID>MagicNumberLabel</ScreenID>
    <EQType>16</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>63</X>
      <Y>46</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="TW_Fire">
    <ScreenID>FireLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>48</X>
      <Y>60</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>FR</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="TW_FireNumber">
    <ScreenID>FireNumberLabel</ScreenID>
    <EQType>14</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>63</X>
      <Y>60</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="TW_Cold">
    <ScreenID>ColdLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>48</X>
      <Y>74</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>CR</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="TW_ColdNumber">
    <ScreenID>ColdNumberLabel</ScreenID>
    <EQType>15</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>63</X>
      <Y>74</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="TW_Poison">
    <ScreenID>PoisonLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>48</X>
      <Y>88</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>PR</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="TW_PoisonNumber">
    <ScreenID>PoisonNumberLabel</ScreenID>
    <EQType>12</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>63</X>
      <Y>88</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="TW_Disease">
    <ScreenID>DiseaseLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>48</X>
      <Y>102</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>DR</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="TW_DiseaseNumber">
    <ScreenID>DiseaseNumberLabel</ScreenID>
    <EQType>13</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>63</X>
      <Y>102</Y>
    </Location>
    <Size>
      <CX>64</CX>
      <CY>14</CY>
    </Size>
    <Text>255</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="TW_MCurLabel">
    <ScreenID>TW_MLabel</ScreenID>
    <EQType>9999</EQType>
    <TooltipReference>Mana</TooltipReference>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>215</X>
      <Y>92</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="TW_MCur">
    <ScreenID>TW_MCur</ScreenID>
    <EQType>9999</EQType>
    <TooltipReference>${Me.CurrentMana}</TooltipReference>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>228</X>
      <Y>92</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <TextColor>
      <R>60</R>
      <G>220</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="TW_MMaxLabel">
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>Max</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>215</X>
      <Y>105</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="TW_MMax">
    <ScreenID>TW_MMax</ScreenID>
    <EQType>9999</EQType>
    <TooltipReference>${Me.MaxMana}</TooltipReference>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>228</X>
      <Y>105</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <TextColor>
      <R>50</R>
      <G>200</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="TW_MRegen">
    <ScreenID>TW_MRegen</ScreenID>
    <EQType>9999</EQType>
    <TooltipReference>${Me.ManaRegen}</TooltipReference>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>245</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>15</CY>
    </Size>
    <TextColor>
      <R>50</R>
      <G>200</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="TW_HPRegen">
    <ScreenID>TW_HPRegen</ScreenID>
    <EQType>9999</EQType>
    <TooltipReference>${Me.HPRegen}</TooltipReference>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>225</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>20</CX>
      <CY>15</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>10</G>
      <B>10</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="TW_RegenLabel">
    <ScreenID>TW_HPRegenLabel</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>191</X>
      <Y>2</Y>
    </Location>
    <Text>Regen:</Text>
    <Size>
      <CX>40</CX>
      <CY>15</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="TW_RegenLabelDiv">
    <ScreenID>TW_HPRegenLabel</ScreenID>
    <EQType>9999</EQType>
    <TooltipReference>/</TooltipReference>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>247</X>
      <Y>2</Y>
    </Location>
    <Size>
      <CX>7</CX>
      <CY>15</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Screen item="PlayerWindow">
    <!--<ScreenID/>-->
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>516</X>
      <Y>0</Y>
    </Location>
    <Size>
      <CX>268</CX>
      <CY>121</CY>
    </Size>
    <Text>Player</Text>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference>The Breath Meter</TooltipReference>
    <DrawTemplate>WDT_Player</DrawTemplate>
    <Style_Titlebar>false</Style_Titlebar>
    <Style_Closebox>false</Style_Closebox>
    <Style_Minimizebox>false</Style_Minimizebox>
    <Style_Border>false</Style_Border>
    <Style_Sizable>false</Style_Sizable>
    <Pieces>Player_HP</Pieces>
    <Pieces>Player_Mana</Pieces>
    <Pieces>Player_Fatigue</Pieces>
    <Pieces>Pet_HP</Pieces>
    <Pieces>ExpGauge</Pieces>
    <Pieces>AltAdvGauge</Pieces>
    <Pieces>HPNumber</Pieces>
    <Pieces>MaxHPNumber</Pieces>
    <Pieces>ExpPercentage</Pieces>
    <Pieces>StaPercentage</Pieces>
    <Pieces>StaTextLabel</Pieces>
    <Pieces>AltAdvExpPercentage</Pieces>
    <Pieces>ExpLabel</Pieces>
    <Pieces>ACGauge</Pieces>
    <Pieces>AtkGauge</Pieces>
    <Pieces>MaxHPLabel</Pieces>
    <Pieces>ACLabel</Pieces>
    <Pieces>ManaPercentLabel</Pieces>
    <Pieces>HPTextLabel</Pieces>
    <Pieces>AtkLabel</Pieces>
    <Pieces>AltAdvExpLabel</Pieces>
    <Pieces>HPLabel</Pieces>
    <Pieces>HPPercentage</Pieces>
    <Pieces>ManaPercent</Pieces>
    <Pieces>PW_STR</Pieces>
    <Pieces>PW_STRNumber</Pieces>
    <Pieces>PW_STA</Pieces>
    <Pieces>PW_STANumber</Pieces>
    <Pieces>PW_AGI</Pieces>
    <Pieces>PW_AGINumber</Pieces>
    <Pieces>PW_DEX</Pieces>
    <Pieces>PW_DEXNumber</Pieces>
    <Pieces>PW_WIS</Pieces>
    <Pieces>PW_WISNumber</Pieces>
    <Pieces>PW_INT</Pieces>
    <Pieces>PW_INTNumber</Pieces>
    <Pieces>PW_CHA</Pieces>
    <Pieces>PW_CHANumber</Pieces>
    <Pieces>TW_Poison</Pieces>
    <Pieces>TW_PoisonNumber</Pieces>
    <Pieces>TW_Magic</Pieces>
    <Pieces>TW_MagicNumber</Pieces>
    <Pieces>TW_Disease</Pieces>
    <Pieces>TW_DiseaseNumber</Pieces>
    <Pieces>TW_Fire</Pieces>
    <Pieces>TW_FireNumber</Pieces>
    <Pieces>TW_Cold</Pieces>
    <Pieces>TW_ColdNumber</Pieces>
    <Pieces>TW_MCurLabel</Pieces>
    <Pieces>TW_MCur</Pieces>
    <Pieces>TW_MMaxLabel</Pieces>
    <Pieces>TW_MMax</Pieces>
    <Pieces>TW_MRegen</Pieces>
    <Pieces>TW_HPRegen</Pieces>
    <Pieces>TW_RegenLabel</Pieces>
    <Pieces>TW_RegenLabelDiv</Pieces>
  </Screen>
</XML>

dam1337
orc pawn
orc pawn
Posts: 12
Joined: Sat Mar 13, 2004 6:06 pm

Post by dam1337 » Mon Apr 05, 2004 4:14 am

any way someone could toss a constant x, y loc into one of the windows somewhere?

wassup
Official Guardian and Writer of TFM
Official Guardian and Writer of TFM
Posts: 1487
Joined: Sat Oct 26, 2002 5:15 pm

Post by wassup » Mon Apr 05, 2004 5:36 am

dam1337 wrote:any way someone could toss a constant x, y loc into one of the windows somewhere?
I did this myself in my compass window..., but not this UI.

carpaltunnel
a lesser mummy
a lesser mummy
Posts: 31
Joined: Thu Sep 04, 2003 3:52 pm

Post by carpaltunnel » Thu Apr 08, 2004 6:28 pm

Wow, can't believe I missed this till just now. I've been using the regular quartz for a long time, this makes my day :) Gonna have fun playing with it tonight.

--

Now that I've tried it, is there any way I can get the buff timer on the right side? I play with the buff box on the left, and really like it there. Please?

Other than that, it rocks, thanks a ton :)

daerck
a ghoul
a ghoul
Posts: 134
Joined: Mon Jan 12, 2004 8:44 pm

Post by daerck » Thu Apr 08, 2004 10:10 pm

Ufff.. didnt look at this thread for a while.

Guess I'll update all this stuff at the weekend and see what I can do about the buff window and constant loc.

dam1337
orc pawn
orc pawn
Posts: 12
Joined: Sat Mar 13, 2004 6:06 pm

Post by dam1337 » Wed Apr 21, 2004 6:44 pm

As of 4/21 the ui no longer posts the MQ2 data for me. Dunno if it needs reworked or I didn't do something correct, hopefully it's the later. Has worked up to this point perfectly, if it is something wrong someone pls change it. Thx