Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > General Discussion > Help ! ? ! ?
User Name
Password

Reply
 
Thread Tools Display Modes
Old 03-22-2014, 04:50 AM   #1
Experience
A Treant
 
Join Date: Sep 2003
Server: Ayonae
Posts: 29
Default UI Group Window

I have a group window I have used for a long time and It will not resize is there any way to make it so i can make it bigger or small as I need? the file is below

Code:
<?xml version="1.0" encoding="us-ascii"?> <XML ID="EQInterfaceDefinitionLanguage"> <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" /> <Ui2DAnimation item="G2Label"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces_v1.tga</Texture> <Location> <X>205</X> <Y>59</Y> </Location> <Size> <CX>11</CX> <CY>7</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="G3Label"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces_v1.tga</Texture> <Location> <X>221</X> <Y>59</Y> </Location> <Size> <CX>11</CX> <CY>7</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="G4Label"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces_v1.tga</Texture> <Location> <X>189</X> <Y>71</Y> </Location> <Size> <CX>11</CX> <CY>7</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="G5Label"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces_v1.tga</Texture> <Location> <X>205</X> <Y>71</Y> </Location> <Size> <CX>11</CX> <CY>7</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="G6Label"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces_v1.tga</Texture> <Location> <X>221</X> <Y>71</Y> </Location> <Size> <CX>11</CX> <CY>7</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <StaticAnimation item="G2_Label"> <ScreenID>G2_Label</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>5</X> <Y>31</Y> </Location> <Size> <CX>11</CX> <CY>7</CY> </Size> <Animation>G2Label</Animation> </StaticAnimation> <StaticAnimation item="G3_Label"> <ScreenID>G3_Label</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>5</X> <Y>64</Y> </Location> <Size> <CX>11</CX> <CY>7</CY> </Size> <Animation>G3Label</Animation> </StaticAnimation> <StaticAnimation item="G4_Label"> <ScreenID>G4_Label</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>5</X> <Y>97</Y> </Location> <Size> <CX>11</CX> <CY>7</CY> </Size> <Animation>G4Label</Animation> </StaticAnimation> <StaticAnimation item="G5_Label"> <ScreenID>G5_Label</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>5</X> <Y>130</Y> </Location> <Size> <CX>11</CX> <CY>7</CY> </Size> <Animation>G5Label</Animation> </StaticAnimation> <StaticAnimation item="G6_Label"> <ScreenID>G6_Label</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>5</X> <Y>163</Y> </Location> <Size> <CX>11</CX> <CY>7</CY> </Size> <Animation>G6Label</Animation> </StaticAnimation> <Button item="GW_InviteButton"> <ScreenID>InviteButton</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>7</X> <Y>4</Y> </Location> <Size> <CX>50</CX> <CY>10</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <TooltipReference>Select a player and click to invite into the group</TooltipReference> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <Text>Invite</Text> <TextColor> <R>150</R> <G>255</G> <B>30</B> </TextColor> <ButtonDrawTemplate> <Normal>Infiniti-BlankBtn</Normal> <Pressed>Infiniti-BlankBtn</Pressed> <Flyby>Infiniti-BlankBtn</Flyby> <Disabled>Infiniti-BlankBtn</Disabled> <PressedFlyby>Infiniti-BlankBtn</PressedFlyby> </ButtonDrawTemplate> <Text>Invite</Text> </Button> <Button item="GW_DisbandButton"> <ScreenID>DisbandButton</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>57</X> <Y>4</Y> </Location> <Size> <CX>50</CX> <CY>10</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <TooltipReference>Click to disband your target from the group</TooltipReference> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <ButtonDrawTemplate> <Normal>Infiniti-BlankBtn</Normal> <Pressed>Infiniti-BlankBtn</Pressed> <Flyby>Infiniti-BlankBtn</Flyby> <Disabled>Infiniti-BlankBtn</Disabled> <PressedFlyby>Infiniti-BlankBtn</PressedFlyby> </ButtonDrawTemplate> <Text>Disband</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> </Button> <Button item="GW_FollowButton"> <ScreenID>FollowButton</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>8</X> <Y>4</Y> </Location> <Size> <CX>50</CX> <CY>10</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <TooltipReference>Accept an invitation to group</TooltipReference> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <Text>Follow</Text> <TextColor> <R>150</R> <G>255</G> <B>30</B> </TextColor> <ButtonDrawTemplate> <Normal>Infiniti-BlankBtn</Normal> <Pressed>Infiniti-BlankBtn</Pressed> <Flyby>Infiniti-BlankBtn</Flyby> <Disabled>Infiniti-BlankBtn</Disabled> <PressedFlyby>Infiniti-BlankBtn</PressedFlyby> </ButtonDrawTemplate> <Text>Invite</Text> </Button> <Button item="GW_DeclineButton"> <ScreenID>DeclineButton</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>57</X> <Y>4</Y> </Location> <Size> <CX>50</CX> <CY>10</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <TooltipReference>Refuse an invtitation to group</TooltipReference> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/>--> <ButtonDrawTemplate> <Normal>Infiniti-BlankBtn</Normal> <Pressed>Infiniti-BlankBtn</Pressed> <Flyby>Infiniti-BlankBtn</Flyby> <Disabled>Infiniti-BlankBtn</Disabled> <PressedFlyby>Infiniti-BlankBtn</PressedFlyby> </ButtonDrawTemplate> <Text>Decline</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> </Button> <Button item="GW_LFGButton"> <ScreenID>LFGButton</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Location> <X>111</X> <Y>4</Y> </Location> <Size> <CX>30</CX> <CY>10</CY> </Size> <Text>LFG</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Checkbox>false</Style_Checkbox> <TooltipReference>Open LFG Window</TooltipReference> <ButtonDrawTemplate> <Normal>Infiniti-BlankBtn</Normal> <Pressed>Infiniti-BlankBtn</Pressed> <Flyby>Infiniti-BlankBtn</Flyby> <Disabled>Infiniti-BlankBtn</Disabled> <PressedFlyby>Infiniti-BlankBtn</PressedFlyby> </ButtonDrawTemplate> </Button> <Gauge item="GW_Gauge1"> <ScreenID>Gauge1</ScreenID> <!--<Font>3</Font>--> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <Location> <X>18</X> <Y>15</Y> </Location> <Size> <CX>103</CX> <CY>24</CY> </Size> <TextOffsetX>2</TextOffsetX> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <FillTint> <R>255</R> <G>40</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>false</DrawLinesFill> <EQType>11</EQType> <GaugeDrawTemplate> <Background>A_GaugeBackground</Background> <Fill>A_GaugeFill</Fill> <Lines>A_GaugeLines</Lines> </GaugeDrawTemplate> <TextOffsetY>2</TextOffsetY> <Font>1</Font> <Text>Member1</Text> </Gauge> <Gauge item="GW_PetGauge1"> <ScreenID>PetGauge1</ScreenID> <!--<Font>3</Font> --> <RelativePosition>true</RelativePosition> <Location> <X>96</X> <Y>21</Y> </Location> <Size> <CX>51</CX> <CY>6</CY> </Size> <TextOffsetX>-100</TextOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <FillTint> <R>51</R> <G>220</G> <B>51</B> </FillTint> <LinesFillTint> <R>0</R> <G>255</G> <B>0</B> </LinesFillTint> <DrawLinesFill>false</DrawLinesFill> <EQType>17</EQType> <GaugeDrawTemplate> <Background>A_MiniGaugeBackground</Background> <Fill>A_MiniGaugeFill</Fill> <Lines>A_MiniGaugeLines</Lines> </GaugeDrawTemplate> </Gauge> <Label item="GW_HPLabel1"> <ScreenID>HPLabel1</ScreenID> <EQType>35</EQType> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>27</Y> </Location> <Size> <CX>22</CX> <CY>12</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> <Font>1</Font> </Label> <Label item="GW_HPPercLabel1"> <ScreenID>HPPercLabel1</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>142</X> <Y>27</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>1</Font> </Label> <Gauge item="GW_ManaGauge1"> <ScreenID>ManaGauge1</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <EQType>31</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>40</TopAnchorOffset> <BottomAnchorOffset>45</BottomAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorOffset>18</LeftAnchorOffset> <RightAnchorOffset>50</RightAnchorOffset> </Gauge> <Gauge item="GW_STAGauge1"> <ScreenID>STAGauge1</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <EQType>36</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>46</TopAnchorOffset> <BottomAnchorOffset>51</BottomAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorOffset>18</LeftAnchorOffset> <RightAnchorOffset>49</RightAnchorOffset> </Gauge> <Gauge item="GW_Gauge2"> <ScreenID>Gauge2</ScreenID> <!--<Font>3</Font>--> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <Location> <X>18</X> <Y>48</Y> </Location> <Size> <CX>103</CX> <CY>24</CY> </Size> <TextOffsetX>2</TextOffsetX> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <!--<TooltipReference/>--> <FillTint> <R>255</R> <G>50</G> <B>10</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>false</DrawLinesFill> <EQType>12</EQType> <GaugeDrawTemplate> <Background>A_GaugeBackground</Background> <Fill>A_GaugeFill</Fill> <Lines>A_GaugeLines</Lines> </GaugeDrawTemplate> <TextOffsetY>2</TextOffsetY> <Font>1</Font> <Text>Member2</Text> </Gauge> <Gauge item="GW_PetGauge2"> <ScreenID>PetGauge2</ScreenID> <!--<Font>3</Font>--> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <Location> <X>96</X> <Y>54</Y> </Location> <Size> <CX>51</CX> <CY>6</CY> </Size> <TextOffsetY>-100</TextOffsetY> <GaugeOffsetY>0</GaugeOffsetY> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <!--<TooltipReference/>--> <FillTint> <R>51</R> <G>220</G> <B>51</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>false</DrawLinesFill> <EQType>18</EQType> <GaugeDrawTemplate> <Background>A_MiniGaugeBackground</Background> <Fill>A_MiniGaugeFill</Fill> <Lines>A_MiniGaugeLines</Lines> </GaugeDrawTemplate> <GaugeOffsetX>0</GaugeOffsetX> </Gauge> <Label item="GW_HPLabel2"> <ScreenID>HPLabel2</ScreenID> <EQType>36</EQType> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>60</Y> </Location> <Size> <CX>22</CX> <CY>12</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> <Font>1</Font> </Label> <Label item="GW_HPPercLabel2"> <ScreenID>HPPercLabel2</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>142</X> <Y>60</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>1</Font> </Label> <Gauge item="GW_ManaGauge2"> <ScreenID>ManaGauge2</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <EQType>32</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>73</TopAnchorOffset> <BottomAnchorOffset>78</BottomAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <RightAnchorOffset>50</RightAnchorOffset> <LeftAnchorOffset>18</LeftAnchorOffset> </Gauge> <Gauge item="GW_STAGauge2"> <ScreenID>STAGauge2</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <EQType>37</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>79</TopAnchorOffset> <BottomAnchorOffset>84</BottomAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <RightAnchorOffset>50</RightAnchorOffset> <LeftAnchorOffset>18</LeftAnchorOffset> </Gauge> <Gauge item="GW_Gauge3"> <ScreenID>Gauge3</ScreenID> <!--<Font>3</Font>--> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <Location> <X>18</X> <Y>81</Y> </Location> <Size> <CX>103</CX> <CY>24</CY> </Size> <TextOffsetX>2</TextOffsetX> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <FillTint> <R>255</R> <G>60</G> <B>20</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>false</DrawLinesFill> <EQType>13</EQType> <GaugeDrawTemplate> <Background>A_GaugeBackground</Background> <Fill>A_GaugeFill</Fill> <Lines>A_GaugeLines</Lines> </GaugeDrawTemplate> <TextOffsetY>2</TextOffsetY> <Font>1</Font> <Text>Member3</Text> </Gauge> <Gauge item="GW_PetGauge3"> <ScreenID>PetGauge3</ScreenID> <!--<Font>3</Font>--> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <Location> <X>96</X> <Y>87</Y> </Location> <Size> <CX>51</CX> <CY>6</CY> </Size> <TextOffsetY>-100</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>220</G> <B>51</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>false</DrawLinesFill> <EQType>19</EQType> <GaugeDrawTemplate> <Background>A_MiniGaugeBackground</Background> <Fill>A_MiniGaugeFill</Fill> <Lines>A_MiniGaugeLines</Lines> </GaugeDrawTemplate> </Gauge> <Label item="GW_HPLabel3"> <ScreenID>HPLabel3</ScreenID> <EQType>37</EQType> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>93</Y> </Location> <Size> <CX>22</CX> <CY>12</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> <Font>1</Font> </Label> <Label item="GW_HPPercLabel3"> <ScreenID>HPPercLabel3</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>142</X> <Y>93</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>1</Font> </Label> <Gauge item="GW_ManaGauge3"> <ScreenID>ManaGauge3</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <EQType>33</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>106</TopAnchorOffset> <BottomAnchorOffset>111</BottomAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorOffset>18</LeftAnchorOffset> <RightAnchorOffset>50</RightAnchorOffset> </Gauge> <Gauge item="GW_STAGauge3"> <ScreenID>STAGauge3</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <EQType>38</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>112</TopAnchorOffset> <BottomAnchorOffset>117</BottomAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <RightAnchorOffset>50</RightAnchorOffset> <LeftAnchorOffset>18</LeftAnchorOffset> </Gauge> <Gauge item="GW_Gauge4"> <ScreenID>Gauge4</ScreenID> <!--<Font>3</Font>--> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <Location> <X>18</X> <Y>114</Y> </Location> <Size> <CX>103</CX> <CY>24</CY> </Size> <TextOffsetX>2</TextOffsetX> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <FillTint> <R>240</R> <G>70</G> <B>30</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>false</DrawLinesFill> <EQType>14</EQType> <GaugeDrawTemplate> <Background>A_GaugeBackground</Background> <Fill>A_GaugeFill</Fill> <Lines>A_GaugeLines</Lines> </GaugeDrawTemplate> <TextOffsetY>2</TextOffsetY> <Font>1</Font> <Text>Member4</Text> </Gauge> <Gauge item="GW_PetGauge4"> <ScreenID>PetGauge4</ScreenID> <!--<Font>3</Font>--> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <Location> <X>96</X> <Y>120</Y> </Location> <Size> <CX>51</CX> <CY>6</CY> </Size> <TextOffsetY>-100</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>220</G> <B>51</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>false</DrawLinesFill> <EQType>20</EQType> <GaugeDrawTemplate> <Background>A_MiniGaugeBackground</Background> <Fill>A_MiniGaugeFill</Fill> <Lines>A_MiniGaugeLines</Lines> </GaugeDrawTemplate> </Gauge> <Label item="GW_HPLabel4"> <ScreenID>HPLabel4</ScreenID> <EQType>38</EQType> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>126</Y> </Location> <Size> <CX>22</CX> <CY>12</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> <Font>1</Font> </Label> <Label item="GW_HPPercLabel4"> <ScreenID>HPPercLabel4</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>142</X> <Y>126</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>1</Font> </Label> <Gauge item="GW_ManaGauge4"> <ScreenID>ManaGauge4</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <EQType>34</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>139</TopAnchorOffset> <BottomAnchorOffset>144</BottomAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorOffset>18</LeftAnchorOffset> <RightAnchorOffset>49</RightAnchorOffset> </Gauge> <Gauge item="GW_STAGauge4"> <ScreenID>STAGauge4</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <EQType>39</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>145</TopAnchorOffset> <BottomAnchorOffset>150</BottomAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <RightAnchorOffset>50</RightAnchorOffset> <LeftAnchorOffset>18</LeftAnchorOffset> </Gauge> <Gauge item="GW_Gauge5"> <ScreenID>Gauge5</ScreenID> <!--<Font>3</Font>--> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <Location> <X>18</X> <Y>147</Y> </Location> <Size> <CX>103</CX> <CY>24</CY> </Size> <TextOffsetX>2</TextOffsetX> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <FillTint> <R>240</R> <G>80</G> <B>40</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>false</DrawLinesFill> <EQType>15</EQType> <GaugeDrawTemplate> <Background>A_GaugeBackground</Background> <Fill>A_GaugeFill</Fill> <Lines>A_GaugeLines</Lines> </GaugeDrawTemplate> <Font>1</Font> <TextOffsetY>2</TextOffsetY> <Text>Member5</Text> </Gauge> <Gauge item="GW_PetGauge5"> <ScreenID>PetGauge5</ScreenID> <!--<Font>3</Font>--> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <Location> <X>96</X> <Y>153</Y> </Location> <Size> <CX>51</CX> <CY>6</CY> </Size> <TextOffsetY>-100</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>220</G> <B>51</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G> <B>0</B> </LinesFillTint> <DrawLinesFill>false</DrawLinesFill> <EQType>21</EQType> <GaugeDrawTemplate> <Background>A_MiniGaugeBackground</Background> <Fill>A_MiniGaugeFill</Fill> <Lines>A_MiniGaugeLines</Lines> </GaugeDrawTemplate> </Gauge> <Label item="GW_HPLabel5"> <ScreenID>HPLabel5</ScreenID> <EQType>39</EQType> <RelativePosition>true</RelativePosition> <Location> <X>119</X> <Y>159</Y> </Location> <Size> <CX>22</CX> <CY>12</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> <Font>1</Font> </Label> <Label item="GW_HPPercLabel5"> <ScreenID>HPPercLabel5</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>142</X> <Y>159</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>1</Font> </Label> <Gauge item="GW_ManaGauge5"> <ScreenID>ManaGauge5</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>0</R> <G>128</G> <B>255</B> </FillTint> <EQType>35</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>172</TopAnchorOffset> <BottomAnchorOffset>177</BottomAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <LeftAnchorOffset>18</LeftAnchorOffset> <RightAnchorOffset>50</RightAnchorOffset> </Gauge> <Gauge item="GW_STAGauge5"> <ScreenID>STAGauge5</ScreenID> <TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>-2</GaugeOffsetY> <RelativePosition>true</RelativePosition> <FillTint> <R>240</R> <G>240</G> <B>0</B> </FillTint> <EQType>40</EQType> <GaugeDrawTemplate> <Fill>A_GaugeFill</Fill> </GaugeDrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorOffset>178</TopAnchorOffset> <BottomAnchorOffset>183</BottomAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <RightAnchorOffset>49</RightAnchorOffset> <LeftAnchorOffset>18</LeftAnchorOffset> </Gauge> <Button item="GW_Voice1"> <EQType>voicechat/GroupActivityButton 0</EQType> <RelativePosition>true</RelativePosition> <Location> <X>154</X> <Y>23</Y> </Location> <Size> <CX>15</CX> <CY>15</CY> </Size> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Template>BDT_Checkbox</Template> </Button> <Button item="GW_Voice2"> <EQType>voicechat/GroupActivityButton 1</EQType> <RelativePosition>true</RelativePosition> <Location> <X>154</X> <Y>56</Y> </Location> <Size> <CX>15</CX> <CY>15</CY> </Size> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Template>BDT_Checkbox</Template> </Button> <Button item="GW_Voice3"> <EQType>voicechat/GroupActivityButton 2</EQType> <RelativePosition>true</RelativePosition> <Location> <X>154</X> <Y>89</Y> </Location> <Size> <CX>15</CX> <CY>15</CY> </Size> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Template>BDT_Checkbox</Template> </Button> <Button item="GW_Voice4"> <EQType>voicechat/GroupActivityButton 3</EQType> <RelativePosition>true</RelativePosition> <Location> <X>154</X> <Y>122</Y> </Location> <Size> <CX>15</CX> <CY>15</CY> </Size> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Template>BDT_Checkbox</Template> </Button> <Button item="GW_Voice5"> <EQType>voicechat/GroupActivityButton 4</EQType> <RelativePosition>true</RelativePosition> <Location> <X>154</X> <Y>155</Y> </Location> <Size> <CX>15</CX> <CY>15</CY> </Size> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Template>BDT_Checkbox</Template> </Button> <Button item="GW_GroupRoleTank1"> <ScreenID>GroupRoleTank1</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> <NormalDecal>A_Tank</NormalDecal> </ButtonDrawTemplate> <DecalSize> <CX>15</CX> <CY>15</CY> </DecalSize> <TopAnchorOffset>38</TopAnchorOffset> <BottomAnchorOffset>53</BottomAnchorOffset> <LeftAnchorOffset>47</LeftAnchorOffset> <RightAnchorOffset>32</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_GroupRoleAssist1"> <ScreenID>GroupRoleAssist1</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> <NormalDecal>A_Assist</NormalDecal> </ButtonDrawTemplate> <DecalSize> <CX>15</CX> <CY>15</CY> </DecalSize> <TopAnchorOffset>38</TopAnchorOffset> <BottomAnchorOffset>53</BottomAnchorOffset> <LeftAnchorOffset>31</LeftAnchorOffset> <RightAnchorOffset>16</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_GroupRolePuller1"> <ScreenID>GroupRolePuller1</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> <NormalDecal>A_Puller</NormalDecal> </ButtonDrawTemplate> <DecalSize> <CX>15</CX> <CY>15</CY> </DecalSize> <LeftAnchorOffset>16</LeftAnchorOffset> <TopAnchorOffset>38</TopAnchorOffset> <RightAnchorOffset>1</RightAnchorOffset> <BottomAnchorOffset>53</BottomAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_GroupRoleTank2"> <ScreenID>GroupRoleTank2</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> <NormalDecal>A_Tank</NormalDecal> </ButtonDrawTemplate> <DecalSize> <CX>15</CX> <CY>15</CY> </DecalSize> <TopAnchorOffset>71</TopAnchorOffset> <BottomAnchorOffset>86</BottomAnchorOffset> <LeftAnchorOffset>47</LeftAnchorOffset> <RightAnchorOffset>32</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_GroupRoleAssist2"> <ScreenID>GroupRoleAssist2</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> <NormalDecal>A_Assist</NormalDecal> </ButtonDrawTemplate> <DecalSize> <CX>15</CX> <CY>15</CY> </DecalSize> <TopAnchorOffset>71</TopAnchorOffset> <BottomAnchorOffset>86</BottomAnchorOffset> <RightAnchorOffset>16</RightAnchorOffset> <LeftAnchorOffset>31</LeftAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_GroupRolePuller2"> <ScreenID>GroupRolePuller2</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> <NormalDecal>A_Puller</NormalDecal> </ButtonDrawTemplate> <DecalSize> <CX>15</CX> <CY>15</CY> </DecalSize> <TopAnchorOffset>71</TopAnchorOffset> <BottomAnchorOffset>86</BottomAnchorOffset> <RightAnchorOffset>1</RightAnchorOffset> <LeftAnchorOffset>16</LeftAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_GroupRoleTank3"> <ScreenID>GroupRoleTank3</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> <NormalDecal>A_Tank</NormalDecal> </ButtonDrawTemplate> <DecalSize> <CX>15</CX> <CY>15</CY> </DecalSize> <TopAnchorOffset>104</TopAnchorOffset> <BottomAnchorOffset>119</BottomAnchorOffset> <LeftAnchorOffset>47</LeftAnchorOffset> <RightAnchorOffset>32</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_GroupRoleAssist3"> <ScreenID>GroupRoleAssist3</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> <NormalDecal>A_Assist</NormalDecal> </ButtonDrawTemplate> <DecalSize> <CX>15</CX> <CY>15</CY> </DecalSize> <TopAnchorOffset>104</TopAnchorOffset> <BottomAnchorOffset>119</BottomAnchorOffset> <RightAnchorOffset>16</RightAnchorOffset> <LeftAnchorOffset>31</LeftAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_GroupRolePuller3"> <ScreenID>GroupRolePuller3</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> <NormalDecal>A_Puller</NormalDecal> </ButtonDrawTemplate> <DecalSize> <CX>15</CX> <CY>15</CY> </DecalSize> <TopAnchorOffset>105</TopAnchorOffset> <BottomAnchorOffset>120</BottomAnchorOffset> <RightAnchorOffset>1</RightAnchorOffset> <LeftAnchorOffset>16</LeftAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_GroupRoleTank4"> <ScreenID>GroupRoleTank4</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> <NormalDecal>A_Tank</NormalDecal> </ButtonDrawTemplate> <DecalSize> <CX>15</CX> <CY>15</CY> </DecalSize> <TopAnchorOffset>137</TopAnchorOffset> <BottomAnchorOffset>152</BottomAnchorOffset> <LeftAnchorOffset>47</LeftAnchorOffset> <RightAnchorOffset>32</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_GroupRoleAssist4"> <ScreenID>GroupRoleAssist4</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> <NormalDecal>A_Assist</NormalDecal> </ButtonDrawTemplate> <DecalSize> <CX>15</CX> <CY>15</CY> </DecalSize> <TopAnchorOffset>137</TopAnchorOffset> <BottomAnchorOffset>152</BottomAnchorOffset> <RightAnchorOffset>16</RightAnchorOffset> <LeftAnchorOffset>31</LeftAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_GroupRolePuller4"> <ScreenID>GroupRolePuller4</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> <NormalDecal>A_Puller</NormalDecal> </ButtonDrawTemplate> <DecalSize> <CX>15</CX> <CY>15</CY> </DecalSize> <TopAnchorOffset>137</TopAnchorOffset> <BottomAnchorOffset>152</BottomAnchorOffset> <RightAnchorOffset>1</RightAnchorOffset> <LeftAnchorOffset>16</LeftAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_GroupRoleTank5"> <ScreenID>GroupRoleTank5</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> <NormalDecal>A_Tank</NormalDecal> </ButtonDrawTemplate> <DecalSize> <CX>15</CX> <CY>15</CY> </DecalSize> <TopAnchorOffset>170</TopAnchorOffset> <BottomAnchorOffset>185</BottomAnchorOffset> <LeftAnchorOffset>47</LeftAnchorOffset> <RightAnchorOffset>32</RightAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_GroupRoleAssist5"> <ScreenID>GroupRoleAssist5</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> <NormalDecal>A_Assist</NormalDecal> </ButtonDrawTemplate> <DecalSize> <CX>15</CX> <CY>15</CY> </DecalSize> <TopAnchorOffset>170</TopAnchorOffset> <BottomAnchorOffset>185</BottomAnchorOffset> <RightAnchorOffset>16</RightAnchorOffset> <LeftAnchorOffset>31</LeftAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Button item="GW_GroupRolePuller5"> <ScreenID>GroupRolePuller5</ScreenID> <RelativePosition>true</RelativePosition> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <ButtonDrawTemplate> <NormalDecal>A_Puller</NormalDecal> </ButtonDrawTemplate> <DecalSize> <CX>15</CX> <CY>15</CY> </DecalSize> <TopAnchorOffset>170</TopAnchorOffset> <BottomAnchorOffset>185</BottomAnchorOffset> <RightAnchorOffset>1</RightAnchorOffset> <LeftAnchorOffset>16</LeftAnchorOffset> <AutoStretch>true</AutoStretch> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> </Button> <Screen item="GroupWindow"> <ScreenID /> <RelativePosition>false</RelativePosition> <Location> <X>516</X> <Y>78</Y> </Location> <Size> <CX>182</CX> <CY>200</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <TooltipReference>This is the party window.</TooltipReference> <DrawTemplate>WDT_Custom</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> <Escapable>false</Escapable> <Pieces>GW_InviteButton</Pieces> <Pieces>GW_DisbandButton</Pieces> <Pieces>GW_FollowButton</Pieces> <Pieces>GW_DeclineButton</Pieces> <Pieces>GW_Gauge1</Pieces> <Pieces>GW_Gauge2</Pieces> <Pieces>GW_Gauge3</Pieces> <Pieces>GW_Gauge4</Pieces> <Pieces>GW_Gauge5</Pieces> <Pieces>GW_HPLabel1</Pieces> <Pieces>GW_HPPercLabel1</Pieces> <Pieces>GW_HPLabel2</Pieces> <Pieces>GW_HPPercLabel2</Pieces> <Pieces>GW_HPLabel3</Pieces> <Pieces>GW_HPPercLabel3</Pieces> <Pieces>GW_HPLabel4</Pieces> <Pieces>GW_HPPercLabel4</Pieces> <Pieces>GW_HPLabel5</Pieces> <Pieces>GW_HPPercLabel5</Pieces> <Pieces>GW_LFGButton</Pieces> <Pieces>GW_PetGauge1</Pieces> <Pieces>GW_PetGauge2</Pieces> <Pieces>GW_PetGauge3</Pieces> <Pieces>GW_PetGauge4</Pieces> <Pieces>GW_PetGauge5</Pieces> <Pieces>G2_Label</Pieces> <Pieces>G3_Label</Pieces> <Pieces>G4_Label</Pieces> <Pieces>G5_Label</Pieces> <Pieces>G6_Label</Pieces> <Pieces>GW_Voice1</Pieces> <Pieces>GW_Voice2</Pieces> <Pieces>GW_Voice3</Pieces> <Pieces>GW_Voice4</Pieces> <Pieces>GW_Voice5</Pieces> <Pieces>GW_ManaGauge1</Pieces> <Pieces>GW_ManaGauge2</Pieces> <Pieces>GW_ManaGauge3</Pieces> <Pieces>GW_ManaGauge4</Pieces> <Pieces>GW_ManaGauge5</Pieces> <Pieces>GW_STAGauge1</Pieces> <Pieces>GW_STAGauge2</Pieces> <Pieces>GW_STAGauge3</Pieces> <Pieces>GW_STAGauge4</Pieces> <Pieces>GW_STAGauge5</Pieces> <Pieces>GW_GroupRoleTank1</Pieces> <Pieces>GW_GroupRoleAssist1</Pieces> <Pieces>GW_GroupRolePuller1</Pieces> <Pieces>GW_GroupRoleTank2</Pieces> <Pieces>GW_GroupRoleAssist2</Pieces> <Pieces>GW_GroupRolePuller2</Pieces> <Pieces>GW_GroupRoleTank3</Pieces> <Pieces>GW_GroupRoleAssist3</Pieces> <Pieces>GW_GroupRolePuller3</Pieces> <Pieces>GW_GroupRoleTank4</Pieces> <Pieces>GW_GroupRoleAssist4</Pieces> <Pieces>GW_GroupRolePuller4</Pieces> <Pieces>GW_GroupRoleTank5</Pieces> <Pieces>GW_GroupRoleAssist5</Pieces> <Pieces>GW_GroupRolePuller5</Pieces> </Screen> </XML>

Last edited by Cairenn : 03-28-2014 at 06:49 AM.
Experience is offline   Reply With Quote
Old 03-22-2014, 08:45 AM   #2
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

Chane this line
<Style_Sizable>false</Style_Sizable>
to
<Style_Sizable>true</Style_Sizable>
Halelen is offline   Reply With Quote
Old 03-28-2014, 02:45 AM   #3
Experience
A Treant
 
Join Date: Sep 2003
Server: Ayonae
Posts: 29
Default

thank you for helping
Experience is offline   Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 11:40 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI