Page 20 of 44

Posted: Sat Oct 16, 2004 10:16 am
by Gag
its eazy just change

Code: Select all

<Style_Transparent>false</Style_Transparent>
To

Code: Select all

<Style_Transparent>true</Style_Transparent>
and that will make your window transparent /nod

Posted: Sun Oct 17, 2004 1:19 am
by Gag
ok this is the EQUI_PlayerWindow.xml that is included with this UI here
chages i have made. I changed the X,Y to more Comform to /loc another words I swaped the place ment of X,Y in this Window so when you do a /loc the numbers will match 2nd i have made this window Transparent these are not big Changes but a few people will like them here is the Code

Code: Select all

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />

	<TextureInfo item = "AttackIndicator.tga">
		<Size>
			<CX>190</CX>
			<CY>148</CY>
		</Size>
	</TextureInfo>

	<Ui2DAnimation item = "A_AttackIndicator">
		<Cycle>false</Cycle>
		<Frames>
			<Texture>AttackIndicator.tga</Texture>
			<Location>
				<X>0</X>
				<Y>0</Y>
			</Location>
			<Size>
				<CX>190</CX>
				<CY>148</CY>
			</Size>
		</Frames>
	</Ui2DAnimation>

	<StaticAnimation item = "A_AttackIndicatorAnim">
		<ScreenID>A_AttackIndicatorAnim</ScreenID>
		<Animation>A_AttackIndicator</Animation>
	</StaticAnimation>


  <Ui2DAnimation item="Infiniti-PW_BGa">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>window_pieces_i1.tga</Texture>
      <Location>
        <X>0</X>
        <Y>72</Y>
      </Location>
      <Size>
        <CX>162</CX>
        <CY>64</CY>
      </Size>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Infiniti-PW_BGb">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>window_pieces_i1.tga</Texture>
      <Location>
        <X>0</X>
        <Y>183</Y>
      </Location>
      <Size>
        <CX>162</CX>
        <CY>64</CY>
      </Size>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="XPLabel">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>window_pieces_v1.tga</Texture>
      <Location>
        <X>173</X>
        <Y>59</Y>
      </Location>
      <Size>
        <CX>12</CX>
        <CY>7</CY>
      </Size>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="APLabel">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>window_pieces_v1.tga</Texture>
      <Location>
        <X>173</X>
        <Y>71</Y>
      </Location>
      <Size>
        <CX>11</CX>
        <CY>7</CY>
      </Size>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="MLabel">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>window_pieces_v1.tga</Texture>
      <Location>
        <X>237</X>
        <Y>59</Y>
      </Location>
      <Size>
        <CX>7</CX>
        <CY>7</CY>
      </Size>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="G1Label">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>window_pieces_v1.tga</Texture>
      <Location>
        <X>189</X>
        <Y>59</Y>
      </Location>
      <Size>
        <CX>10</CX>
        <CY>7</CY>
      </Size>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="A_MiniGaugeBackground">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>window_pieces_i3.tga</Texture>
      <Location>
        <X>189</X>
        <Y>202</Y>
      </Location>
      <Size>
        <CX>51</CX>
        <CY>6</CY>
      </Size>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="A_MiniGaugeFill">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>window_pieces_i3.tga</Texture>
      <Location>
        <X>189</X>
        <Y>186</Y>
      </Location>
      <Size>
        <CX>51</CX>
        <CY>6</CY>
      </Size>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="A_MiniGaugeLines">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>window_pieces_i3.tga</Texture>
      <Location>
        <X>189</X>
        <Y>196</Y>
      </Location>
      <Size>
        <CX>51</CX>
        <CY>6</CY>
      </Size>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <StaticAnimation item="G1_Label">
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>35</Y>
    </Location>
    <Size>
      <CX>10</CX>
      <CY>7</CY>
    </Size>
    <Animation>G1Label</Animation>
  </StaticAnimation>
  <StaticAnimation item="XP_Label">
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>66</Y>
    </Location>
    <Size>
      <CX>12</CX>
      <CY>7</CY>
    </Size>
    <Animation>XPLabel</Animation>
  </StaticAnimation>
  <StaticAnimation item="AP_Label">
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>77</Y>
    </Location>
    <Size>
      <CX>11</CX>
      <CY>7</CY>
    </Size>
    <Animation>APLabel</Animation>
  </StaticAnimation>
  <StaticAnimation item="M_Label">
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>8</X>
      <Y>54</Y>
    </Location>
    <Size>
      <CX>7</CX>
      <CY>7</CY>
    </Size>
    <Animation>MLabel</Animation>
  </StaticAnimation>
  <StaticAnimation item="A_PW_BGa">
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>0</Y>
    </Location>
    <Size>
      <CX>190</CX>
      <CY>85</CY>
    </Size>
    <Animation>Infiniti-PW_BGa</Animation>
  </StaticAnimation>
  <StaticAnimation item="A_PW_BGb">
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>85</Y>
    </Location>
    <Size>
      <CX>190</CX>
      <CY>63</CY>
    </Size>
    <Animation>Infiniti-PW_BGb</Animation>
  </StaticAnimation>
  <Gauge item="PW_HP">
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>21</X>
      <Y>35</Y>
    </Location>
    <Size>
      <CX>103</CX>
      <CY>8</CY>
    </Size>
    <TextOffsetY>-250</TextOffsetY>
    <GaugeOffsetY>0</GaugeOffsetY>
    <GaugeOffsetX>0</GaugeOffsetX>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>220</R>
      <G>220</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>1</EQType>
    <GaugeDrawTemplate>
      <Background>A_GaugeBackground</Background>
      <Fill>A_GaugeFill</Fill>
      <Lines>A_GaugeLines</Lines>
    </GaugeDrawTemplate>
    <TopAnchorOffset>0</TopAnchorOffset>
    <Font>2</Font>
  </Gauge>
  <Gauge item="Pet_HP">
		<ScreenID>PetHP</ScreenID>
    <TextColor>
      <R>0</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>73</X>
      <Y>44</Y>
    </Location>
    <Size>
      <CX>51</CX>
      <CY>6</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>51</R>
      <G>192</G>
      <B>51</B>
    </FillTint>
    <LinesFillTint>
      <R>0</R>
      <G>0</G>
      <B>0</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>16</EQType>
    <GaugeDrawTemplate>
      <Background>A_MiniGaugeBackground</Background>
      <Fill>A_MiniGaugeFill</Fill>
      <LinesFill>A_MiniGaugeLines</LinesFill>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="PW_Mana">
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>21</X>
      <Y>54</Y>
    </Location>
    <Size>
      <CX>103</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>50</R>
      <G>50</G>
      <B>255</B>
    </FillTint>
    <LinesFillTint>
      <R>0</R>
      <G>220</G>
      <B>220</B>
    </LinesFillTint>
    <DrawLinesFill>false</DrawLinesFill>
    <EQType>2</EQType>
    <GaugeDrawTemplate>
      <Background>A_GaugeBackground</Background>
      <Fill>A_GaugeFill</Fill>
      <Lines>A_GaugeLines</Lines>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="PW_Fatigue">
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>21</X>
      <Y>44</Y>
    </Location>
    <Size>
      <CX>51</CX>
      <CY>6</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_MiniGaugeBackground</Background>
      <Fill>A_MiniGaugeFill</Fill>
      <Lines>A_MiniGaugeLines</Lines>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="PW_EXP">
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>21</X>
      <Y>66</Y>
    </Location>
    <Size>
      <CX>103</CX>
      <CY>8</CY>
    </Size>
    <TextOffsetX>-250</TextOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>255</R>
      <G>255</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>
    </GaugeDrawTemplate>
  </Gauge>
  <Gauge item="PW_AAXP">
    <TextColor>
      <R>240</R>
      <G>240</G>
      <B>240</B>
    </TextColor>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>21</X>
      <Y>77</Y>
    </Location>
    <Size>
      <CX>103</CX>
      <CY>8</CY>
    </Size>
    <TextOffsetX>-250</TextOffsetX>
    <GaugeOffsetY>0</GaugeOffsetY>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>false</Style_Transparent>
    <!--<TooltipReference/>-->
    <FillTint>
      <R>220</R>
      <G>200</G>
      <B>0</B>
    </FillTint>
    <LinesFillTint>
      <R>0</R>
      <G>80</G>
      <B>220</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>
    </GaugeDrawTemplate>
  </Gauge>
  <!--***********************************************************************************
    ***********************************************************************************
    ***********************************************************************************-->
  <!-- BEGIN SECTION 1 - Character Info-->
  <Label item="PW_Name">
    <TextColor>
      <B>255</B>
      <G>255</G>
      <R>255</R>
    </TextColor>
    <EQType>1</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>9</Y>
    </Location>
    <Size>
      <CX>84</CX>
      <CY>14</CY>
    </Size>
    <NoWrap>true</NoWrap>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="PW_LevelNum">
    <TextColor>
      <B>255</B>
      <G>255</G>
      <R>255</R>
    </TextColor>
    <EQType>2</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>85</X>
      <Y>9</Y>
    </Location>
    <Size>
      <CX>18</CX>
      <CY>14</CY>
    </Size>
    <NoWrap>true</NoWrap>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="PW_Class">
    <TextColor>
      <B>255</B>
      <G>255</G>
      <R>255</R>
    </TextColor>
    <EQType>3</EQType>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>98</X>
      <Y>9</Y>
    </Location>
    <Size>
      <CX>144</CX>
      <CY>14</CY>
    </Size>
    <Text>Necromancer</Text>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>
      <TextColor>
        <R>255</R>
        <G>255</G>
        <B>255</B>
      </TextColor>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <!-- END SECTION 1 -->
  <!-- BEGIN SECTION 2 - HP Info -->
  <Label item="PW_HPNumber">
    <Font>3</Font>
    <EQType>17</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>7</X>
      <Y>19</Y>
    </Location>
    <Size>
      <CX>50</CX>
      <CY>14</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="PW_HPDivider">
    <Font>3</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>55</X>
      <Y>19</Y>
    </Location>
    <Size>
      <CX>8</CX>
      <CY>14</CY>
    </Size>
    <Text>/</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="PW_HPMax">
    <Font>3</Font>
    <EQType>18</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>61</X>
      <Y>19</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>14</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="PW_HPLabel">
    <Font>2</Font>
    <EQType>19</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>125</X>
      <Y>31</Y>
    </Location>
    <Size>
      <CX>22</CX>
      <CY>14</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignRight>true</AlignRight>
  </Label>
  <!--
  <Label item="PW_HPPercLabel">
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>148</X>
      <Y>31</Y>
    </Location>
    <Size>
      <CX>10</CX>
      <CY>12</CY>
    </Size>
    <Text>%</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignRight>true</AlignRight>
    <Font>2</Font>
  </Label>
  -->
  <Label item="MQ_HpRegen">
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.HPRegen}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>145</X>
      <Y>31</Y>
    </Location>
    <Size>
      <CX>25</CX>
      <CY>14</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignRight>true</AlignRight>
  </Label>
  <!-- END SECTION 2 -->
  <!-- BEGIN SECTION 3 - Mana Info -->
  <Label item="MQ_ManaNumber">
    <Font>3</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.CurrentMana}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>99</X>
      <Y>18</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>14</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignRight>true</AlignRight>
  </Label>
  <Label item="PW_ManaDivider">
    <Font>3</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>140</X>
      <Y>19</Y>
    </Location>
    <Size>
      <CX>8</CX>
      <CY>14</CY>
    </Size>
    <Text>/</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="MQ_ManaMax">
    <Font>3</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.MaxMana}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>146</X>
      <Y>18</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>14</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>100</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="PW_ManaLabel">
    <Font>2</Font>
    <EQType>20</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>125</X>
      <Y>50</Y>
    </Location>
    <Size>
      <CX>22</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="PW_ManaPercLabel">
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>148</X>
      <Y>50</Y>
    </Location>
    <Size>
      <CX>10</CX>
      <CY>12</CY>
    </Size>
    <Text>%</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignRight>true</AlignRight>
    <Font>2</Font>
  </Label>
  -->
  <Label item="MQ_ManaRegen">
    <Font>2</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.ManaRegen}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>145</X>
      <Y>50</Y>
    </Location>
    <Size>
      <CX>25</CX>
      <CY>14</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>100</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignRight>true</AlignRight>
  </Label>
  <!-- END SECTION 3 -->
  <Label item="MQ_EXPPercentage">
    <Font>2</Font>
    <EQType>9999</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>125</X>
      <Y>62</Y>
    </Location>
    <Size>
      <CX>32</CX>
      <CY>14</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignRight>true</AlignRight>
    <TooltipReference>${Me.PctExp}</TooltipReference>
  </Label>
  <Label item="PW_EXPPercLabel">
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>158</X>
      <Y>62</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>
    <Font>2</Font>
  </Label>
  <Label item="MQ_AAXPPercentage">
    <Font>2</Font>
    <EQType>9999</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>125</X>
      <Y>73</Y>
    </Location>
    <Size>
      <CX>32</CX>
      <CY>14</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
    <TooltipReference>${Me.PctAAExp}</TooltipReference>
  </Label>
  <Label item="PW_AAXPPercLabel">
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>158</X>
      <Y>73</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>
    <Font>2</Font>
  </Label>
  <Label item="PW_AC">
    <TextColor>
      <B>255</B>
      <G>255</G>
      <R>255</R>
    </TextColor>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>87</Y>
    </Location>
    <Size>
      <CX>22</CX>
      <CY>14</CY>
    </Size>
    <Text>AC</Text>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="PW_ATK">
    <TextColor>
      <B>0</B>
      <G>0</G>
      <R>255</R>
    </TextColor>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>98</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>14</CY>
    </Size>
    <Text>ATK</Text>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="PW_ACNum">
    <TextColor>
      <B>255</B>
      <G>255</G>
      <R>255</R>
    </TextColor>
    <EQType>22</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>34</X>
      <Y>87</Y>
    </Location>
    <Size>
      <CX>25</CX>
      <CY>14</CY>
    </Size>
    <Text>1888</Text>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="PW_ATKNum">
    <TextColor>
      <B>255</B>
      <G>255</G>
      <R>255</R>
    </TextColor>
    <EQType>23</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>34</X>
      <Y>98</Y>
    </Location>
    <Size>
      <CX>26</CX>
      <CY>14</CY>
    </Size>
    <Text>1888</Text>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="PW_STR">
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>68</X>
      <Y>87</Y>
    </Location>
    <Size>
      <CX>25</CX>
      <CY>14</CY>
    </Size>
    <Text>Str</Text>
    <TextColor>
      <B>255</B>
      <G>255</G>
      <R>255</R>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_STRNumber">
    <EQType>5</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>93</X>
      <Y>87</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">
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>68</X>
      <Y>98</Y>
    </Location>
    <Size>
      <CX>24</CX>
      <CY>14</CY>
    </Size>
    <Text>Sta</Text>
    <TextColor>
      <B>255</B>
      <G>255</G>
      <R>255</R>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_STANumber">
    <EQType>6</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>93</X>
      <Y>98</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">
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>109</Y>
    </Location>
    <Size>
      <CX>24</CX>
      <CY>14</CY>
    </Size>
    <Text>Agi</Text>
    <TextColor>
      <B>255</B>
      <G>255</G>
      <R>255</R>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_AGINumber">
    <EQType>8</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>34</X>
      <Y>109</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">
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>68</X>
      <Y>109</Y>
    </Location>
    <Size>
      <CX>25</CX>
      <CY>14</CY>
    </Size>
    <Text>Dex</Text>
    <TextColor>
      <B>255</B>
      <G>255</G>
      <R>255</R>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_DEXNumber">
    <EQType>7</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>93</X>
      <Y>109</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">
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>122</X>
      <Y>87</Y>
    </Location>
    <Size>
      <CX>27</CX>
      <CY>14</CY>
    </Size>
    <Text>Wis</Text>
    <TextColor>
      <B>255</B>
      <G>255</G>
      <R>255</R>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_WISNumber">
    <EQType>9</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>147</X>
      <Y>87</Y>
    </Location>
    <Size>
      <CX>24</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">
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>122</X>
      <Y>98</Y>
    </Location>
    <Size>
      <CX>26</CX>
      <CY>14</CY>
    </Size>
    <Text>Int</Text>
    <TextColor>
      <B>255</B>
      <G>255</G>
      <R>255</R>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_INTNumber">
    <EQType>10</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>147</X>
      <Y>98</Y>
    </Location>
    <Size>
      <CX>24</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">
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>122</X>
      <Y>109</Y>
    </Location>
    <Size>
      <CX>24</CX>
      <CY>14</CY>
    </Size>
    <Text>Cha</Text>
    <TextColor>
      <B>255</B>
      <G>255</G>
      <R>255</R>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="PW_CHANumber">
    <EQType>11</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>147</X>
      <Y>109</Y>
    </Location>
    <Size>
      <CX>24</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="MQ_State">
    <EQType>9999</EQType>
    <Font>2</Font>
    <TooltipReference>${Me.State}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>124</Y>
    </Location>
    <Size>
      <CX>35</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="MQ_CurX">
    <EQType>9999</EQType>
    <Font>2</Font>
    <TooltipReference>X:${Me.X}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>114</X>114
      <Y>124</Y>
    </Location>
    <Size>
      <CX>68</CX>
      <CY>15</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>true</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="MQ_CurY">
    <EQType>9999</EQType>
    <Font>2</Font>
    <TooltipReference>Y:${Me.Y}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>43</X>
      <Y>124</Y>
    </Location>
    <Size>
      <CX>68</CX>
      <CY>15</CY>
    </Size>
    <Text>100</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>true</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Screen item="PlayerWindow">
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>516</X>
      <Y>0</Y>
    </Location>
    <Size>
      <CX>190</CX>
      <CY>147</CY>
    </Size>
    <Text>Player</Text>
    <Style_VScroll>false</Style_VScroll>
    <Style_HScroll>false</Style_HScroll>
    <Style_Transparent>true</Style_Transparent>
    <TooltipReference>The Breath Meter</TooltipReference>
    <DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
    <Style_Titlebar>false</Style_Titlebar>
    <Style_Closebox>false</Style_Closebox>
    <Style_Minimizebox>false</Style_Minimizebox>
    <Style_Border>true</Style_Border>
    <Style_Sizable>false</Style_Sizable>
    <Pieces>A_PW_BGa</Pieces>
    <Pieces>A_PW_BGb</Pieces>
    <Pieces>PW_HP</Pieces>
    <Pieces>PW_Mana</Pieces>
    <Pieces>PW_Fatigue</Pieces>
    <Pieces>PW_EXP</Pieces>
    <Pieces>PW_AAXP</Pieces>
    <Pieces>Pet_HP</Pieces>
    <Pieces>G1_Label</Pieces>
    <Pieces>M_Label</Pieces>
    <!-- Section 1-->
    <Pieces>PW_Name</Pieces>
    <Pieces>PW_LevelNum</Pieces>
    <Pieces>PW_Class</Pieces>
    <!-- Section 2-->
    <Pieces>PW_HPNumber</Pieces>
    <Pieces>PW_HPDivider</Pieces>
    <Pieces>PW_HPMax</Pieces>
    <Pieces>MQ_HpRegen</Pieces>
    <!--<Pieces>PW_HPPercLabel</Pieces>-->
    <Pieces>PW_HPLabel</Pieces>
    <!-- Section 3-->
    <Pieces>MQ_ManaNumber</Pieces>
    <Pieces>PW_ManaDivider</Pieces>
    <Pieces>MQ_ManaMax</Pieces>
    <Pieces>MQ_ManaRegen</Pieces>
    <Pieces>PW_ManaLabel</Pieces>
    <!--<Pieces>PW_ManaPercLabel</Pieces>-->
    <!-- Section 4-->
    <Pieces>PW_ACNum</Pieces>
    <Pieces>PW_ATKNum</Pieces>
    <Pieces>PW_ATK</Pieces>
    <Pieces>PW_AC</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>MQ_EXPPercentage</Pieces>
    <Pieces>MQ_AAXPPercentage</Pieces>
    <Pieces>PW_EXPPercLabel</Pieces>
    <Pieces>PW_AAXPPercLabel</Pieces>
    <Pieces>AP_Label</Pieces>
    <Pieces>XP_Label</Pieces>
    <Pieces>MQ_State</Pieces>
    <Pieces>MQ_CurX</Pieces>
    <Pieces>MQ_CurY</Pieces>
		<Pieces>A_AttackIndicatorAnim</Pieces>
  </Screen>
</XML>

Group Window

Posted: Thu Oct 21, 2004 8:31 am
by braggsux
I really loike the group window in this UI. I only would like to have one more thing added. I like to have my own health bar in their also. It make is alot easy to look in one location to see the health of all the members of the group, including myself. If there is a way someone could mod the existing group window and let me know I would really appreciate it. Or maybe someone already had. Let me know please and thank you.

Posted: Thu Oct 21, 2004 5:47 pm
by TheUnholy
Freq Player Window that I use :
(sorry for shitty quality it's an old ss and only one I got atm)
Image
XML file - Txt file. If links stop working let me know, angelfire sugz.

Horizontal buff window:
(has 20 slots for OoW)
Image

Code pasted in This thread at the end.

Augment window doesn't open all the way

Posted: Sat Oct 23, 2004 5:08 pm
by CheezIt
I'm haveing a problem with the Augment window not displaying correctly... I can't access any of the buttons. it looks like the window itself is not large enough for some reason. I tried to locate the XML code for it in the containers file but I have no clue where in that file it would be. Here is a link to the image of what it looks like.

Any help would be appreciated.

http://CheezeIt.onfinite.com/album/104978/

Posted: Wed Oct 27, 2004 11:36 am
by Slippery
same problem here unfortunatley

Posted: Wed Oct 27, 2004 3:18 pm
by Stubs
I posted a fix for the aug pool containers several pages ago... will tell you what page in a moment.

Posted: Wed Oct 27, 2004 3:20 pm
by Stubs
page 17 7th post... sloppy but functional

Posted: Wed Oct 27, 2004 4:39 pm
by FreQuency
frabtik wrote:Sorry my bad, I agree it would be totallly out of line as usual for someone to use the search button to find out common info that is posted how many times? My epenis? What the fuck do you care about my penis, maybe you should stop worrying about mine and update the UI sometime instead of talking about all the work you do on it and how you are too busy to add fricking updates that are all posted in this thread etc. And I must say I am looking forward to the big surprise, you think telling us it is coming for the last year is building the suspension get real. Anyway good luck on with the updates, I will stop posting my updates since you obviously don't give a fuck and haven't even fixed the UI to be GoD compatible yet.
Wow if you really must know right now I am...
-*- Currently looking for a career and seeing how the job market in my area kinda blows atm it's not too easy
-*- Working 70+ hours a week, Living Pay check to pay check atm scrapping together to barely cover my bills
-*- Holding a long distance realtionship with the love of my life until she is done with her final year of schooling
-*- In the middle of a wrongful death law suit of my little 17 yr old sister

Now seeing how this UI doesn't make me a dime but i seem to have about 1k in downloads every month, i play EQ about 5 hours a week if i have a happen to cut out sleep and i have people like you posting shit like this to really make me wanna continue to update the UI. Yes i know the thread updates are easy to copy paste there you go so if they are that easy why should i include them and the UI was fixed for god i jsut mis-sized the aug window so shoot me.

Posted: Wed Oct 27, 2004 5:59 pm
by Slippery
Stubs wrote:I posted a fix for the aug pool containers several pages ago... will tell you what page in a moment.
My appologies, that was stupid of me. Thanks for the hint.

Posted: Fri Oct 29, 2004 5:45 pm
by SillyBluE
FreQuency, hang in there and keep doing what you gotta do. don't let idiot people talk crap and upset you. online idiots always talk crap but are always hidein behind a keyboard.

Good luck with a job hope you get one , try monster.com maybe ?, worked great for me....
well email me up if you need help with some stuff :D

Posted: Sat Oct 30, 2004 1:59 am
by Stubs
I don't care what anyone says FreQuency, I'll do my ghetto fixes and post them. You did all the hard work... and eventually people will be asking how to clean up my mess. Hang in there man. Eventually I may even figure out how to clean up my mess.

unknown label

Posted: Thu Nov 18, 2004 6:20 am
by eric2542
how do i fix unknown labe shown instead of time of buffs

Posted: Thu Nov 18, 2004 8:00 am
by Lord_Vyper
Running MQ might help...

unknown label???

Posted: Thu Nov 18, 2004 10:11 pm
by eric2542
i load this ui skin

so many unknown label in every icon buffs, spell gems

MQ is running atm

it doesnt help

pls advice..
thx advance