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 11-23-2011, 06:28 PM   #1
Liddy
A Gray Wolf
 
Join Date: Dec 2003
Server: Stromm
Posts: 8
Default Hot Key Button texture TGA file

Which window piece TGA file has the texture of the Buttons on our Hot Bars?

I'm only wanting to change the button texture, not the border, not the bar etc .. just the buttons themselves to a dark solid texture so my hot button names really stand out. Is this even possible? Will it have to be completely different Hot Bars?

Thank you.
__________________
Ursala - Ogre Beastlord - Luclin/Stromm
Liddy is offline   Reply With Quote
Old 11-23-2011, 10:18 PM   #2
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

its window_pieces06 & 07

Last edited by Halelen : 11-24-2011 at 09:33 AM.
Halelen is offline   Reply With Quote
Old 11-24-2011, 03:23 AM   #3
Makavien420
A Tundra Mammoth
 
Join Date: Jan 2004
Posts: 66
Interface Author - Click to view interfaces
Default

You can just make your own hot buttons texture and rename the button templates to whatever you want. Example =
<Ui2DAnimation item = "Mak_player_button_normal">
<Cycle>false</Cycle>
<Frames>
<Texture>Makaplayer.tga</Texture>
<Location>
<X>96</X>
<Y>224</Y>
</Location>
<Size>
<CX>23</CX>
<CY>23</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "Mak_player_button_pressed">
<Cycle>false</Cycle>
<Frames>
<Texture>Makaplayer.tga</Texture>
<Location>
<X>119</X>
<Y>224</Y>
</Location>
<Size>
<CX>23</CX>
<CY>23</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "Mak_player_button_flyby">
<Cycle>false</Cycle>
<Frames>
<Texture>Makaplayer.tga</Texture>
<Location>
<X>142</X>
<Y>224</Y>
</Location>
<Size>
<CX>23</CX>
<CY>23</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "Mak_player_button_pressed_flyby">
<Cycle>false</Cycle>
<Frames>
<Texture>Makaplayer.tga</Texture>
<Location>
<X>166</X>
<Y>224</Y>
</Location>
<Size>
<CX>23</CX>
<CY>23</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "Mak_player_button_disabled">
<Cycle>false</Cycle>
<Frames>
<Texture>Makaplayer.tga</Texture>
<Location>
<X>188</X>
<Y>224</Y>
</Location>
<Size>
<CX>23</CX>
<CY>23</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>

And you define it as a button template like so

<ButtonDrawTemplate>
<Normal>Mak_player_button_normal</Normal>
<Pressed>Mak_player_button_pressed</Pressed>
<Flyby>Mak_player_button_flyby</Flyby>
<Disabled>Mak_player_button_disabled</Disabled>
<PressedFlyby>Mak_player_button_pressed_flyby</PressedFlyby>
</ButtonDrawTemplate>


It works better doing it this way incase they ever have to update those window pieces file . Then you wont ever end up missing what they changed till you reedit the file to add in the changes they made.
__________________

Last edited by Makavien420 : 11-24-2011 at 03:29 AM.
Makavien420 is offline   Reply With Quote
Old 11-24-2011, 05:06 PM   #4
Liddy
A Gray Wolf
 
Join Date: Dec 2003
Server: Stromm
Posts: 8
Default

Thank you both
Liddy is offline   Reply With Quote
Old 03-27-2012, 04:24 PM   #5
Fremder
A Ghoul
 
Fremder's Avatar
 
Join Date: Mar 2004
Server: Tarew - Marr
Posts: 17
Interface Author - Click to view interfaces
Question Will this work for the buff window and how?

I wanted to set something up like that for the buff window, problem is i have no idea what inside the buff window is what I want to edit. I tried a few times by playing with some of the code here but I can't stop it from loading default. I want to use the ol buff texture that comes with the geddine buff windows but doesn't work anymore. I want to do this without editing an animations file or other eq default pieces files.

I have the buff window and buff.tga texture i want to use all ready, just don't know how to incorporate it. I posted a start to what I want already by adding scroll bars but I am on a mission to fix the texture issue now.
My progress so far is posted at; http://www.eqinterface.com/download...nfo.php?id=6324.

I'll attach the file and texture here though. Can anyone help me figure this out? I posted last year about the same thing but the explanation and example they gave me was using a different window and I couldn't apply it to this window. Now since everything about textures and buttons has changed (Hopefully for the better) I need help figuring it out. I had to attach the texture as a .bmp, im hoping we can make it so the finished product uses a .tga for lower memory use. Thanks for any help you can give.
Attached Images
File Type: bmp buff.bmp (48.1 KB, 7 views)
Attached Files
File Type: xml EQUI_BuffWindow.xml (62.1 KB, 1 views)
File Type: xml EQUI_ShortDurationBuffWindow.xml (30.1 KB, 0 views)
Fremder is offline   Reply With Quote
Old 03-27-2012, 05:28 PM   #6
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

add this into your Buffs file then go to your file and at the bottom of your Buffs.xml where it says <DrawTemplate>WDT_Rounded</DrawTemplate> change to <DrawTemplate>WDT_Buffs</DrawTemplate>

Code:
<WindowDrawTemplate item="WDT_Buffs"> <Background>Buff.tga</Background> <VSBTemplate> <UpButton> <Normal>A_VSBUpNormal</Normal> <Pressed>A_VSBUpPressed</Pressed> <Flyby>A_VSBUpFlyby</Flyby> <Disabled>A_VSBUpDisabled</Disabled> <PressedFlyby>A_VSBUpPressedFlyby</PressedFlyby> </UpButton> <DownButton> <Normal>A_VSBDownNormal</Normal> <Pressed>A_VSBDownPressed</Pressed> <Flyby>A_VSBDownFlyby</Flyby> <Disabled>A_VSBDownDisabled</Disabled> <PressedFlyby>A_VSBDownPressedFlyby</PressedFlyby> </DownButton> <Thumb> <Top>A_VSBThumbTop</Top> <Bottom>A_VSBThumbBottom</Bottom> <Middle>A_VSBThumbMiddle</Middle> <OverlapLeft>0</OverlapLeft> <OverlapTop>0</OverlapTop> <OverlapRight>0</OverlapRight> <OverlapBottom>0</OverlapBottom> </Thumb> <MiddleTextureInfo>scrollbar_gutter.tga</MiddleTextureInfo> <MiddleTint> <Alpha>255</Alpha> <R>128</R> <G>128</G> <B>128</B> </MiddleTint> </VSBTemplate> <HSBTemplate> <UpButton> <Normal>A_HSBLeftNormal</Normal> <Pressed>A_HSBLeftPressed</Pressed> <Flyby>A_HSBLeftFlyby</Flyby> <Disabled>A_HSBLeftDisabled</Disabled> <PressedFlyby>A_HSBLeftPressedFlyby</PressedFlyby> </UpButton> <DownButton> <Normal>A_HSBRightNormal</Normal> <Pressed>A_HSBRightPressed</Pressed> <Flyby>A_HSBRightFlyby</Flyby> <Disabled>A_HSBRightDisabled</Disabled> <PressedFlyby>A_HSBRightPressedFlyby</PressedFlyby> </DownButton> <Thumb> <Right>A_HSBThumbRight</Right> <Left>A_HSBThumbLeft</Left> <Middle>A_HSBThumbMiddle</Middle> <OverlapLeft>0</OverlapLeft> <OverlapTop>0</OverlapTop> <OverlapRight>0</OverlapRight> <OverlapBottom>0</OverlapBottom> </Thumb> <MiddleTextureInfo>scrollbar_Hgutter.tga</MiddleTextureInfo> <MiddleTint> <Alpha>255</Alpha> <R>128</R> <G>128</G> <B>128</B> </MiddleTint> </HSBTemplate> <CloseBox> <Normal>A_CloseBtnNormal</Normal> <Pressed>A_CloseBtnPressed</Pressed> <Flyby>A_CloseBtnFlyby</Flyby> <Disabled>A_CloseBtnDisabled</Disabled> <PressedFlyby>A_CloseBtnPressedFlyby</PressedFlyby> </CloseBox> <QMarkBox> <Normal>A_QMarkBtnNormal</Normal> <Pressed>A_QMarkBtnPressed</Pressed> <Flyby>A_QMarkBtnFlyby</Flyby> <Disabled>A_QMarkBtnDisabled</Disabled> <PressedFlyby>A_QMarkBtnPressedFlyby</PressedFlyby> </QMarkBox> <MinimizeBox> <Normal>A_MinimizeBtnNormal</Normal> <Pressed>A_MinimizeBtnPressed</Pressed> <Flyby>A_MinimizeBtnFlyby</Flyby> <Disabled>A_MinimizeBtnDisabled</Disabled> <PressedFlyby>A_MinimizeBtnPressedFlyby</PressedFlyby> </MinimizeBox> <MaximizeBox> <Normal>A_MaximizeBtnNormal</Normal> <Pressed>A_MaximizeBtnPressed</Pressed> <Flyby>A_MaximizeBtnFlyby</Flyby> <Disabled>A_MaximizeBtnDisabled</Disabled> <PressedFlyby>A_MaximizeBtnPressedFlyby</PressedFlyby> </MaximizeBox> <TileBox> <Normal>A_TileBtnNormal</Normal> <Pressed>A_TileBtnPressed</Pressed> <Flyby>A_TileBtnFlyby</Flyby> <Disabled>A_TileBtnDisabled</Disabled> <PressedFlyby>A_TileBtnPressedFlyby</PressedFlyby> </TileBox> <Border> <TopLeft>A_InnerFrameTopLeft</TopLeft> <Top>A_InnerFrameTop</Top> <TopRight>A_InnerFrameTopRight</TopRight> <RightTop>A_InnerFrameRight</RightTop> <Right>A_InnerFrameRight</Right> <RightBottom>A_InnerFrameRight</RightBottom> <BottomRight>A_InnerFrameBottomRight</BottomRight> <Bottom>A_InnerFrameBottom</Bottom> <BottomLeft>A_InnerFrameBottomLeft</BottomLeft> <LeftTop>A_InnerFrameLeft</LeftTop> <Left>A_InnerFrameLeft</Left> <LeftBottom>A_InnerFrameLeft</LeftBottom> <OverlapLeft>0</OverlapLeft> <OverlapTop>0</OverlapTop> <OverlapRight>0</OverlapRight> <OverlapBottom>0</OverlapBottom> </Border> <Titlebar> <Right>A_WindowTitleRight</Right> <Left>A_ChatWindowTitleLeft</Left> <Middle>A_WindowTitleMiddle</Middle> <OverlapLeft>0</OverlapLeft> <OverlapTop>0</OverlapTop> <OverlapRight>0</OverlapRight> <OverlapBottom>0</OverlapBottom> </Titlebar> </WindowDrawTemplate>



Hal
Halelen is offline   Reply With Quote
Old 03-29-2012, 12:48 PM   #7
Fremder
A Ghoul
 
Fremder's Avatar
 
Join Date: Mar 2004
Server: Tarew - Marr
Posts: 17
Interface Author - Click to view interfaces
Question not working for me. thinking of something else.

What I'm trying to describe is the individual buff background, Each buff is blue/yellow/red depending on what kind of buff/debuff it is. the long color behind the buff names. Is there any way to make it use the buff texture I provided above for that? It has the red/blue/yellow bar inside it but I want to know if it's possible to use it without editing the animations file.

This is what it used to make the buff window look like.
http://www.eqinterface.com/download...hp?id=10695&t=1

I uploaded a picture of it also in case you can't click the link or don't want to.
Attached Images
File Type: jpg OldskoolGeddine.jpg (11.2 KB, 9 views)
Fremder is offline   Reply With Quote
Old 03-29-2012, 02:21 PM   #8
valaury3169
Enhanced Imperial Golem
 
Join Date: Jun 2008
Posts: 204
Interface Author - Click to view interfaces
Default

I think you are going to find that what you want to do is not going to be possible. The Blue, Red and Yellow backgrounds are defined in the animations file as RedIconBackground, BlueIconBackground, and YellowIconBackground. You may already know this. However, the reference to those 3 animations inside the buffwindow and shortdurationbuffwindow is implicit, as in hardcoded. So, you won't have a choice as to what animation is used to change the color from red, blue and yellow. Of course, you can customize the animation to display what you want, but that requires editing the animations file.

What you could do though, is basically what is being suggested above. You create a custom button draw template (added into your custom buff window), and the texture/imgae it uses is the pattern from Geddine's buff window, but in a neutral color (like light grey). Then, when the hardcoded red,blue,yellow happen, it 'tints' your texture with the proper color.

I've never done that in the buff window, but I have done it in the target window with the con color.

Last edited by valaury3169 : 03-29-2012 at 02:36 PM.
valaury3169 is offline   Reply With Quote
Old 03-29-2012, 02:55 PM   #9
Fremder
A Ghoul
 
Fremder's Avatar
 
Join Date: Mar 2004
Server: Tarew - Marr
Posts: 17
Interface Author - Click to view interfaces
Default Ok, well maybe I'll try that.

I guess I could give it a try, I still don't get it to work how she put it. Maybe I was putting the texture into the wrong part of the UI piece. there's like the small buttons area, then the label area, then the label numbers.. so confused. I am probably just going to leave it alone if I can't do it.
Fremder is offline   Reply With Quote
Old 03-29-2012, 07:30 PM   #10
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

ok then use this instead change the window_pieces to match whatever your icon is on and then adjust the loc and size till it pulls it.





Code:
<Ui2DAnimation item="BlueIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces06.dds</Texture> <Location> <X>208</X> <Y>200</Y> </Location> <Size> <CX>8</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="RedIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces06.dds</Texture> <Location> <X>200</X> <Y>200</Y> </Location> <Size> <CX>8</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="YellowIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces06.dds</Texture> <Location> <X>200</X> <Y>208</Y> </Location> <Size> <CX>8</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation>



HAL <--------- P.S. its a him not a her
Halelen is offline   Reply With Quote
Old 03-31-2012, 12:46 PM   #11
Fremder
A Ghoul
 
Fremder's Avatar
 
Join Date: Mar 2004
Server: Tarew - Marr
Posts: 17
Interface Author - Click to view interfaces
Default Sorry Hal, haha I didn't realize. Thanks for the animations help.

I'm still having issues and would like to ask some more questions about the changes that need to be made.

These are the snippets I've edited so far, I've also gone back and downloaded some older versions where the buff texture was still working and they had provided an animations file. I copied exactly what the size/locs were for the texture and in game I'm getting a blank texture behind the buff. I'm thinking it's because I am using a smaller version of the original and the textures are too big, so I simply matched up how big the current buff space is with how big I want it to grab from the image file. I'm probably not doing something right still because I can't get it to pull up the images. I've tried editing the animations file to put the size as 123x12 and 104x12 to match my window's size markers but nothing is working. Is there anything in the buff window itself I have to change?

I'm also not sure why the new code says <template>BDT_BlueBuff</Template> I've tried changing that to buff.tga, blueiconbackground, etc. and it just messes the window up and won't load.
Hoping you can help me see what I'm doing wrong.

This is from the EQUI_Animations.xml window...
Code:
<Ui2DAnimation item="BlueIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>buff.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="RedIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>buff.tga</Texture> <Location> <X>0</X> <Y>22</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="YellowIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>buff.tga</Texture> <Location> <X>0</X> <Y>44</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation>



This is the code for the first button/buff of the window.
Code:
<Button item="BW_Buff0_Button"> <ScreenID>Buff0</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>1</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff0"> <ScreenID>Buff0Label</ScreenID> <EQType>500</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>18</X> <Y>0</Y> </Location> <Size> <CX>104</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>



Just for reference here is the old buff window xml snippet and the old animations file info. their sizes were a lot bigger.

Old Buff window snippet..
Code:
<Button item="BW_Buff0_Button"> <ScreenID>Buff0</ScreenID> <RelativePosition>true</RelativePosition> <Size> <CX>180</CX> <CY>20</CY> </Size> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <DecalOffset> <X>15</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>20</CX> <CY>20</CY> </DecalSize> </Button> <Label item="BW_Buff0"> <ScreenID>Buff0Label</ScreenID> <EQType>500</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Size> <CX>162</CX> <CY>14</CY> </Size> <Text></Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> </Label>



Old animations snippet...

Code:
<Ui2DAnimation item="BlueIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>buff.bmp</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>254</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="RedIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>buff.bmp</Texture> <Location> <X>0</X> <Y>22</Y> </Location> <Size> <CX>254</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="YellowIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>buff.bmp</Texture> <Location> <X>0</X> <Y>44</Y> </Location> <Size> <CX>254</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation>
Fremder is offline   Reply With Quote
Old 03-31-2012, 07:20 PM   #12
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

ok here goes...first you need to understand what things are doing and thenm you will understand why. at the top of your buff window you should list

Code:
<Ui2DAnimation item="BlueIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>buff.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="RedIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>buff.tga</Texture> <Location> <X>0</X> <Y>22</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="YellowIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>buff.tga</Texture> <Location> <X>0</X> <Y>44</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation>


now what this does is tells the program where to look to find this texture....you can use any editor program such as gimp to open the .tga file and use the ruler to locate the top left corner...this your location to start <Location>
<X>0</X>
<Y>44</Y>
</Location>
then move to the bottom right corner and take tha location subtract from first and that gets your size
<Size>
<CX>123</CX>
<CY>12</CY>
</Size>
dont change these to match what you want that will be done in the actual xml

as for the BDT_bluebuff that is hardcoded and the program will grab the correct color for its need as long as you have it declared correctly above..


the rest looks ok as long as you fix the animations call points it will work.



Hal
Halelen is offline   Reply With Quote
Old 04-01-2012, 02:09 PM   #13
Fremder
A Ghoul
 
Fremder's Avatar
 
Join Date: Mar 2004
Server: Tarew - Marr
Posts: 17
Interface Author - Click to view interfaces
Default still confused, the UI seems to be pulling blanks still.

This is my Animations.xml
Code:
<?xml version="1.0" encoding="us-ascii" ?> <XML ID="EQInterfaceDefinitionLanguage"> <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" /> <TextureInfo item="Achievement_Titlebar.tga"> <Size> <CX>128</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="EQ_expansion_logos.tga"> <Size> <CX>512</CX> <CY>512</CY> </Size> </TextureInfo> <TextureInfo item="Achievement_subcat_base.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="Achievement_subcat_mouseover.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="Achievement_subcat_selected.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="Achievement_TitleBorders.tga"> <Size> <CX>128</CX> <CY>128</CY> </Size> </TextureInfo> <TextureInfo item="Achievement_unlock_color.tga"> <Size> <CX>1</CX> <CY>1</CY> </Size> </TextureInfo> <TextureInfo item="Achievement_lock_color.tga"> <Size> <CX>1</CX> <CY>1</CY> </Size> </TextureInfo> <TextureInfo item="Achievement_achieved_color.tga"> <Size> <CX>1</CX> <CY>1</CY> </Size> </TextureInfo> <TextureInfo item="CS_Buttons.bmp"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="Spell_Icons.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="Spells01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="Spells02.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="Spells03.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="Spells04.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="Spells05.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="Spells06.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="Spells07.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="gemicons01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="gemicons02.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="gemicons03.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="wnd_bg_dark_rock.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="wnd_bg_light_rock.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="bkg_mp.tga"> <Size> <CX>1024</CX> <CY>1024</CY> </Size> </TextureInfo> <TextureInfo item="transp_mp.tga"> <Size> <CX>32</CX> <CY>32</CY> </Size> </TextureInfo> <TextureInfo item="addfunds_mp_a.tga"> <Size> <CX>128</CX> <CY>32</CY> </Size> </TextureInfo> <TextureInfo item="addfunds_mp_b.tga"> <Size> <CX>128</CX> <CY>32</CY> </Size> </TextureInfo> <TextureInfo item="buy_mp_a.tga"> <Size> <CX>128</CX> <CY>32</CY> </Size> </TextureInfo> <TextureInfo item="buy_mp_b.tga"> <Size> <CX>128</CX> <CY>32</CY> </Size> </TextureInfo> <TextureInfo item="buy_mp_00.tga"> <Size> <CX>128</CX> <CY>32</CY> </Size> </TextureInfo> <TextureInfo item="buynow_mp_a.tga"> <Size> <CX>128</CX> <CY>32</CY> </Size> </TextureInfo> <TextureInfo item="buynow_mp_b.tga"> <Size> <CX>128</CX> <CY>32</CY> </Size> </TextureInfo> <TextureInfo item="buynowbutton_disabled.tga"> <Size> <CX>128</CX> <CY>32</CY> </Size> </TextureInfo> <TextureInfo item="featured_item.tga"> <Size> <CX>128</CX> <CY>32</CY> </Size> </TextureInfo> <TextureInfo item="mp_itemofweek.tga"> <Size> <CX>512</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="mp_marketing.tga"> <Size> <CX>512</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="mp_marketing_charselect.tga"> <Size> <CX>1024</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="mp_titlebanner.tga"> <Size> <CX>512</CX> <CY>64</CY> </Size> </TextureInfo> <TextureInfo item="new_item.tga"> <Size> <CX>128</CX> <CY>32</CY> </Size> </TextureInfo> <TextureInfo item="station.tga"> <Size> <CX>64</CX> <CY>64</CY> </Size> </TextureInfo> <TextureInfo item="window_pieces01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="window_pieces02.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="window_pieces03.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="window_pieces04.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="window_pieces05.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="window_pieces06.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="window_pieces07.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="window_pieces08.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="window_pieces09.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="window_pieces10.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="scrollbar_gutter.tga"> <Size> <CX>16</CX> <CY>16</CY> </Size> </TextureInfo> <TextureInfo item="scrollbar_Hgutter.tga"> <Size> <CX>16</CX> <CY>16</CY> </Size> </TextureInfo> <TextureInfo item="startcity_top01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="startcity_top02.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="startcity_top03.tga"> <Size> <CX>128</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="startcity_bottom04.tga"> <Size> <CX>256</CX> <CY>128</CY> </Size> </TextureInfo> <TextureInfo item="startcity_bottom05.tga"> <Size> <CX>256</CX> <CY>128</CY> </Size> </TextureInfo> <TextureInfo item="startcity_bottom06.tga"> <Size> <CX>128</CX> <CY>128</CY> </Size> </TextureInfo> <TextureInfo item="blue_book1.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="blue_book2.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="blue_book3.tga"> <Size> <CX>256</CX> <CY>128</CY> </Size> </TextureInfo> <TextureInfo item="blue_book4.tga"> <Size> <CX>256</CX> <CY>128</CY> </Size> </TextureInfo> <TextureInfo item="dragitem1.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem2.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem3.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem4.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem5.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem6.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem7.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem8.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem9.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem10.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem11.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem12.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem13.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem14.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem15.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem16.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem17.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem18.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem19.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem20.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem21.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem22.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem23.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem24.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem25.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem26.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem27.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem28.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem29.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem30.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem31.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem32.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem33.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem34.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem35.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem36.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem37.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem38.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem39.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem40.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem41.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem42.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem43.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem44.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem45.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem46.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem47.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem48.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem49.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem50.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem51.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem52.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem53.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem54.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem55.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem56.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem57.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem58.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem59.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem60.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem61.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem62.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem63.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem64.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem65.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem66.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem67.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem68.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem69.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem70.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem71.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem72.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem73.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem74.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem75.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem76.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem77.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem78.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem79.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem80.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem81.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem82.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem83.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem84.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem85.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem86.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem87.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem88.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem89.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem90.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem91.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem92.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem93.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem94.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem95.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem96.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem97.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem98.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem99.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem100.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem101.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem102.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem103.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem104.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem105.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem106.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem107.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem108.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem109.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem110.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem111.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem112.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="cleric01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="cleric02.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="Warrior01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="Warrior02.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="Warrior03.tga"> <Size> <CX>64</CX> <CY>128</CY> </Size> </TextureInfo> <TextureInfo item="paladin01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="paladin02.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="ranger01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="ranger02.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="shadowknight01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="shadowknight02.tga"> <Size> <CX>64</CX> <CY>128</CY> </Size> </TextureInfo> <TextureInfo item="druid01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="druid02.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="monk01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="monk02.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="bard01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="rogue01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="shaman01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="necromancer01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="wizard01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="wizard02.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="magician01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="magician02.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="magician03.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="enchanter01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="beastlord01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="berserker01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="berserker02.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="note01.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="note02.tga"> <Size> <CX>128</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="note03.tga"> <Size> <CX>256</CX> <CY>128</CY> </Size> </TextureInfo> <TextureInfo item="note04.tga"> <Size> <CX>128</CX> <CY>128</CY> </Size> </TextureInfo> <TextureInfo item="FemaleRace.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="FemaleRaceDisabled.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="MaleRace.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="MaleRaceDisabled.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="logo_gender.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="member_status.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="Class.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="VChat.tga"> <Size> <CX>64</CX> <CY>64</CY> </Size> </TextureInfo> <TextureInfo item="grouprole.tga"> <Size> <CX>64</CX> <CY>128</CY> </Size> </TextureInfo> <TextureInfo item="TargetRole.tga"> <Size> <CX>64</CX> <CY>128</CY> </Size> </TextureInfo> <TextureInfo item="guild_ranks.tga"> <Size> <CX>64</CX> <CY>64</CY> </Size> </TextureInfo> <TextureInfo item="RE_buttons.tga"> <Size> <CX>512</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="RE_icons.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="RE_bkg.tga"> <Size> <CX>16</CX> <CY>16</CY> </Size> </TextureInfo> <TextureInfo item="verisignseal.tga"> <Size> <CX>128</CX> <CY>64</CY> </Size> </TextureInfo> <!-- Achievement Overlays --> <Ui2DAnimation item="A_LockBtn"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_Titlebar.tga</Texture> <Location> <X>0</X> <Y>193</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_UnlockBtn"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_Titlebar.tga</Texture> <Location> <X>40</X> <Y>193</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Achievement Categories --> <Ui2DAnimation item="A_General"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>128</CX> <CY>30</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GeneralHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>128</CX> <CY>30</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GeneralSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>128</CX> <CY>30</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Tradeskill"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>128</CX> <CY>30</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TradeskillHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>128</CX> <CY>30</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TradeskillSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>128</CX> <CY>30</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_EQ"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_EQHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>0</X> <Y>32</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_EQSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>0</X> <Y>64</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ROK"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>0</X> <Y>96</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ROKHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ROKSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>0</X> <Y>160</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SOV"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>0</X> <Y>192</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SOVHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>0</X> <Y>224</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SOVSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>0</X> <Y>256</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SOL"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>0</X> <Y>288</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SOLHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>0</X> <Y>320</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SOLSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>0</X> <Y>352</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_POP"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>0</X> <Y>384</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_POPHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>0</X> <Y>416</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_POPSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>0</X> <Y>448</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LOY"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LOYHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>128</X> <Y>32</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LOYSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>128</X> <Y>64</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LDON"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>128</X> <Y>96</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LDONHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LDONSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>128</X> <Y>160</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GOD"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>128</X> <Y>192</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GODHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>128</X> <Y>224</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GODSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>128</X> <Y>256</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_OOW"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>128</X> <Y>288</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_OOWHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>128</X> <Y>320</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_OOWSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>128</X> <Y>352</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_DON"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>128</X> <Y>384</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_DONHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>128</X> <Y>416</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_DONSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>128</X> <Y>448</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_DOD"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>256</X> <Y>0</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_DODHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>256</X> <Y>32</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_DODSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>256</X> <Y>64</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_POR"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>256</X> <Y>96</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PORHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>256</X> <Y>128</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PORSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>256</X> <Y>160</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TSS"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>256</X> <Y>192</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TSSHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>256</X> <Y>224</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TSSSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>256</X> <Y>256</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TBS"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>256</X> <Y>288</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TBSHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>256</X> <Y>320</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TBSSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>256</X> <Y>352</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SOF"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>256</X> <Y>384</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SOFHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>256</X> <Y>416</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SOFSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>256</X> <Y>448</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SOD"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>384</X> <Y>0</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SODHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>384</X> <Y>32</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SODSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>384</X> <Y>64</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_UND"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>384</X> <Y>96</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_UNDHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>384</X> <Y>128</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_UNDSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>384</X> <Y>160</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HOT"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>384</X> <Y>192</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HOTHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>384</X> <Y>224</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HOTSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>384</X> <Y>256</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_VOA"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>384</X> <Y>288</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_VOAHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>384</X> <Y>320</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_VOASelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>384</X> <Y>352</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HJNY"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>384</X> <Y>384</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HJNYHover"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>384</X> <Y>416</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HJNYSelected"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>384</X> <Y>448</Y> </Location> <Size> <CX>128</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <!-- Achievement Sub-Categories --> <Ui2DAnimation item="A_ClassSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>0</X> <Y>34</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>0</X> <Y>34</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>0</X> <Y>34</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LeadershipSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>0</X> <Y>54</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LeadershipSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>0</X> <Y>54</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LeadershipSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>0</X> <Y>54</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LevelSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>0</X> <Y>74</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LevelSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>0</X> <Y>74</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LevelSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>0</X> <Y>74</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SkillSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>0</X> <Y>94</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SkillSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>0</X> <Y>94</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SkillSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>0</X> <Y>94</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SlayerSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>0</X> <Y>114</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SlayerSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>0</X> <Y>114</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SlayerSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>0</X> <Y>114</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AlchemySub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>0</X> <Y>134</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AlchemySubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>0</X> <Y>134</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AlchemySubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>0</X> <Y>134</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BakingSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>0</X> <Y>154</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BakingSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>0</X> <Y>154</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BakingSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>0</X> <Y>154</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BrewingSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>0</X> <Y>174</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BrewingSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>0</X> <Y>174</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BrewingSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>0</X> <Y>174</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FishingSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>0</X> <Y>194</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FishingSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>0</X> <Y>194</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FishingSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>0</X> <Y>194</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_JewelcraftingSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>80</X> <Y>34</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_JewelcraftingSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>80</X> <Y>34</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_JewelcraftingSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>80</X> <Y>34</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AdvancementSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>80</X> <Y>54</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AdvancementSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>80</X> <Y>54</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AdvancementSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>80</X> <Y>54</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BlacksmithingSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>80</X> <Y>74</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BlacksmithingSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>80</X> <Y>74</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BlacksmithingSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>80</X> <Y>74</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FletchingSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>80</X> <Y>94</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FletchingSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>80</X> <Y>94</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FletchingSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>80</X> <Y>94</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PotterySub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>80</X> <Y>114</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PotterySubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>80</X> <Y>114</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PotterySubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>80</X> <Y>114</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TailoringSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>80</X> <Y>134</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TailoringSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>80</X> <Y>134</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TailoringSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>80</X> <Y>134</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SpecialSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>80</X> <Y>154</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SpecialSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>80</X> <Y>154</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SpecialSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>80</X> <Y>154</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GeneralSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>171</X> <Y>34</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GeneralSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>171</X> <Y>34</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GeneralSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>171</X> <Y>34</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ExplorationSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>171</X> <Y>54</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ExplorationSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>171</X> <Y>54</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ExplorationSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>171</X> <Y>54</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ProgressionSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>171</X> <Y>74</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ProgressionSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>171</X> <Y>74</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ProgressionSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>171</X> <Y>74</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ConquestSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>171</X> <Y>94</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ConquestSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>171</X> <Y>94</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ConquestSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>171</X> <Y>94</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MissionsSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>171</X> <Y>114</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MissionsSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>171</X> <Y>114</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MissionsSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>171</X> <Y>114</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_QuestsSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>171</X> <Y>134</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_QuestsSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>171</X> <Y>134</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_QuestsSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>171</X> <Y>134</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RaidsSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>171</X> <Y>154</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RaidsSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>171</X> <Y>154</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RaidsSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>171</X> <Y>154</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HunterSub"> <Frames> <Texture>Achievement_subcat_base.tga</Texture> <Location> <X>80</X> <Y>174</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HunterSubHover"> <Frames> <Texture>Achievement_subcat_mouseover.tga</Texture> <Location> <X>80</X> <Y>174</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HunterSubSelected"> <Frames> <Texture>Achievement_subcat_selected.tga</Texture> <Location> <X>80</X> <Y>174</Y> </Location> <Size> <CX>80</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <!-- Tree + / - --> <Ui2DAnimation item="A_TreeExpand"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>0</X> <Y>480</Y> </Location> <Size> <CX>20</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TreeCollapse"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>32</X> <Y>480</Y> </Location> <Size> <CX>20</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <!-- New Character Select --> <Ui2DAnimation item="A_CharacterSelect"> <Frames> <Texture>window_pieces08.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>125</CX> <CY>25</CY> </Size> </Frames> </Ui2DAnimation> <!-- Window selector icons - flagged for removal?? --> <Ui2DAnimation item="A_InventoryBtnNormal"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>0</X> <Y>120</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InventoryBtnFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>0</X> <Y>146</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InventoryBtnPressed"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>0</X> <Y>172</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InventoryBtnPressedFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>0</X> <Y>198</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PetInfoBtnNormal"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>26</X> <Y>120</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PetInfoBtnFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>26</X> <Y>146</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PetInfoBtnPressed"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>26</X> <Y>172</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PetInfoBtnPressedFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>26</X> <Y>198</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PetInfoBtnDisabled"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>182</X> <Y>198</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HotboxBtnNormal"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>78</X> <Y>120</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HotboxBtnFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>78</X> <Y>146</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HotboxBtnPressed"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>78</X> <Y>172</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HotboxBtnPressedFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>78</X> <Y>198</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BuffBtnNormal"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>104</X> <Y>120</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BuffBtnFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>104</X> <Y>146</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BuffBtnPressed"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>104</X> <Y>172</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BuffBtnPressedFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>104</X> <Y>198</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SongBtnNormal"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>0</X> <Y>48</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SongBtnFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>26</X> <Y>48</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SongBtnPressed"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>52</X> <Y>48</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SongBtnPressedFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>78</X> <Y>48</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GuildBtnNormal"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>88</X> <Y>126</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GuildBtnFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>114</X> <Y>126</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GuildBtnPressed"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>140</X> <Y>126</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GuildBtnPressedFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>166</X> <Y>126</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MapBtnNormal"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>104</X> <Y>48</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MapBtnFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>130</X> <Y>48</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MapBtnPressed"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>156</X> <Y>48</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MapBtnPressedFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>182</X> <Y>48</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_StoryBtnNormal"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>0</X> <Y>74</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_StoryBtnFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>26</X> <Y>74</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_StoryBtnPressed"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>52</X> <Y>74</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_StoryBtnPressedFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>78</X> <Y>74</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_JournalBtnNormal"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>88</X> <Y>100</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_JournalBtnFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>114</X> <Y>100</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_JournalBtnPressed"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>140</X> <Y>100</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_JournalBtnPressedFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>166</X> <Y>100</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CombatSkillBtnNormal"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>88</X> <Y>152</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CombatSkillBtnFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>114</X> <Y>152</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CombatSkillBtnPressed"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>140</X> <Y>152</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CombatSkillBtnPressedFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>166</X> <Y>152</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CombatSkillBtnDisabled"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>192</X> <Y>152</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ActionsBtnNormal"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>130</X> <Y>120</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ActionsBtnFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>130</X> <Y>146</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ActionsBtnPressed"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>130</X> <Y>172</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>130</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ActionsBtnPressedFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>130</X> <Y>198</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CastSpellBtnNormal"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>156</X> <Y>120</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CastSpellBtnFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>156</X> <Y>146</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CastSpellBtnPressed"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>156</X> <Y>172</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CastSpellBtnPressedFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>156</X> <Y>198</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CastSpellBtnDisabled"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>182</X> <Y>172</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FriendsBtnNormal"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>182</X> <Y>120</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FriendsBtnFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>182</X> <Y>146</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FriendsBtnPressed"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>182</X> <Y>172</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FriendsBtnPressedFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>182</X> <Y>198</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HelpBtnNormal"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>104</X> <Y>224</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HelpBtnFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>130</X> <Y>224</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HelpBtnPressed"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>156</X> <Y>224</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HelpBtnPressedFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>182</X> <Y>224</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <!-- NOt used --> <Ui2DAnimation item="A_LFGBtnNormal"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>104</X> <Y>74</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LFGBtnFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>130</X> <Y>74</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LFGBtnPressed"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>156</X> <Y>74</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LFGBtnPressedFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>182</X> <Y>74</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <!-- Cursors --> <Ui2DAnimation item="A_DefaultCursor"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>237</X> <Y>43</Y> </Location> <Size> <CX>30</CX> <CY>34</CY> </Size> <Hotspot> <X>4</X> <Y>1</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CursorResizeEW"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>40</X> <Y>220</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>11</X> <Y>11</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CursorResizeNESW"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>10</X> <Y>220</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>11</X> <Y>11</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CursorResizeNS"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>70</X> <Y>190</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>11</X> <Y>11</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CursorResizeNWSE"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>40</X> <Y>190</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>11</X> <Y>11</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CursorDrag"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>100</X> <Y>190</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>11</X> <Y>11</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Title Bar Buttons (close & minimize) --> <Ui2DAnimation item="A_CloseBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>100</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CloseBtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>124</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CloseBtnFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>112</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CloseBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>100</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CloseBtnPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>124</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_QMarkBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>171</X> <Y>236</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_QMarkBtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>195</X> <Y>236</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_QMarkBtnFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>183</X> <Y>236</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_QMarkBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>171</X> <Y>236</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_QMarkBtnPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>195</X> <Y>236</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MinimizeBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>136</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MinimizeBtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>160</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MinimizeBtnFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>148</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MinimizeBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>136</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MinimizeBtnPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>160</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Maximize button --> <Ui2DAnimation item="A_MaximizeBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>136</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MaximizeBtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>160</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MaximizeBtnFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>148</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MaximizeBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>136</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MaximizeBtnPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>160</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Tile Button is unused --> <Ui2DAnimation item="A_TileBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>230</X> <Y>10</Y> </Location> <Size> <CX>6</CX> <CY>6</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TileBtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>237</X> <Y>10</Y> </Location> <Size> <CX>6</CX> <CY>6</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TileBtnFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>244</X> <Y>10</Y> </Location> <Size> <CX>6</CX> <CY>6</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TileBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>237</X> <Y>10</Y> </Location> <Size> <CX>6</CX> <CY>6</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TileBtnPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>237</X> <Y>10</Y> </Location> <Size> <CX>6</CX> <CY>6</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Scroll Bars --> <Ui2DAnimation item="A_VSBUpNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>10</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_VSBUpPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>34</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_VSBUpFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>22</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_VSBUpDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>46</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_VSBUpPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>34</X> <Y>90</Y> </Location> <Size> <CX>12</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_VSBDownNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>10</X> <Y>112</Y> </Location> <Size> <CX>12</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_VSBDownPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>34</X> <Y>112</Y> </Location> <Size> <CX>12</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_VSBDownFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>22</X> <Y>112</Y> </Location> <Size> <CX>12</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_VSBDownDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>46</X> <Y>112</Y> </Location> <Size> <CX>12</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_VSBDownPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>34</X> <Y>112</Y> </Location> <Size> <CX>12</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_VSBThumbTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>70</X> <Y>110</Y> </Location> <Size> <CX>12</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_VSBThumbMiddle"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>70</X> <Y>130</Y> </Location> <Size> <CX>12</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_VSBThumbBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>70</X> <Y>120</Y> </Location> <Size> <CX>12</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HSBLeftNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>10</X> <Y>140</Y> </Location> <Size> <CX>22</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HSBLeftPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>10</X> <Y>164</Y> </Location> <Size> <CX>22</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HSBLeftFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>10</X> <Y>152</Y> </Location> <Size> <CX>22</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HSBLeftDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>10</X> <Y>176</Y> </Location> <Size> <CX>22</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HSBLeftPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>10</X> <Y>164</Y> </Location> <Size> <CX>22</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HSBRightNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>32</X> <Y>140</Y> </Location> <Size> <CX>22</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HSBRightPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>32</X> <Y>164</Y> </Location> <Size> <CX>22</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HSBRightFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>32</X> <Y>152</Y> </Location> <Size> <CX>22</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HSBRightDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>32</X> <Y>176</Y> </Location> <Size> <CX>22</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HSBRightPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>32</X> <Y>164</Y> </Location> <Size> <CX>22</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HSBThumbRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>60</X> <Y>140</Y> </Location> <Size> <CX>4</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HSBThumbLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>70</X> <Y>140</Y> </Location> <Size> <CX>4</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HSBThumbMiddle"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>80</X> <Y>140</Y> </Location> <Size> <CX>2</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- List Column Header --> <Ui2DAnimation item="A_ListHeaderLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>30</X> <Y>20</Y> </Location> <Size> <CX>4</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ListHeaderMiddle"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>30</X> <Y>20</Y> </Location> <Size> <CX>4</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ListHeaderRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>30</X> <Y>20</Y> </Location> <Size> <CX>4</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Chat Window Border --> <Ui2DAnimation item="A_ChatWindowTitleLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>131</X> <Y>210</Y> </Location> <Size> <CX>17</CX> <CY>20</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatWindowTitleMiddle"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>149</X> <Y>210</Y> </Location> <Size> <CX>15</CX> <CY>20</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatWindowTitleRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>164</X> <Y>210</Y> </Location> <Size> <CX>15</CX> <CY>20</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatBorderFrameTopLeft"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>1</CX> <CY>2</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatBorderFrameTop"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>1</CX> <CY>2</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatBorderFrameTopRight"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>248</X> <Y>0</Y> </Location> <Size> <CX>1</CX> <CY>2</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatBorderFrameLeftTop"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>124</X> <Y>210</Y> </Location> <Size> <CX>10</CX> <CY>19</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatBorderFrameRightTop"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>178</X> <Y>210</Y> </Location> <Size> <CX>10</CX> <CY>20</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatBorderFrameLeft"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>124</X> <Y>231</Y> </Location> <Size> <CX>10</CX> <CY>14</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatBorderFrameRight"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>178</X> <Y>230</Y> </Location> <Size> <CX>10</CX> <CY>14</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatBorderFrameLeftBottom"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>124</X> <Y>245</Y> </Location> <Size> <CX>0</CX> <CY>0</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatBorderFrameRightBottom"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>135</X> <Y>238</Y> </Location> <Size> <CX>0</CX> <CY>0</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatBorderFrameBottomLeft"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>124</X> <Y>245</Y> </Location> <Size> <CX>10</CX> <CY>7</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatBorderFrameBottom"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>151</X> <Y>246</Y> </Location> <Size> <CX>10</CX> <CY>7</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatBorderFrameBottomRight"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>178</X> <Y>246</Y> </Location> <Size> <CX>10</CX> <CY>7</CY> </Size> </Frames> </Ui2DAnimation> <!-- pieces inside chat windows --> <Ui2DAnimation item="A_ChatInnerFrameTopLeft"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>131</X> <Y>226</Y> </Location> <Size> <CX>4</CX> <CY>4</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatInnerFrameTopRight"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>131</X> <Y>226</Y> </Location> <Size> <CX>4</CX> <CY>4</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatInnerFrameTop"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>131</X> <Y>226</Y> </Location> <Size> <CX>4</CX> <CY>4</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatInnerFrameLeft"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>145</X> <Y>238</Y> </Location> <Size> <CX>4</CX> <CY>3</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatInnerFrameRight"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>163</X> <Y>238</Y> </Location> <Size> <CX>4</CX> <CY>3</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatInnerFrameBottomLeft"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>145</X> <Y>238</Y> </Location> <Size> <CX>4</CX> <CY>3</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatInnerFrameBottomRight"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>154</X> <Y>238</Y> </Location> <Size> <CX>4</CX> <CY>3</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatInnerFrameBottom"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>160</X> <Y>238</Y> </Location> <Size> <CX>4</CX> <CY>3</CY> </Size> </Frames> </Ui2DAnimation> <!-- Chat Minimize Close Help Pieces --> <Ui2DAnimation item="A_ChatMin"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>97</X> <Y>234</Y> </Location> <Size> <CX>12</CX> <CY>21</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatMinH"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>110</X> <Y>235</Y> </Location> <Size> <CX>12</CX> <CY>21</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatMinP"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>97</X> <Y>234</Y> </Location> <Size> <CX>12</CX> <CY>21</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatClose"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>49</X> <Y>234</Y> </Location> <Size> <CX>12</CX> <CY>21</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatCloseH"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>74</X> <Y>235</Y> </Location> <Size> <CX>12</CX> <CY>21</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatCloseP"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>61</X> <Y>234</Y> </Location> <Size> <CX>12</CX> <CY>21</CY> </Size> </Frames> </Ui2DAnimation> <!-- Chat Maximize Pieces --> <Ui2DAnimation item="A_ChatMax"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>97</X> <Y>234</Y> </Location> <Size> <CX>12</CX> <CY>21</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatMaxH"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>110</X> <Y>235</Y> </Location> <Size> <CX>12</CX> <CY>21</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatMaxP"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>97</X> <Y>234</Y> </Location> <Size> <CX>12</CX> <CY>21</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatQMarkBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>171</X> <Y>232</Y> </Location> <Size> <CX>12</CX> <CY>21</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatQMarkBtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>195</X> <Y>232</Y> </Location> <Size> <CX>12</CX> <CY>21</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatQMarkBtnFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>183</X> <Y>232</Y> </Location> <Size> <CX>12</CX> <CY>21</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatQMarkBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>171</X> <Y>232</Y> </Location> <Size> <CX>12</CX> <CY>21</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatQMarkBtnPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>195</X> <Y>232</Y> </Location> <Size> <CX>12</CX> <CY>21</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Blank Piece --> <Ui2DAnimation item="A_SmallBlank"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>1</CX> <CY>1</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ChatBlank"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>38</X> <Y>234</Y> </Location> <Size> <CX>12</CX> <CY>21</CY> </Size> </Frames> </Ui2DAnimation> <!-- Main Window Border --> <Ui2DAnimation item="A_BorderFrameTopLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>10</X> <Y>10</Y> </Location> <Size> <CX>13</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BorderFrameTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>30</X> <Y>10</Y> </Location> <Size> <CX>2</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BorderFrameTopRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>40</X> <Y>10</Y> </Location> <Size> <CX>16</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BorderFrameLeftTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>13</X> <Y>35</Y> </Location> <Size> <CX>3</CX> <CY>38</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BorderFrameRightTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>20</X> <Y>35</Y> </Location> <Size> <CX>2</CX> <CY>38</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BorderFrameLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>33</X> <Y>40</Y> </Location> <Size> <CX>3</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BorderFrameRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>39</X> <Y>50</Y> </Location> <Size> <CX>2</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BorderFrameLeftBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>33</X> <Y>50</Y> </Location> <Size> <CX>3</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BorderFrameRightBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>39</X> <Y>50</Y> </Location> <Size> <CX>2</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BorderFrameBottomLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>13</X> <Y>80</Y> </Location> <Size> <CX>3</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BorderFrameBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>40</X> <Y>80</Y> </Location> <Size> <CX>2</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BorderFrameBottomRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>63</X> <Y>80</Y> </Location> <Size> <CX>2</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Main Window TitleBar (goes with main border) --> <Ui2DAnimation item="A_WindowTitleLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>9</X> <Y>19</Y> </Location> <Size> <CX>13</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_WindowTitleMiddle"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>30</X> <Y>19</Y> </Location> <Size> <CX>4</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_WindowTitleRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>40</X> <Y>19</Y> </Location> <Size> <CX>13</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Achievement_WindowTitleCompletedLeft"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_Titlebar.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>34</CX> <CY>44</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Achievement_WindowTitleCompletedMiddle"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_Titlebar.tga</Texture> <Location> <X>34</X> <Y>0</Y> </Location> <Size> <CX>1</CX> <CY>44</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Achievement_WindowTitleCompletedRight"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_Titlebar.tga</Texture> <Location> <X>96</X> <Y>0</Y> </Location> <Size> <CX>32</CX> <CY>44</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Achievement_WindowTitleOpenLeft"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_Titlebar.tga</Texture> <Location> <X>0</X> <Y>44</Y> </Location> <Size> <CX>34</CX> <CY>44</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Achievement_WindowTitleOpenMiddle"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_Titlebar.tga</Texture> <Location> <X>34</X> <Y>44</Y> </Location> <Size> <CX>1</CX> <CY>44</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Achievement_WindowTitleOpenRight"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_Titlebar.tga</Texture> <Location> <X>96</X> <Y>44</Y> </Location> <Size> <CX>32</CX> <CY>44</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Achievement_WindowTitleLockedLeft"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_Titlebar.tga</Texture> <Location> <X>0</X> <Y>88</Y> </Location> <Size> <CX>34</CX> <CY>44</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Achievement_WindowTitleLockedMiddle"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_Titlebar.tga</Texture> <Location> <X>34</X> <Y>88</Y> </Location> <Size> <CX>1</CX> <CY>44</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Achievement_WindowTitleLockedRight"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_Titlebar.tga</Texture> <Location> <X>96</X> <Y>88</Y> </Location> <Size> <CX>32</CX> <CY>44</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Buttons --> <Ui2DAnimation item="A_BtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>100</CX> <CY>24</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>0</X> <Y>48</Y> </Location> <Size> <CX>100</CX> <CY>24</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BtnFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>0</X> <Y>24</Y> </Location> <Size> <CX>100</CX> <CY>24</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BtnPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>0</X> <Y>72</Y> </Location> <Size> <CX>100</CX> <CY>24</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>0</X> <Y>96</Y> </Location> <Size> <CX>100</CX> <CY>24</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SmallBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>200</X> <Y>120</Y> </Location> <Size> <CX>48</CX> <CY>24</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SmallBtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>200</X> <Y>168</Y> </Location> <Size> <CX>48</CX> <CY>24</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SmallBtnFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>200</X> <Y>144</Y> </Location> <Size> <CX>48</CX> <CY>24</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SmallBtnPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>200</X> <Y>192</Y> </Location> <Size> <CX>48</CX> <CY>24</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SmallBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>200</X> <Y>216</Y> </Location> <Size> <CX>48</CX> <CY>24</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BigBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>100</X> <Y>0</Y> </Location> <Size> <CX>120</CX> <CY>24</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BigBtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>100</X> <Y>48</Y> </Location> <Size> <CX>120</CX> <CY>24</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BigBtnFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>100</X> <Y>24</Y> </Location> <Size> <CX>120</CX> <CY>24</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BigBtnPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>100</X> <Y>72</Y> </Location> <Size> <CX>120</CX> <CY>24</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BigBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>100</X> <Y>96</Y> </Location> <Size> <CX>120</CX> <CY>24</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SquareBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>0</X> <Y>120</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SquareBtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>80</X> <Y>120</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SquareBtnFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>40</X> <Y>120</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SquareBtnPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>120</X> <Y>120</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SquareBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>160</X> <Y>120</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BookBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>181</X> <Y>61</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BookBtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>181</X> <Y>83</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BookBtnFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>203</X> <Y>61</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BookBtnPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>203</X> <Y>83</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BookBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>181</X> <Y>61</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PlusBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>100</X> <Y>220</Y> </Location> <Size> <CX>14</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PlusBtnFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>114</X> <Y>220</Y> </Location> <Size> <CX>14</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PlusBtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>128</X> <Y>220</Y> </Location> <Size> <CX>14</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PlusBtnPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>142</X> <Y>220</Y> </Location> <Size> <CX>14</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PlusBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>156</X> <Y>220</Y> </Location> <Size> <CX>14</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MinusBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>100</X> <Y>236</Y> </Location> <Size> <CX>14</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MinusBtnFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>114</X> <Y>236</Y> </Location> <Size> <CX>14</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MinusBtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>128</X> <Y>236</Y> </Location> <Size> <CX>14</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MinusBtnPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>142</X> <Y>236</Y> </Location> <Size> <CX>14</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MinusBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>156</X> <Y>236</Y> </Location> <Size> <CX>14</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RadioBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>83</X> <Y>31</Y> </Location> <Size> <CX>23</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RadioBtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>106</X> <Y>31</Y> </Location> <Size> <CX>23</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RadioBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>83</X> <Y>50</Y> </Location> <Size> <CX>23</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RadioBtnPressedDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>106</X> <Y>50</Y> </Location> <Size> <CX>23</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FundsBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>addfunds_mp_a.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>90</CX> <CY>30</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FundsBtnRoll"> <Cycle>true</Cycle> <Frames> <Texture>addfunds_mp_b.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>90</CX> <CY>30</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BuyBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>buy_mp_a.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>90</CX> <CY>30</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BuyBtnRoll"> <Cycle>true</Cycle> <Frames> <Texture>buy_mp_b.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>90</CX> <CY>30</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BuyBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>buy_mp_00.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>90</CX> <CY>30</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BuyNowBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>buynow_mp_a.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BuyNowBtnRoll"> <Cycle>true</Cycle> <Frames> <Texture>buynow_mp_b.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>90</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BuyNowBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>buynowbutton_disabled.tga</Texture> <Location> <X>9</X> <Y>1</Y> </Location> <Size> <CX>91</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FeaturedItems"> <Cycle>true</Cycle> <Frames> <Texture>featured_item.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>125</CX> <CY>15</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_NewItems"> <Cycle>true</Cycle> <Frames> <Texture>new_item.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>95</CX> <CY>15</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_IoWBanner"> <Cycle>true</Cycle> <Frames> <Texture>mp_itemofweek.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>395</CX> <CY>160</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MarketingBanner"> <Cycle>true</Cycle> <Frames> <Texture>mp_marketing.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>395</CX> <CY>160</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MarketingBanner_CharSelect"> <Cycle>true</Cycle> <Frames> <Texture>mp_marketing_charselect.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>846</CX> <CY>160</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MarketplaceLogo"> <Cycle>true</Cycle> <Frames> <Texture>mp_titlebanner.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>405</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Border for pieces inside windows --> <Ui2DAnimation item="A_InnerFrameTopLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>60</X> <Y>170</Y> </Location> <Size> <CX>2</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InnerFrameTopRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>72</X> <Y>170</Y> </Location> <Size> <CX>2</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InnerFrameTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>63</X> <Y>170</Y> </Location> <Size> <CX>10</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InnerFrameLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>60</X> <Y>173</Y> </Location> <Size> <CX>2</CX> <CY>10</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InnerFrameRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>72</X> <Y>173</Y> </Location> <Size> <CX>2</CX> <CY>10</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InnerFrameBottomLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>60</X> <Y>182</Y> </Location> <Size> <CX>2</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InnerFrameBottomRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>72</X> <Y>182</Y> </Location> <Size> <CX>2</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InnerFrameBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>63</X> <Y>182</Y> </Location> <Size> <CX>10</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Border for highlighted windows --> <Ui2DAnimation item="A_HighlightTopLeft"> <Cycle>true</Cycle> <Frames> <Texture>Class.tga</Texture> <Location> <X>144</X> <Y>48</Y> </Location> <Size> <CX>4</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HighlightTopRight"> <Cycle>true</Cycle> <Frames> <Texture>Class.tga</Texture> <Location> <X>186</X> <Y>48</Y> </Location> <Size> <CX>4</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HighlightTop"> <Cycle>true</Cycle> <Frames> <Texture>Class.tga</Texture> <Location> <X>148</X> <Y>48</Y> </Location> <Size> <CX>40</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HighlightLeft"> <Cycle>true</Cycle> <Frames> <Texture>Class.tga</Texture> <Location> <X>144</X> <Y>52</Y> </Location> <Size> <CX>4</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HighlightRight"> <Cycle>true</Cycle> <Frames> <Texture>Class.tga</Texture> <Location> <X>188</X> <Y>52</Y> </Location> <Size> <CX>4</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HighlightBottomLeft"> <Cycle>true</Cycle> <Frames> <Texture>Class.tga</Texture> <Location> <X>144</X> <Y>92</Y> </Location> <Size> <CX>4</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HighlightBottomRight"> <Cycle>true</Cycle> <Frames> <Texture>Class.tga</Texture> <Location> <X>188</X> <Y>92</Y> </Location> <Size> <CX>4</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HighlightBottom"> <Cycle>true</Cycle> <Frames> <Texture>Class.tga</Texture> <Location> <X>148</X> <Y>92</Y> </Location> <Size> <CX>40</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Border for highlighted windows --> <Ui2DAnimation item="A_HighlightThinTopLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>132</X> <Y>172</Y> </Location> <Size> <CX>3</CX> <CY>3</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HighlightThinTopRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>172</X> <Y>172</Y> </Location> <Size> <CX>3</CX> <CY>3</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HighlightThinTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>137</X> <Y>172</Y> </Location> <Size> <CX>34</CX> <CY>3</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HighlightThinLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>132</X> <Y>177</Y> </Location> <Size> <CX>3</CX> <CY>34</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HighlightThinRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>172</X> <Y>177</Y> </Location> <Size> <CX>3</CX> <CY>34</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HighlightThinBottomLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>132</X> <Y>213</Y> </Location> <Size> <CX>3</CX> <CY>3</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HighlightThinBottomRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>172</X> <Y>213</Y> </Location> <Size> <CX>3</CX> <CY>3</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_HighlightThinBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>137</X> <Y>213</Y> </Location> <Size> <CX>34</CX> <CY>3</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Border for pieces rounded windows (no title) --> <Ui2DAnimation item="A_RoundedFrameTopLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>179</X> <Y>159</Y> </Location> <Size> <CX>10</CX> <CY>5</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>191</X> <Y>159</Y> </Location> <Size> <CX>4</CX> <CY>5</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameTopRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>201</X> <Y>159</Y> </Location> <Size> <CX>10</CX> <CY>5</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameRightTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>206</X> <Y>164</Y> </Location> <Size> <CX>5</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>206</X> <Y>169</Y> </Location> <Size> <CX>5</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameRightBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>206</X> <Y>174</Y> </Location> <Size> <CX>5</CX> <CY>6</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedTabRightBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>220</X> <Y>160</Y> </Location> <Size> <CX>5</CX> <CY>5</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameBottomRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>201</X> <Y>182</Y> </Location> <Size> <CX>10</CX> <CY>5</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>190</X> <Y>182</Y> </Location> <Size> <CX>5</CX> <CY>5</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameBottomLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>179</X> <Y>182</Y> </Location> <Size> <CX>8</CX> <CY>5</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameLeftBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>179</X> <Y>177</Y> </Location> <Size> <CX>5</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedTabLeftBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>215</X> <Y>160</Y> </Location> <Size> <CX>5</CX> <CY>5</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>179</X> <Y>172</Y> </Location> <Size> <CX>5</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameLeftTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>179</X> <Y>165</Y> </Location> <Size> <CX>5</CX> <CY>6</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Title for rounded window border --> <Ui2DAnimation item="A_RoundedFrameWithTitleTopLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>99</X> <Y>110</Y> </Location> <Size> <CX>1</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameWithTitleTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>117</X> <Y>110</Y> </Location> <Size> <CX>1</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameWithTitleTopRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>120</X> <Y>110</Y> </Location> <Size> <CX>1</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameTitleLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>103</X> <Y>113</Y> </Location> <Size> <CX>13</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameTitleMiddle"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>117</X> <Y>113</Y> </Location> <Size> <CX>2</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameTitleRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>120</X> <Y>113</Y> </Location> <Size> <CX>13</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameWithTitleLeftTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>99</X> <Y>113</Y> </Location> <Size> <CX>5</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RoundedFrameWithTitleRightTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>132</X> <Y>113</Y> </Location> <Size> <CX>5</CX> <CY>16</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- End Rounded Frame --> <!-- Filigree Frame pieces --> <Ui2DAnimation item="A_FiligreeFrameTopLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>191</X> <Y>117</Y> </Location> <Size> <CX>1</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeFrameTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>206</X> <Y>123</Y> </Location> <Size> <CX>1</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeFrameTopRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>219</X> <Y>117</Y> </Location> <Size> <CX>1</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeFrameRightTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>218</X> <Y>117</Y> </Location> <Size> <CX>16</CX> <CY>57</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeFrameRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>183</X> <Y>206</Y> </Location> <Size> <CX>16</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeFrameRightBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>183</X> <Y>209</Y> </Location> <Size> <CX>16</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeThinFrameRightTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>224</X> <Y>117</Y> </Location> <Size> <CX>10</CX> <CY>57</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeThinFrameRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>189</X> <Y>206</Y> </Location> <Size> <CX>10</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeThinFrameRightBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>189</X> <Y>209</Y> </Location> <Size> <CX>10</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeFrameBottomRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>218</X> <Y>175</Y> </Location> <Size> <CX>16</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeFrameBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>210</X> <Y>175</Y> </Location> <Size> <CX>4</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeFrameBottomLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>192</X> <Y>175</Y> </Location> <Size> <CX>15</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeFrameLeftBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>181</X> <Y>192</Y> </Location> <Size> <CX>15</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeFrameLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>181</X> <Y>192</Y> </Location> <Size> <CX>15</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeFrameLeftTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>192</X> <Y>117</Y> </Location> <Size> <CX>15</CX> <CY>57</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeThinFrameLeftBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>181</X> <Y>192</Y> </Location> <Size> <CX>9</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeThinFrameLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>181</X> <Y>192</Y> </Location> <Size> <CX>9</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeThinFrameLeftTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>192</X> <Y>117</Y> </Location> <Size> <CX>9</CX> <CY>57</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeFrameWithTitleTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>117</X> <Y>110</Y> </Location> <Size> <CX>0</CX> <CY>0</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeFrameTitleLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>235</X> <Y>135</Y> </Location> <Size> <CX>14</CX> <CY>21</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeFrameTitleMiddle"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>209</X> <Y>123</Y> </Location> <Size> <CX>6</CX> <CY>21</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FiligreeFrameTitleRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>235</X> <Y>161</Y> </Location> <Size> <CX>12</CX> <CY>21</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Achievement Completed Filigree Frame pieces --> <Ui2DAnimation item="A_AchievementCompletedFiligreeFrameTopLeft"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>24</CX> <CY>9</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementCompletedFiligreeFrameLeftTop"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>0</X> <Y>9</Y> </Location> <Size> <CX>9</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementCompletedFiligreeFrameLeft"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>0</X> <Y>27</Y> </Location> <Size> <CX>9</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementCompletedFiligreeFrameLeftBottom"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>0</X> <Y>41</Y> </Location> <Size> <CX>9</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementCompletedFiligreeFrameBottomLeft"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>0</X> <Y>43</Y> </Location> <Size> <CX>12</CX> <CY>5</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementCompletedFiligreeFrameBottom"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>13</X> <Y>45</Y> </Location> <Size> <CX>1</CX> <CY>3</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementCompletedFiligreeFrameBottomRight"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>40</X> <Y>43</Y> </Location> <Size> <CX>13</CX> <CY>5</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementCompletedFiligreeFrameRightBottom"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>42</X> <Y>41</Y> </Location> <Size> <CX>11</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementCompletedFiligreeFrameRight"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>43</X> <Y>27</Y> </Location> <Size> <CX>10</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementCompletedFiligreeFrameRightTop"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>43</X> <Y>9</Y> </Location> <Size> <CX>10</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementCompletedFiligreeFrameTopRight"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>28</X> <Y>0</Y> </Location> <Size> <CX>24</CX> <CY>9</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementCompletedFiligreeFrameTop"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>24</X> <Y>0</Y> </Location> <Size> <CX>4</CX> <CY>9</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Achievement Open Filigree Frame pieces --> <Ui2DAnimation item="A_AchievementOpenFiligreeFrameTopLeft"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>55</X> <Y>0</Y> </Location> <Size> <CX>24</CX> <CY>9</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementOpenFiligreeFrameLeftTop"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>55</X> <Y>9</Y> </Location> <Size> <CX>9</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementOpenFiligreeFrameLeft"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>55</X> <Y>21</Y> </Location> <Size> <CX>9</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementOpenFiligreeFrameLeftBottom"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>56</X> <Y>41</Y> </Location> <Size> <CX>9</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementOpenFiligreeFrameBottomLeft"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>55</X> <Y>43</Y> </Location> <Size> <CX>12</CX> <CY>5</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementOpenFiligreeFrameBottom"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>67</X> <Y>45</Y> </Location> <Size> <CX>1</CX> <CY>5</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementOpenFiligreeFrameBottomRight"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>95</X> <Y>43</Y> </Location> <Size> <CX>12</CX> <CY>5</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementOpenFiligreeFrameRightBottom"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>98</X> <Y>41</Y> </Location> <Size> <CX>10</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementOpenFiligreeFrameRight"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>98</X> <Y>40</Y> </Location> <Size> <CX>10</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementOpenFiligreeFrameRightTop"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>98</X> <Y>9</Y> </Location> <Size> <CX>10</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementOpenFiligreeFrameTopRight"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>83</X> <Y>0</Y> </Location> <Size> <CX>24</CX> <CY>9</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementOpenFiligreeFrameTop"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>79</X> <Y>0</Y> </Location> <Size> <CX>4</CX> <CY>9</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Achievement Locked Filigree Frame pieces --> <Ui2DAnimation item="A_AchievementLockedFiligreeFrameTopLeft"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>0</X> <Y>53</Y> </Location> <Size> <CX>24</CX> <CY>9</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementLockedFiligreeFrameLeftTop"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>0</X> <Y>62</Y> </Location> <Size> <CX>9</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementLockedFiligreeFrameLeft"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>0</X> <Y>74</Y> </Location> <Size> <CX>9</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementLockedFiligreeFrameLeftBottom"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>0</X> <Y>94</Y> </Location> <Size> <CX>9</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementLockedFiligreeFrameBottomLeft"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>0</X> <Y>96</Y> </Location> <Size> <CX>12</CX> <CY>5</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementLockedFiligreeFrameBottom"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>12</X> <Y>98</Y> </Location> <Size> <CX>1</CX> <CY>5</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementLockedFiligreeFrameBottomRight"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>40</X> <Y>96</Y> </Location> <Size> <CX>12</CX> <CY>5</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementLockedFiligreeFrameRightBottom"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>43</X> <Y>94</Y> </Location> <Size> <CX>9</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementLockedFiligreeFrameRight"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>43</X> <Y>93</Y> </Location> <Size> <CX>10</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementLockedFiligreeFrameRightTop"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>43</X> <Y>62</Y> </Location> <Size> <CX>10</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementLockedFiligreeFrameTopRight"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>28</X> <Y>53</Y> </Location> <Size> <CX>24</CX> <CY>9</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AchievementLockedFiligreeFrameTop"> <Cycle>true</Cycle> <Frames> <Texture>Achievement_TitleBorders.tga</Texture> <Location> <X>24</X> <Y>53</Y> </Location> <Size> <CX>4</CX> <CY>9</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Filigree 2 with Small Title pieces --> <Ui2DAnimation item="A_Filigree2TopLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>191</X> <Y>117</Y> </Location> <Size> <CX>1</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree2Top"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>206</X> <Y>123</Y> </Location> <Size> <CX>1</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree2TopRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>219</X> <Y>117</Y> </Location> <Size> <CX>1</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree2RightTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>43</X> <Y>174</Y> </Location> <Size> <CX>16</CX> <CY>11</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree2Right"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>43</X> <Y>185</Y> </Location> <Size> <CX>16</CX> <CY>11</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree2RightBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>43</X> <Y>196</Y> </Location> <Size> <CX>16</CX> <CY>21</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree2BottomRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>43</X> <Y>217</Y> </Location> <Size> <CX>16</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree2Bottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>19</X> <Y>217</Y> </Location> <Size> <CX>26</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree2BottomLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>5</X> <Y>217</Y> </Location> <Size> <CX>16</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree2LeftBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>5</X> <Y>196</Y> </Location> <Size> <CX>16</CX> <CY>21</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree2Left"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>5</X> <Y>185</Y> </Location> <Size> <CX>16</CX> <CY>11</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree2LeftTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>5</X> <Y>174</Y> </Location> <Size> <CX>16</CX> <CY>11</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree2WithTitleTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>117</X> <Y>110</Y> </Location> <Size> <CX>0</CX> <CY>0</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree2TitleLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>21</X> <Y>174</Y> </Location> <Size> <CX>9</CX> <CY>11</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree2TitleMiddle"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>30</X> <Y>174</Y> </Location> <Size> <CX>4</CX> <CY>11</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree2TitleRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>34</X> <Y>174</Y> </Location> <Size> <CX>9</CX> <CY>11</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Filigree Small Title Frame pieces --> <Ui2DAnimation item="A_Filigree3TopLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>191</X> <Y>117</Y> </Location> <Size> <CX>1</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree3Top"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>206</X> <Y>123</Y> </Location> <Size> <CX>1</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree3TopRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>219</X> <Y>117</Y> </Location> <Size> <CX>1</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree3RightTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>232</X> <Y>188</Y> </Location> <Size> <CX>18</CX> <CY>50</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree3Right"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>232</X> <Y>237</Y> </Location> <Size> <CX>18</CX> <CY>9</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree3RightBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>183</X> <Y>209</Y> </Location> <Size> <CX>0</CX> <CY>0</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree3BottomRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>232</X> <Y>246</Y> </Location> <Size> <CX>18</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree3Bottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>214</X> <Y>246</Y> </Location> <Size> <CX>22</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree3BottomLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>202</X> <Y>246</Y> </Location> <Size> <CX>15</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree3LeftBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>181</X> <Y>192</Y> </Location> <Size> <CX>15</CX> <CY>1</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree3Left"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>202</X> <Y>238</Y> </Location> <Size> <CX>15</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree3LeftTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>202</X> <Y>188</Y> </Location> <Size> <CX>15</CX> <CY>50</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree3WithTitleTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>117</X> <Y>110</Y> </Location> <Size> <CX>0</CX> <CY>0</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree3TitleLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>216</X> <Y>188</Y> </Location> <Size> <CX>14</CX> <CY>7</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree3TitleMiddle"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>221</X> <Y>188</Y> </Location> <Size> <CX>6</CX> <CY>7</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Filigree3TitleRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>220</X> <Y>188</Y> </Location> <Size> <CX>12</CX> <CY>7</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Border for simple filgree windows --> <Ui2DAnimation item="A_SimpleFilgreeTopLeft"> <Cycle>true</Cycle> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>192</X> <Y>142</Y> </Location> <Size> <CX>15</CX> <CY>14</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SimpleFilgreeTopRight"> <Cycle>true</Cycle> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>215</X> <Y>142</Y> </Location> <Size> <CX>15</CX> <CY>14</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SimpleFilgreeTop"> <Cycle>true</Cycle> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>208</X> <Y>142</Y> </Location> <Size> <CX>6</CX> <CY>14</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SimpleFilgreeLeft"> <Cycle>true</Cycle> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>192</X> <Y>156</Y> </Location> <Size> <CX>15</CX> <CY>3</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SimpleFilgreeRight"> <Cycle>true</Cycle> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>215</X> <Y>156</Y> </Location> <Size> <CX>15</CX> <CY>3</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SimpleFilgreeBottomLeft"> <Cycle>true</Cycle> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>192</X> <Y>159</Y> </Location> <Size> <CX>15</CX> <CY>21</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SimpleFilgreeBottomRight"> <Cycle>true</Cycle> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>215</X> <Y>159</Y> </Location> <Size> <CX>15</CX> <CY>21</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SimpleFilgreeBottom"> <Cycle>true</Cycle> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>208</X> <Y>159</Y> </Location> <Size> <CX>6</CX> <CY>21</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- End Filigree Frame pieces --> <Ui2DAnimation item="A_RecessedBox"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>180</X> <Y>110</Y> </Location> <Size> <CX>41</CX> <CY>41</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Spell Buff Icons and backgrounds --> <Ui2DAnimation item="BuffIcons"> <Cycle>false</Cycle> <Grid>true</Grid> <Vertical>false</Vertical> <CellHeight>40</CellHeight> <CellWidth>40</CellWidth> <Frames> <Texture>Spell_Icons.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SpellIcons"> <Cycle>false</Cycle> <Grid>true</Grid> <Vertical>false</Vertical> <CellHeight>40</CellHeight> <CellWidth>40</CellWidth> <Frames> <Texture>Spells01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>Spells02.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>Spells03.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>Spells04.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>Spells05.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>Spells06.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>Spells07.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- delete the original "BlueIconBackground" and "RedIconBackground" for the buff graphics to work --> <Ui2DAnimation item="BlueIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>buff.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>254</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="RedIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>buff.tga</Texture> <Location> <X>0</X> <Y>22</Y> </Location> <Size> <CX>254</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="YellowIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>buff.tga</Texture> <Location> <X>0</X> <Y>44</Y> </Location> <Size> <CX>254</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SpellGems"> <Cycle>false</Cycle> <Grid>true</Grid> <Vertical>false</Vertical> <CellHeight>24</CellHeight> <CellWidth>24</CellWidth> <Frames> <Texture>gemicons01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>gemicons02.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>gemicons03.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Gauge Parts --> <Ui2DAnimation item="A_GaugeBackground"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>108</X> <Y>7</Y> </Location> <Size> <CX>100</CX> <CY>10</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GaugeFill"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>108</X> <Y>18</Y> </Location> <Size> <CX>100</CX> <CY>10</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GaugeLines"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>108</X> <Y>35</Y> </Location> <Size> <CX>100</CX> <CY>10</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GaugeLinesFill"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>109</X> <Y>27</Y> </Location> <Size> <CX>100</CX> <CY>10</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GaugeEndCapLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>215</X> <Y>20</Y> </Location> <Size> <CX>4</CX> <CY>10</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GaugeEndCapRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>211</X> <Y>8</Y> </Location> <Size> <CX>4</CX> <CY>10</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Note background --> <Ui2DAnimation item="A_NoteBG01"> <Cycle>false</Cycle> <Frames> <Texture>note01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>255</CX> <CY>255</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_NoteBG02"> <Cycle>false</Cycle> <Frames> <Texture>note02.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>128</CX> <CY>255</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_NoteBG03"> <Cycle>false</Cycle> <Frames> <Texture>note03.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>255</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_NoteBG04"> <Cycle>false</Cycle> <Frames> <Texture>note04.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>128</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <!-- Slider parts --> <Ui2DAnimation item="A_SliderBackground"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>80</X> <Y>10</Y> </Location> <Size> <CX>2</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SliderEndCapLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>60</X> <Y>10</Y> </Location> <Size> <CX>4</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SliderEndCapRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>70</X> <Y>10</Y> </Location> <Size> <CX>4</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SliderThumbNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>91</X> <Y>10</Y> </Location> <Size> <CX>9</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SliderThumbPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>92</X> <Y>50</Y> </Location> <Size> <CX>9</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SliderThumbFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>91</X> <Y>30</Y> </Location> <Size> <CX>9</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SliderThumbDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>81</X> <Y>30</Y> </Location> <Size> <CX>9</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SliderThumbPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>82</X> <Y>50</Y> </Location> <Size> <CX>9</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- starting city art for character create --> <Ui2DAnimation item="A_StartingCityMap01"> <Cycle>true</Cycle> <Frames> <Texture>startcity_top01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>255</CX> <CY>255</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_StartingCityMap02"> <Cycle>true</Cycle> <Frames> <Texture>startcity_top02.tga</Texture> <Location> <X>1</X> <Y>0</Y> </Location> <Size> <CX>254</CX> <CY>255</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_StartingCityMap03"> <Cycle>true</Cycle> <Frames> <Texture>startcity_top03.tga</Texture> <Location> <X>1</X> <Y>0</Y> </Location> <Size> <CX>126</CX> <CY>255</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_StartingCityMap04"> <Cycle>true</Cycle> <Frames> <Texture>startcity_bottom04.tga</Texture> <Location> <X>1</X> <Y>1</Y> </Location> <Size> <CX>255</CX> <CY>127</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_StartingCityMap05"> <Cycle>true</Cycle> <Frames> <Texture>startcity_bottom05.tga</Texture> <Location> <X>0</X> <Y>1</Y> </Location> <Size> <CX>254</CX> <CY>127</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_StartingCityMap06"> <Cycle>true</Cycle> <Frames> <Texture>startcity_bottom06.tga</Texture> <Location> <X>1</X> <Y>1</Y> </Location> <Size> <CX>126</CX> <CY>127</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Art for book and spell book --> <Ui2DAnimation item="A_SpellBookSlot"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>130</X> <Y>170</Y> </Location> <Size> <CX>48</CX> <CY>48</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_book1"> <Cycle>true</Cycle> <Frames> <Texture>blue_book1.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_book2"> <Cycle>true</Cycle> <Frames> <Texture>blue_book2.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_book3"> <Cycle>true</Cycle> <Frames> <Texture>blue_book3.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>126</CY> </Size> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_book4"> <Cycle>true</Cycle> <Frames> <Texture>blue_book4.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>126</CY> </Size> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LeftArrowBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>0</X> <Y>216</Y> </Location> <Size> <CX>30</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LeftArrowBtnFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>30</X> <Y>216</Y> </Location> <Size> <CX>30</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LeftArrowBtnPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>60</X> <Y>216</Y> </Location> <Size> <CX>30</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LeftArrowBtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>90</X> <Y>216</Y> </Location> <Size> <CX>30</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LeftArrowBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>120</X> <Y>216</Y> </Location> <Size> <CX>30</CX> <CY>32</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RightArrowBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>220</X> <Y>0</Y> </Location> <Size> <CX>30</CX> <CY>32</CY> </Size> <Hotspot> <X>30</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RightArrowBtnFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>220</X> <Y>32</Y> </Location> <Size> <CX>30</CX> <CY>32</CY> </Size> <Hotspot> <X>30</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RightArrowBtnPressedFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>220</X> <Y>64</Y> </Location> <Size> <CX>30</CX> <CY>32</CY> </Size> <Hotspot> <X>30</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RightArrowBtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>170</X> <Y>160</Y> </Location> <Size> <CX>30</CX> <CY>32</CY> </Size> <Hotspot> <X>30</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RightArrowBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>170</X> <Y>192</Y> </Location> <Size> <CX>30</CX> <CY>32</CY> </Size> <Hotspot> <X>30</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Money --> <Ui2DAnimation item="A_PlatinumCoin"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>90</X> <Y>140</Y> </Location> <Size> <CX>18</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GoldCoin"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>108</X> <Y>140</Y> </Location> <Size> <CX>18</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SilverCoin"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>126</X> <Y>140</Y> </Location> <Size> <CX>18</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CopperCoin"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>144</X> <Y>140</Y> </Location> <Size> <CX>18</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RadiantCrystal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>88</X> <Y>159</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_EbonCrystal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>107</X> <Y>159</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Station"> <Cycle>false</Cycle> <Frames> <Texture>station.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>40</CX> <CY>34</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_StationColumn"> <Cycle>false</Cycle> <Frames> <Texture>station.tga</Texture> <Location> <X>40</X> <Y>0</Y> </Location> <Size> <CX>20</CX> <CY>17</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MaleRace"> <Cycle>false</Cycle> <Grid>true</Grid> <Vertical>true</Vertical> <CellHeight>48</CellHeight> <CellWidth>48</CellWidth> <Frames> <Texture>MaleRace.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FemaleRace"> <Cycle>false</Cycle> <Grid>true</Grid> <Vertical>true</Vertical> <CellHeight>48</CellHeight> <CellWidth>48</CellWidth> <Frames> <Texture>FemaleRace.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- drag items --> <Ui2DAnimation item="A_DragItem"> <Cycle>false</Cycle> <Grid>true</Grid> <Vertical>true</Vertical> <CellHeight>40</CellHeight> <CellWidth>40</CellWidth> <Frames> <Texture>dragitem1.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem2.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem3.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem4.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem5.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem6.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem7.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem8.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem9.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem10.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem11.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem12.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem13.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem14.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem15.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem16.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem17.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem18.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem19.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem20.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem21.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem22.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem23.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem24.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem25.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem26.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem27.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem28.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem29.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem30.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem31.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem32.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem33.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem34.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem35.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem36.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem37.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem38.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem39.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem40.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem41.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem42.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem43.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem44.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem45.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem46.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem47.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem48.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem49.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem50.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem51.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem52.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem53.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem54.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem55.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem56.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem57.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem58.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem59.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem60.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem61.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem62.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem63.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem64.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem65.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem66.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem67.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem68.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem69.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem70.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem71.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem72.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem73.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem74.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem75.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem76.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem77.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem78.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem79.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem80.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem81.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem82.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem83.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem84.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem85.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem86.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem87.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem88.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem89.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem90.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem91.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem92.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem93.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem94.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem95.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem96.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem97.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem98.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem99.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem100.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem101.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem102.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem103.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem104.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem105.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem106.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem107.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem108.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem109.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem110.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem111.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem112.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Default Tab Frame --> <Ui2DAnimation item="A_TabBottomLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>140</X> <Y>110</Y> </Location> <Size> <CX>4</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TabBottomRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>159</X> <Y>110</Y> </Location> <Size> <CX>4</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Tab and Page border --> <Ui2DAnimation item="A_TabLeftBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>154</X> <Y>110</Y> </Location> <Size> <CX>4</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TabRightBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>159</X> <Y>110</Y> </Location> <Size> <CX>4</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TabFrameTopLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>140</X> <Y>110</Y> </Location> <Size> <CX>10</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TabFrameTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>151</X> <Y>110</Y> </Location> <Size> <CX>2</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TabFrameTopRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>164</X> <Y>110</Y> </Location> <Size> <CX>10</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TabFrameLeftTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>140</X> <Y>115</Y> </Location> <Size> <CX>4</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TabFrameRightTop"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>170</X> <Y>115</Y> </Location> <Size> <CX>4</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TabFrameLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>140</X> <Y>124</Y> </Location> <Size> <CX>4</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TabFrameRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>171</X> <Y>124</Y> </Location> <Size> <CX>4</CX> <CY>2</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TabFrameLeftBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>140</X> <Y>127</Y> </Location> <Size> <CX>4</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TabFrameRightBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>171</X> <Y>127</Y> </Location> <Size> <CX>4</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TabFrameBottomLeft"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>140</X> <Y>136</Y> </Location> <Size> <CX>10</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TabFrameBottom"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>151</X> <Y>136</Y> </Location> <Size> <CX>2</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TabFrameBottomRight"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>164</X> <Y>136</Y> </Location> <Size> <CX>10</CX> <CY>4</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Window selector icons --> <Ui2DAnimation item="A_OptionsBtnNormal"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>52</X> <Y>120</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_OptionsBtnFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>52</X> <Y>146</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_OptionsBtnPressed"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>52</X> <Y>172</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_OptionsBtnPressedFlyby"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>52</X> <Y>198</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <!-- ADDRESS BOOK BUTTON --> <Ui2DAnimation item="A_AddressBookBtnNormal"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>60</X> <Y>0</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddressBookBtnFlyby"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>86</X> <Y>0</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddressBookBtnPressed"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>112</X> <Y>0</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddressBookBtnPressedFlyby"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>138</X> <Y>0</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <!-- ADDRESS BOOK SYNC BUTTON --> <Ui2DAnimation item="A_AddressBookSyncBtnNormal"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>218</X> <Y>152</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddressBookSyncBtnFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>218</X> <Y>178</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddressBookSyncBtnPressed"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>192</X> <Y>204</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddressBookSyncBtnPressedFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>218</X> <Y>204</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MercenaryBtnNormal"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>88</X> <Y>230</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MercenaryBtnFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>114</X> <Y>230</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MercenaryBtnPressed"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>140</X> <Y>230</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MercenaryBtnPressedFlyby"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>166</X> <Y>230</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CheckBoxNormal"> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>70</X> <Y>90</Y> </Location> <Size> <CX>11</CX> <CY>11</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CheckBoxPressed"> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>82</X> <Y>90</Y> </Location> <Size> <CX>11</CX> <CY>11</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CheckBoxNormalDisabled"> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>140</X> <Y>0</Y> </Location> <Size> <CX>11</CX> <CY>11</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CheckBoxPressedDisabled"> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>152</X> <Y>0</Y> </Location> <Size> <CX>11</CX> <CY>11</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TransparentCheckBoxNormal"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>96</X> <Y>490</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TransparentCheckBoxPressed"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>64</X> <Y>490</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TransparentLockedCheckBoxNormal"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>96</X> <Y>490</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TransparentLockedCheckBoxPressed"> <Frames> <Texture>EQ_expansion_logos.tga</Texture> <Location> <X>64</X> <Y>490</Y> </Location> <Size> <CX>12</CX> <CY>12</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <!-- Inventory Animations --> <Ui2DAnimation item="A_InvCharm"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>180</X> <Y>0</Y> </Location> <Size> <CX>40</CX> <CY>38</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_NewMailIcon"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>219</X> <Y>230</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ParcelsIcon"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>192</X> <Y>230</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ParcelsOverLimitIcon"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>209</X> <Y>74</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvEar"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvNeck"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>40</X> <Y>0</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvHead"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>80</X> <Y>0</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvFace"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>120</X> <Y>0</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvChest"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>160</X> <Y>0</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvAboutBody"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>0</X> <Y>40</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvArms"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>40</X> <Y>40</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvShoulders"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>80</X> <Y>40</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvWrist"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>120</X> <Y>40</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvWaist"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>160</X> <Y>40</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvHands"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>0</X> <Y>80</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvRing"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>40</X> <Y>80</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvLegs"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>80</X> <Y>80</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvFeet"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>120</X> <Y>80</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvPrimary"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>160</X> <Y>80</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvSecondary"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>200</X> <Y>0</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvRange"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>200</X> <Y>40</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvAmmo"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>200</X> <Y>80</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_InvPowerSource"> <Frames> <Texture>window_pieces05.tga</Texture> <Location> <X>120</X> <Y>80</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <!--Class Animations--> <Ui2DAnimation item="A_ClassAnim01"> <Cycle>true</Cycle> <Frames> <Texture>Warrior01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>Warrior01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>Warrior01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>Warrior01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>Warrior01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>Warrior01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>Warrior01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>Warrior01.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>Warrior02.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>Warrior02.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>Warrior02.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>Warrior02.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>Warrior02.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>Warrior02.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>Warrior02.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>Warrior02.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>4125</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassAnim02"> <Cycle>true</Cycle> <Frames> <Texture>cleric01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>cleric01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>cleric01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>cleric01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>cleric01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>cleric01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>cleric01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>cleric01.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>cleric02.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>cleric02.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>cleric02.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>cleric02.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassAnim03"> <Cycle>true</Cycle> <Frames> <Texture>paladin01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>paladin01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>paladin01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>paladin01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>paladin01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>paladin01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>paladin01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>paladin01.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>paladin02.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>5000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassAnim04"> <Cycle>true</Cycle> <Frames> <Texture>ranger01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>ranger01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>ranger01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>ranger01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>ranger01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>ranger01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>ranger01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>ranger01.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>ranger02.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>ranger02.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>4875</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassAnim05"> <Cycle>true</Cycle> <Frames> <Texture>shadowknight01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>shadowknight01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>shadowknight01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>shadowknight01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>shadowknight01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>shadowknight01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>shadowknight01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>shadowknight01.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>5125</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassAnim06"> <Cycle>true</Cycle> <Frames> <Texture>druid01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid01.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid02.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid02.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid02.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid02.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid02.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid02.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid02.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid02.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid01.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>druid01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>3125</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassAnim07"> <Cycle>true</Cycle> <Frames> <Texture>monk01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>monk01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>monk01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>monk01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>monk01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>monk01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>monk01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>monk01.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>monk02.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>monk02.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>monk02.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>monk02.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>monk02.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>monk02.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>monk01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>4250</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassAnim08"> <Cycle>true</Cycle> <Frames> <Texture>bard01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>bard01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>bard01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>bard01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>bard01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>bard01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>bard01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>5250</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassAnim09"> <Cycle>true</Cycle> <Frames> <Texture>rogue01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>rogue01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>rogue01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>rogue01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>rogue01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>rogue01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>rogue01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>rogue01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>5125</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassAnim10"> <Cycle>true</Cycle> <Frames> <Texture>shaman01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>shaman01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>shaman01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>shaman01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>shaman01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>shaman01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>5375</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassAnim11"> <Cycle>true</Cycle> <Frames> <Texture>necromancer01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>necromancer01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>necromancer01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>necromancer01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>necromancer01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>necromancer01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>necromancer01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>5250</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassAnim12"> <Cycle>true</Cycle> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--02--> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard02.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--03--> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--04--> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--05--> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--06--> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--07--> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--08--> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--09--> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--10--> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--11--> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--12--> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--13--> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--14--> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>wizard01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassAnim13"> <Cycle>true</Cycle> <Frames> <Texture>magician01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician01.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--03--> <Frames> <Texture>magician03.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--04--> <Frames> <Texture>magician03.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--05--> <Frames> <Texture>magician03.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <!--06--> <Frames> <Texture>magician03.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>magician02.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassAnim14"> <Cycle>true</Cycle> <Frames> <Texture>enchanter01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>enchanter01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>enchanter01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>enchanter01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>enchanter01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>enchanter01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>enchanter01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>enchanter01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>enchanter01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>enchanter01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>enchanter01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>enchanter01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>enchanter01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>enchanter01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>4375</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassAnim15"> <Cycle>true</Cycle> <Frames> <Texture>beastlord01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>beastlord01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>beastlord01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>beastlord01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>beastlord01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>beastlord01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>beastlord01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>5250</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ClassAnim16"> <Cycle>true</Cycle> <Frames> <Texture>berserker01.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>berserker01.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>berserker01.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>berserker01.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>berserker01.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>berserker01.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>berserker01.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>berserker01.tga</Texture> <Location> <X>192</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>berserker02.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>berserker02.tga</Texture> <Location> <X>64</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>berserker02.tga</Texture> <Location> <X>128</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>berserker02.tga</Texture> <Location> <X>192</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>berserker02.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>berserker02.tga</Texture> <Location> <X>64</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>125</Duration> </Frames> <Frames> <Texture>berserker02.tga</Texture> <Location> <X>128</X> <Y>128</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>4250</Duration> </Frames> </Ui2DAnimation> <!-- Actions Tab icons --> <Ui2DAnimation item="A_MainTabIcon"> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>108</X> <Y>50</Y> </Location> <Size> <CX>18</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MainTabActiveIcon"> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>108</X> <Y>68</Y> </Location> <Size> <CX>18</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CombatTabIcon"> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>126</X> <Y>50</Y> </Location> <Size> <CX>18</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CombatTabActiveIcon"> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>126</X> <Y>68</Y> </Location> <Size> <CX>18</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SocialsTabIcon"> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>144</X> <Y>50</Y> </Location> <Size> <CX>18</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SocialsTabActiveIcon"> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>144</X> <Y>68</Y> </Location> <Size> <CX>18</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AbilitiesTabIcon"> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>162</X> <Y>50</Y> </Location> <Size> <CX>18</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AbilitiesTabActiveIcon"> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>162</X> <Y>68</Y> </Location> <Size> <CX>18</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <!-- Title graphics for Character Create --> <Ui2DAnimation item="A_LeftTitlePiece"> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>0</X> <Y>160</Y> </Location> <Size> <CX>48</CX> <CY>56</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RightTitlePiece"> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>121</X> <Y>160</Y> </Location> <Size> <CX>48</CX> <CY>56</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MiddleTitlePiece"> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>49</X> <Y>160</Y> </Location> <Size> <CX>66</CX> <CY>56</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_StretchyTitlePiece"> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>116</X> <Y>160</Y> </Location> <Size> <CX>2</CX> <CY>56</CY> </Size> </Frames> </Ui2DAnimation> <!-- Spell Gem's --> <Ui2DAnimation item="A_SpellGemHolder"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>208</X> <Y>216</Y> </Location> <Size> <CX>39</CX> <CY>32</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SpellGemHighlight"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>0</X> <Y>250</Y> </Location> <Size> <CX>0</CX> <CY>0</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SpellGemBackground"> <Frames> <Texture>window_pieces02.tga</Texture> <Location> <X>209</X> <Y>177</Y> </Location> <Size> <CX>39</CX> <CY>32</CY> </Size> </Frames> </Ui2DAnimation> <!-- Seperator --> <Ui2DAnimation item="A_DividerLeft"> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>80</X> <Y>170</Y> </Location> <Size> <CX>4</CX> <CY>4</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_DividerMiddle"> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>80</X> <Y>175</Y> </Location> <Size> <CX>4</CX> <CY>4</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_DividerRight"> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>80</X> <Y>180</Y> </Location> <Size> <CX>4</CX> <CY>4</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_WhitePixel"> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>4</X> <Y>251</Y> </Location> <Size> <CX>1</CX> <CY>1</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_DividerVertical"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces03.tga</Texture> <Location> <X>0</X> <Y>96</Y> </Location> <Size> <CX>100</CX> <CY>24</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- Compass art --> <Ui2DAnimation item="A_CompassStrip"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>180</CX> <CY>24</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_CompassOverlay"> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>0</X> <Y>24</Y> </Location> <Size> <CX>98</CX> <CY>24</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Speaker"> <Frames> <Texture>VChat.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>16</CX> <CY>16</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SpeakerMute"> <Frames> <Texture>VChat.tga</Texture> <Location> <X>32</X> <Y>0</Y> </Location> <Size> <CX>16</CX> <CY>16</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Mic"> <Frames> <Texture>VChat.tga</Texture> <Location> <X>0</X> <Y>16</Y> </Location> <Size> <CX>16</CX> <CY>16</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MicMute"> <Frames> <Texture>VChat.tga</Texture> <Location> <X>16</X> <Y>16</Y> </Location> <Size> <CX>16</CX> <CY>16</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Kick"> <Frames> <Texture>VChat.tga</Texture> <Location> <X>32</X> <Y>16</Y> </Location> <Size> <CX>16</CX> <CY>16</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SpeakingIndicator"> <Cycle>true</Cycle> <Grid>true</Grid> <Vertical>false</Vertical> <CellHeight>16</CellHeight> <CellWidth>16</CellWidth> <Frames> <Texture>VChat.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>64</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Tank"> <Frames> <Texture>grouprole.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Assist"> <Frames> <Texture>grouprole.tga</Texture> <Location> <X>0</X> <Y>20</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Puller"> <Frames> <Texture>grouprole.tga</Texture> <Location> <X>0</X> <Y>60</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TargetRoleIcon"> <Cycle>false</Cycle> <Grid>true</Grid> <Vertical>true</Vertical> <CellHeight>16</CellHeight> <CellWidth>16</CellWidth> <Frames> <Texture>TargetRole.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Access1"> <Cycle>true</Cycle> <Frames> <Texture>guild_ranks.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>19</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Access2"> <Cycle>true</Cycle> <Frames> <Texture>guild_ranks.tga</Texture> <Location> <X>19</X> <Y>0</Y> </Location> <Size> <CX>19</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Access3"> <Cycle>true</Cycle> <Frames> <Texture>guild_ranks.tga</Texture> <Location> <X>38</X> <Y>0</Y> </Location> <Size> <CX>19</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Access4"> <Cycle>true</Cycle> <Frames> <Texture>guild_ranks.tga</Texture> <Location> <X>0</X> <Y>19</Y> </Location> <Size> <CX>19</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Access5"> <Cycle>true</Cycle> <Frames> <Texture>guild_ranks.tga</Texture> <Location> <X>19</X> <Y>19</Y> </Location> <Size> <CX>19</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Access6"> <Cycle>true</Cycle> <Frames> <Texture>guild_ranks.tga</Texture> <Location> <X>38</X> <Y>19</Y> </Location> <Size> <CX>19</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Access7"> <Cycle>true</Cycle> <Frames> <Texture>guild_ranks.tga</Texture> <Location> <X>0</X> <Y>38</Y> </Location> <Size> <CX>19</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_Access8"> <Cycle>true</Cycle> <Frames> <Texture>guild_ranks.tga</Texture> <Location> <X>19</X> <Y>38</Y> </Location> <Size> <CX>19</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddWeekAllBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>72</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddWeekAllBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>160</X> <Y>0</Y> </Location> <Size> <CX>72</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddWeekAllBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>80</X> <Y>0</Y> </Location> <Size> <CX>72</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddDayAllBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>0</X> <Y>20</Y> </Location> <Size> <CX>72</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddDayAllBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>160</X> <Y>20</Y> </Location> <Size> <CX>72</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddDayAllBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>80</X> <Y>20</Y> </Location> <Size> <CX>72</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_WithdrawAllBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>0</X> <Y>40</Y> </Location> <Size> <CX>72</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_WithdrawAllBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>160</X> <Y>40</Y> </Location> <Size> <CX>72</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_WithdrawAllBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>80</X> <Y>40</Y> </Location> <Size> <CX>72</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddDayBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>0</X> <Y>60</Y> </Location> <Size> <CX>72</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddDayBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>160</X> <Y>60</Y> </Location> <Size> <CX>72</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddDayBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>80</X> <Y>60</Y> </Location> <Size> <CX>72</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddWeekBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>0</X> <Y>80</Y> </Location> <Size> <CX>72</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddWeekBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>160</X> <Y>80</Y> </Location> <Size> <CX>72</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_AddWeekBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>80</X> <Y>80</Y> </Location> <Size> <CX>72</CX> <CY>18</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SearchBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>0</X> <Y>100</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SearchBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>160</X> <Y>100</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SearchBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>80</X> <Y>100</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ManageBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>0</X> <Y>120</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ManageBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>80</X> <Y>120</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ManageBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>160</X> <Y>120</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ManageBtnDisabled"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>120</X> <Y>181</Y> </Location> <Size> <CX>72</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SmallGoBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>0</X> <Y>141</Y> </Location> <Size> <CX>40</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SmallGoBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>80</X> <Y>141</Y> </Location> <Size> <CX>40</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SmallGoBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>40</X> <Y>141</Y> </Location> <Size> <CX>40</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SmallGoBtnDisabled"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>120</X> <Y>141</Y> </Location> <Size> <CX>40</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SmallBuyBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>0</X> <Y>161</Y> </Location> <Size> <CX>40</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SmallBuyBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>80</X> <Y>161</Y> </Location> <Size> <CX>40</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SmallBuyBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>40</X> <Y>161</Y> </Location> <Size> <CX>40</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SmallBuyBtnDisabled"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>120</X> <Y>161</Y> </Location> <Size> <CX>40</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SmallGreenBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>0</X> <Y>181</Y> </Location> <Size> <CX>40</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SmallGreenBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>80</X> <Y>181</Y> </Location> <Size> <CX>40</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SmallGreenBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>40</X> <Y>181</Y> </Location> <Size> <CX>40</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MoveToInventoryBtn"> <Frames> <Texture>RE_icons.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>60</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MoveToInventoryDisabledBtn"> <Frames> <Texture>RE_icons.tga</Texture> <Location> <X>120</X> <Y>0</Y> </Location> <Size> <CX>60</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MoveToShedBtn"> <Frames> <Texture>RE_icons.tga</Texture> <Location> <X>0</X> <Y>60</Y> </Location> <Size> <CX>60</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MoveToShedDisabledBtn"> <Frames> <Texture>RE_icons.tga</Texture> <Location> <X>120</X> <Y>60</Y> </Location> <Size> <CX>60</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MoveToClosetBtn"> <Frames> <Texture>RE_icons.tga</Texture> <Location> <X>0</X> <Y>120</Y> </Location> <Size> <CX>60</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MoveToClosetDisabledBtn"> <Frames> <Texture>RE_icons.tga</Texture> <Location> <X>120</X> <Y>120</Y> </Location> <Size> <CX>60</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PlaceBtn"> <Frames> <Texture>RE_icons.tga</Texture> <Location> <X>0</X> <Y>180</Y> </Location> <Size> <CX>60</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PlaceDisabledBtn"> <Frames> <Texture>RE_icons.tga</Texture> <Location> <X>120</X> <Y>180</Y> </Location> <Size> <CX>60</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MoveAllToStorageBtn"> <Frames> <Texture>RE_icons.tga</Texture> <Location> <X>60</X> <Y>0</Y> </Location> <Size> <CX>60</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MoveAllToStorageDisabledBtn"> <Frames> <Texture>RE_icons.tga</Texture> <Location> <X>180</X> <Y>0</Y> </Location> <Size> <CX>60</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PackCrateBtn"> <Frames> <Texture>RE_icons.tga</Texture> <Location> <X>60</X> <Y>60</Y> </Location> <Size> <CX>60</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PackCrateDisabledBtn"> <Frames> <Texture>RE_icons.tga</Texture> <Location> <X>180</X> <Y>60</Y> </Location> <Size> <CX>60</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_UnpackCrateBtn"> <Frames> <Texture>RE_icons.tga</Texture> <Location> <X>60</X> <Y>120</Y> </Location> <Size> <CX>60</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_UnpackCrateDisabledBtn"> <Frames> <Texture>RE_icons.tga</Texture> <Location> <X>180</X> <Y>120</Y> </Location> <Size> <CX>60</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LocateBtn"> <Frames> <Texture>RE_icons.tga</Texture> <Location> <X>60</X> <Y>180</Y> </Location> <Size> <CX>60</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_LocateDisabledBtn"> <Frames> <Texture>RE_icons.tga</Texture> <Location> <X>180</X> <Y>180</Y> </Location> <Size> <CX>60</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MoveToCrateBtn"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>0</X> <Y>201</Y> </Location> <Size> <CX>60</CX> <CY>55</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MoveToCrateDisabledBtn"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>60</X> <Y>201</Y> </Location> <Size> <CX>60</CX> <CY>55</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TrophiesBtn"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>120</X> <Y>201</Y> </Location> <Size> <CX>60</CX> <CY>55</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TrophiesDisabledBtn"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>180</X> <Y>201</Y> </Location> <Size> <CX>60</CX> <CY>55</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SelfSearchBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>239</X> <Y>0</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SelfSearchBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>399</X> <Y>0</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SelfSearchBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>319</X> <Y>0</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TransferBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>239</X> <Y>20</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TransferBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>399</X> <Y>20</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_TransferBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>319</X> <Y>20</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_EmptyPlotsBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>239</X> <Y>40</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_EmptyPlotsBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>399</X> <Y>40</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_EmptyPlotsBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>319</X> <Y>40</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ItemsBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>239</X> <Y>60</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ItemsBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>319</X> <Y>60</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ItemsBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>399</X> <Y>60</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_UpgradeBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>239</X> <Y>80</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_UpgradeBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>319</X> <Y>80</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_UpgradeBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>399</X> <Y>80</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_DowngradeBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>239</X> <Y>100</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_DowngradeBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>319</X> <Y>100</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_DowngradeBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>399</X> <Y>100</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MoveOutBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>239</X> <Y>120</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MoveOutBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>319</X> <Y>120</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MoveOutBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>399</X> <Y>120</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MyItemsSearchBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>239</X> <Y>182</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MyItemsSearchBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>319</X> <Y>182</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_MyItemsSearchBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>399</X> <Y>182</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BlueBtnNormal"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>239</X> <Y>140</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BlueBtnFlyby"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>319</X> <Y>140</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BlueBtnPressed"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>399</X> <Y>140</Y> </Location> <Size> <CX>72</CX> <CY>19</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_BlueBtnDisabled"> <Frames> <Texture>RE_buttons.tga</Texture> <Location> <X>239</X> <Y>161</Y> </Location> <Size> <CX>72</CX> <CY>20</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_VerisignSeal"> <Frames> <Texture>verisignseal.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>110</CX> <CY>60</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ZoomInButtonNormal"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>0</X> <Y>122</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ZoomInButtonFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>22</X> <Y>122</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ZoomInButtonPressed"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>44</X> <Y>122</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ZoomInButtonPressedFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>66</X> <Y>122</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ZoomOutButtonNormal"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>0</X> <Y>144</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ZoomOutButtonFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>22</X> <Y>144</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ZoomOutButtonPressed"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>44</X> <Y>144</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_ZoomOutButtonPressedFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>66</X> <Y>144</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PanUpButtonNormal"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>0</X> <Y>166</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PanUpButtonFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>22</X> <Y>166</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PanUpButtonPressed"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>44</X> <Y>166</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PanUpButtonPressedFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>66</X> <Y>166</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PanDownButtonNormal"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>0</X> <Y>188</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PanDownButtonFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>22</X> <Y>188</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PanDownButtonPressed"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>44</X> <Y>188</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PanDownButtonPressedFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>66</X> <Y>188</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PanRightButtonNormal"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>0</X> <Y>210</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PanRightButtonFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>22</X> <Y>210</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PanRightButtonPressed"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>44</X> <Y>210</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PanRightButtonPressedFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>66</X> <Y>210</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PanLeftButtonNormal"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>0</X> <Y>232</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PanLeftButtonFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>22</X> <Y>232</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PanLeftButtonPressed"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>44</X> <Y>232</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_PanLeftButtonPressedFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces04.tga</Texture> <Location> <X>66</X> <Y>232</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateUpButtonNormal"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>128</X> <Y>30</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateUpButtonFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>150</X> <Y>30</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateUpButtonPressed"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>172</X> <Y>30</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateDownButtonNormal"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>128</X> <Y>52</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateDownButtonFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>150</X> <Y>52</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateDownButtonPressed"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>172</X> <Y>52</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateLeftButtonNormal"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>128</X> <Y>74</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateLeftButtonFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>150</X> <Y>74</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateLeftButtonPressed"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>172</X> <Y>74</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateRightButtonNormal"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>128</X> <Y>96</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateRightButtonFlyby"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>150</X> <Y>96</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_RotateRightButtonPressed"> <Cycle>false</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>172</X> <Y>96</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item = "A_SCBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>0</X> <Y>128</Y> </Location> <Size> <CX>42</CX> <CY>42</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SCBtnFlyby"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>44</X> <Y>128</Y> </Location> <Size> <CX>42</CX> <CY>42</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SCBtnPressed"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>88</X> <Y>128</Y> </Location> <Size> <CX>42</CX> <CY>42</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SCBtnDisabled"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces09.tga</Texture> <Location> <X>132</X> <Y>128</Y> </Location> <Size> <CX>42</CX> <CY>42</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FreeMemberIcon"> <Cycle>false</Cycle> <Frames> <Texture>member_status.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>188</CX> <CY>39</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SilverMemberIcon"> <Cycle>false</Cycle> <Frames> <Texture>member_status.tga</Texture> <Location> <X>0</X> <Y>46</Y> </Location> <Size> <CX>188</CX> <CY>39</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GoldMemberIcon"> <Cycle>false</Cycle> <Frames> <Texture>member_status.tga</Texture> <Location> <X>0</X> <Y>89</Y> </Location> <Size> <CX>188</CX> <CY>39</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_FreeGoldIcon"> <Cycle>false</Cycle> <Frames> <Texture>member_status.tga</Texture> <Location> <X>0</X> <Y>131</Y> </Location> <Size> <CX>188</CX> <CY>39</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_SilverGoldIcon"> <Cycle>false</Cycle> <Frames> <Texture>member_status.tga</Texture> <Location> <X>0</X> <Y>178</Y> </Location> <Size> <CX>188</CX> <CY>39</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_GoldHoverIcon"> <Cycle>false</Cycle> <Frames> <Texture>member_status.tga</Texture> <Location> <X>0</X> <Y>217</Y> </Location> <Size> <CX>188</CX> <CY>39</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> </Frames> </Ui2DAnimation> </XML>


This is my Buff window XML

Code:
<?xml version="1.0" encoding="us-ascii"?> <XML ID="EQInterfaceDefinitionLanguage"> <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/> <Button item="BW_Buff0_Button"> <ScreenID>Buff0</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>1</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff0"> <ScreenID>Buff0Label</ScreenID> <EQType>500</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>18</X> <Y>0</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff1_Button"> <ScreenID>Buff1</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>14</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff1"> <ScreenID>Buff1Label</ScreenID> <EQType>501</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>13</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff2_Button"> <ScreenID>Buff2</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>27</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff2"> <ScreenID>Buff2Label</ScreenID> <EQType>502</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>26</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff3_Button"> <ScreenID>Buff3</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>40</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff3"> <ScreenID>Buff3Label</ScreenID> <EQType>503</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>39</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff4_Button"> <ScreenID>Buff4</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>53</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff4"> <ScreenID>Buff4Label</ScreenID> <EQType>504</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>52</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff5_Button"> <ScreenID>Buff5</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>66</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff5"> <ScreenID>Buff5Label</ScreenID> <EQType>505</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>65</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff6_Button"> <ScreenID>Buff6</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>79</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff6"> <ScreenID>Buff6Label</ScreenID> <EQType>506</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>78</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff7_Button"> <ScreenID>Buff7</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>92</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff7"> <ScreenID>Buff7Label</ScreenID> <EQType>507</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>91</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff8_Button"> <ScreenID>Buff8</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>105</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff8"> <ScreenID>Buff8Label</ScreenID> <EQType>508</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>104</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff9_Button"> <ScreenID>Buff9</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>118</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff9"> <ScreenID>Buff9Label</ScreenID> <EQType>509</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>117</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff10_Button"> <ScreenID>Buff10</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>131</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff10"> <ScreenID>Buff10Label</ScreenID> <EQType>510</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>130</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff11_Button"> <ScreenID>Buff11</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>144</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff11"> <ScreenID>Buff11Label</ScreenID> <EQType>511</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>143</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff12_Button"> <ScreenID>Buff12</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>157</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff12"> <ScreenID>Buff12Label</ScreenID> <EQType>512</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>156</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff13_Button"> <ScreenID>Buff13</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>170</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff13"> <ScreenID>Buff13Label</ScreenID> <EQType>513</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>169</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff14_Button"> <ScreenID>Buff14</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>183</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff14"> <ScreenID>Buff14Label</ScreenID> <EQType>514</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>182</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff15_Button"> <ScreenID>Buff15</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>196</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff15"> <ScreenID>Buff15Label</ScreenID> <EQType>515</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>195</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff16_Button"> <ScreenID>Buff16</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>209</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff16"> <ScreenID>Buff16Label</ScreenID> <EQType>516</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>208</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff17_Button"> <ScreenID>Buff17</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>222</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff17"> <ScreenID>Buff17Label</ScreenID> <EQType>517</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>221</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff18_Button"> <ScreenID>Buff18</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>235</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff18"> <ScreenID>Buff18Label</ScreenID> <EQType>518</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>234</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff19_Button"> <ScreenID>Buff19</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>248</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff19"> <ScreenID>Buff19Label</ScreenID> <EQType>519</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>247</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff20_Button"> <ScreenID>Buff20</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>261</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff20"> <ScreenID>Buff20Label</ScreenID> <EQType>520</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>260</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff21_Button"> <ScreenID>Buff21</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>274</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff21"> <ScreenID>Buff21Label</ScreenID> <EQType>521</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>273</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff22_Button"> <ScreenID>Buff22</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>287</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff22"> <ScreenID>Buff22Label</ScreenID> <EQType>522</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>286</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff23_Button"> <ScreenID>Buff23</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>300</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff23"> <ScreenID>Buff23Label</ScreenID> <EQType>523</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>299</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff24_Button"> <ScreenID>Buff24</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>313</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff24"> <ScreenID>Buff24Label</ScreenID> <EQType>524</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>312</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff25_Button"> <ScreenID>Buff25</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>326</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff25"> <ScreenID>Buff25Label</ScreenID> <EQType>525</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>325</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff26_Button"> <ScreenID>Buff26</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>339</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff26"> <ScreenID>Buff26Label</ScreenID> <EQType>526</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>338</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff27_Button"> <ScreenID>Buff27</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>352</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff27"> <ScreenID>Buff27Label</ScreenID> <EQType>527</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>351</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff28_Button"> <ScreenID>Buff28</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>365</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff28"> <ScreenID>Buff28Label</ScreenID> <EQType>528</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>364</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff29_Button"> <ScreenID>Buff29</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>378</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff29"> <ScreenID>Buff29Label</ScreenID> <EQType>529</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>377</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff30_Button"> <ScreenID>Buff30</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>391</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff30"> <ScreenID>Buff30Label</ScreenID> <EQType>530</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>390</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff31_Button"> <ScreenID>Buff31</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>404</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff31"> <ScreenID>Buff31Label</ScreenID> <EQType>531</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>403</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff32_Button"> <ScreenID>Buff32</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>417</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff32"> <ScreenID>Buff32Label</ScreenID> <EQType>532</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>416</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff33_Button"> <ScreenID>Buff33</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>430</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff33"> <ScreenID>Buff33Label</ScreenID> <EQType>533</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>429</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff34_Button"> <ScreenID>Buff34</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>443</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff34"> <ScreenID>Buff34Label</ScreenID> <EQType>534</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>442</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff35_Button"> <ScreenID>Buff35</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>456</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff35"> <ScreenID>Buff35Label</ScreenID> <EQType>535</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>455</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff36_Button"> <ScreenID>Buff36</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>469</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff36"> <ScreenID>Buff36Label</ScreenID> <EQType>536</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>468</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff37_Button"> <ScreenID>Buff37</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>482</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff37"> <ScreenID>Buff37Label</ScreenID> <EQType>537</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>481</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff38_Button"> <ScreenID>Buff38</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>495</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff38"> <ScreenID>Buff38Label</ScreenID> <EQType>538</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>494</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff39_Button"> <ScreenID>Buff39</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>508</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff39"> <ScreenID>Buff39Label</ScreenID> <EQType>539</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>507</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff40_Button"> <ScreenID>Buff40</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>521</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff40"> <ScreenID>Buff40Label</ScreenID> <EQType>540</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>520</Y> </Location> <Size> <CX>104</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> <Button item="BW_Buff41_Button"> <ScreenID>Buff41</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>534</Y> </Location> <Size> <CX>123</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <DecalOffset> <X>0</X> <Y>0</Y> </DecalOffset> <DecalSize> <CX>16</CX> <CY>12</CY> </DecalSize> </Button> <Label item="BW_Buff41"> <ScreenID>Buff41Label</ScreenID> <EQType>541</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>533</Y> </Location> <Size> <CX>104</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> <Label item="BW_Buff0Number"> <ScreenID>Buff0No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>1</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>1</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff1Number"> <ScreenID>Buff1No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>14</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>2</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff2Number"> <ScreenID>Buff2No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>27</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>3</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff3Number"> <ScreenID>Buff3No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>40</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>4</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff4Number"> <ScreenID>Buff4No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>53</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>5</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff5Number"> <ScreenID>Buff5No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>66</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>6</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff6Number"> <ScreenID>Buff6No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>79</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>7</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff7Number"> <ScreenID>Buff7No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>92</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>8</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff8Number"> <ScreenID>Buff8No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>105</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>9</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff9Number"> <ScreenID>Buff9No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>118</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>10</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff10Number"> <ScreenID>Buff10No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>131</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>11</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff11Number"> <ScreenID>Buff11No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>144</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>12</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff12Number"> <ScreenID>Buff12No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>157</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>13</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff13Number"> <ScreenID>Buff13No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>170</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>14</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff14Number"> <ScreenID>Buff14No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>183</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>15</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff15Number"> <ScreenID>Buff15No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>196</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>16</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff16Number"> <ScreenID>Buff16No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>209</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>17</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff17Number"> <ScreenID>Buff17No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>222</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>18</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff18Number"> <ScreenID>Buff18No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>235</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>19</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff19Number"> <ScreenID>Buff19No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>248</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>20</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff20Number"> <ScreenID>Buff20No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>261</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>21</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff21Number"> <ScreenID>Buff21No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>274</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>22</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff22Number"> <ScreenID>Buff22No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>287</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>23</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff23Number"> <ScreenID>Buff23No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>300</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>24</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff24Number"> <ScreenID>Buff24No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>313</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>25</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff25Number"> <ScreenID>Buff25No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>326</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>26</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff26Number"> <ScreenID>Buff26No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>339</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>27</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff27Number"> <ScreenID>Buff27No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>352</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>28</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff28Number"> <ScreenID>Buff28No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>365</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>29</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff29Number"> <ScreenID>Buff29No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>378</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>30</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff30Number"> <ScreenID>Buff30No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>391</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>31</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff31Number"> <ScreenID>Buff31No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>404</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>32</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff32Number"> <ScreenID>Buff32No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>417</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>33</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff33Number"> <ScreenID>Buff33No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>430</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>34</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff34Number"> <ScreenID>Buff34No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>443</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>35</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff35Number"> <ScreenID>Buff35No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>456</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>36</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff36Number"> <ScreenID>Buff36No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>469</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>37</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff37Number"> <ScreenID>Buff37No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>482</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>38</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff38Number"> <ScreenID>Buff38No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>495</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>39</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff39Number"> <ScreenID>Buff39No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>508</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>40</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff40Number"> <ScreenID>Buff40No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>521</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>41</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item="BW_Buff41Number"> <ScreenID>Buff41No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>100</X> <Y>534</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>42</Text> <TextColor> <R>0</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Screen item="BuffWindow"> <Text>Effects</Text> <RelativePosition>false</RelativePosition> <Location> <X>465</X> <Y>240</Y> </Location> <Size> <CX>143</CX> <CY>425</CY> </Size> <Style_VScroll>true</Style_VScroll> <Style_AutoVScroll>true</Style_AutoVScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>true</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>true</Style_Border> <Style_Sizable>true</Style_Sizable> <Style_ClientMovable>true</Style_ClientMovable> <Pieces>BW_Buff0_Button</Pieces> <Pieces>BW_Buff0</Pieces> <Pieces>BW_Buff1_Button</Pieces> <Pieces>BW_Buff1</Pieces> <Pieces>BW_Buff2_Button</Pieces> <Pieces>BW_Buff2</Pieces> <Pieces>BW_Buff3_Button</Pieces> <Pieces>BW_Buff3</Pieces> <Pieces>BW_Buff4_Button</Pieces> <Pieces>BW_Buff4</Pieces> <Pieces>BW_Buff5_Button</Pieces> <Pieces>BW_Buff5</Pieces> <Pieces>BW_Buff6_Button</Pieces> <Pieces>BW_Buff6</Pieces> <Pieces>BW_Buff7_Button</Pieces> <Pieces>BW_Buff7</Pieces> <Pieces>BW_Buff8_Button</Pieces> <Pieces>BW_Buff8</Pieces> <Pieces>BW_Buff9_Button</Pieces> <Pieces>BW_Buff9</Pieces> <Pieces>BW_Buff10_Button</Pieces> <Pieces>BW_Buff10</Pieces> <Pieces>BW_Buff11_Button</Pieces> <Pieces>BW_Buff11</Pieces> <Pieces>BW_Buff12_Button</Pieces> <Pieces>BW_Buff12</Pieces> <Pieces>BW_Buff13_Button</Pieces> <Pieces>BW_Buff13</Pieces> <Pieces>BW_Buff14_Button</Pieces> <Pieces>BW_Buff14</Pieces> <Pieces>BW_Buff15_Button</Pieces> <Pieces>BW_Buff15</Pieces> <Pieces>BW_Buff16_Button</Pieces> <Pieces>BW_Buff16</Pieces> <Pieces>BW_Buff17_Button</Pieces> <Pieces>BW_Buff17</Pieces> <Pieces>BW_Buff18_Button</Pieces> <Pieces>BW_Buff18</Pieces> <Pieces>BW_Buff19_Button</Pieces> <Pieces>BW_Buff19</Pieces> <Pieces>BW_Buff20_Button</Pieces> <Pieces>BW_Buff20</Pieces> <Pieces>BW_Buff21_Button</Pieces> <Pieces>BW_Buff21</Pieces> <Pieces>BW_Buff22_Button</Pieces> <Pieces>BW_Buff22</Pieces> <Pieces>BW_Buff23_Button</Pieces> <Pieces>BW_Buff23</Pieces> <Pieces>BW_Buff24_Button</Pieces> <Pieces>BW_Buff24</Pieces> <Pieces>BW_Buff25_Button</Pieces> <Pieces>BW_Buff25</Pieces> <Pieces>BW_Buff26_Button</Pieces> <Pieces>BW_Buff26</Pieces> <Pieces>BW_Buff27_Button</Pieces> <Pieces>BW_Buff27</Pieces> <Pieces>BW_Buff28_Button</Pieces> <Pieces>BW_Buff28</Pieces> <Pieces>BW_Buff29_Button</Pieces> <Pieces>BW_Buff29</Pieces> <Pieces>BW_Buff30_Button</Pieces> <Pieces>BW_Buff30</Pieces> <Pieces>BW_Buff31_Button</Pieces> <Pieces>BW_Buff31</Pieces> <Pieces>BW_Buff32_Button</Pieces> <Pieces>BW_Buff32</Pieces> <Pieces>BW_Buff33_Button</Pieces> <Pieces>BW_Buff33</Pieces> <Pieces>BW_Buff34_Button</Pieces> <Pieces>BW_Buff34</Pieces> <Pieces>BW_Buff35_Button</Pieces> <Pieces>BW_Buff35</Pieces> <Pieces>BW_Buff36_Button</Pieces> <Pieces>BW_Buff36</Pieces> <Pieces>BW_Buff37_Button</Pieces> <Pieces>BW_Buff37</Pieces> <Pieces>BW_Buff38_Button</Pieces> <Pieces>BW_Buff38</Pieces> <Pieces>BW_Buff39_Button</Pieces> <Pieces>BW_Buff39</Pieces> <Pieces>BW_Buff40_Button</Pieces> <Pieces>BW_Buff40</Pieces> <Pieces>BW_Buff41_Button</Pieces> <Pieces>BW_Buff41</Pieces> <Pieces>BW_Buff0Number</Pieces> <Pieces>BW_Buff1Number</Pieces> <Pieces>BW_Buff2Number</Pieces> <Pieces>BW_Buff3Number</Pieces> <Pieces>BW_Buff4Number</Pieces> <Pieces>BW_Buff5Number</Pieces> <Pieces>BW_Buff6Number</Pieces> <Pieces>BW_Buff7Number</Pieces> <Pieces>BW_Buff8Number</Pieces> <Pieces>BW_Buff9Number</Pieces> <Pieces>BW_Buff10Number</Pieces> <Pieces>BW_Buff11Number</Pieces> <Pieces>BW_Buff12Number</Pieces> <Pieces>BW_Buff13Number</Pieces> <Pieces>BW_Buff14Number</Pieces> <Pieces>BW_Buff15Number</Pieces> <Pieces>BW_Buff16Number</Pieces> <Pieces>BW_Buff17Number</Pieces> <Pieces>BW_Buff18Number</Pieces> <Pieces>BW_Buff19Number</Pieces> <Pieces>BW_Buff20Number</Pieces> <Pieces>BW_Buff21Number</Pieces> <Pieces>BW_Buff22Number</Pieces> <Pieces>BW_Buff23Number</Pieces> <Pieces>BW_Buff24Number</Pieces> <Pieces>BW_Buff25Number</Pieces> <Pieces>BW_Buff26Number</Pieces> <Pieces>BW_Buff27Number</Pieces> <Pieces>BW_Buff28Number</Pieces> <Pieces>BW_Buff29Number</Pieces> <Pieces>BW_Buff30Number</Pieces> <Pieces>BW_Buff31Number</Pieces> <Pieces>BW_Buff32Number</Pieces> <Pieces>BW_Buff33Number</Pieces> <Pieces>BW_Buff34Number</Pieces> <Pieces>BW_Buff35Number</Pieces> <Pieces>BW_Buff36Number</Pieces> <Pieces>BW_Buff37Number</Pieces> <Pieces>BW_Buff38Number</Pieces> <Pieces>BW_Buff39Number</Pieces> <Pieces>BW_Buff40Number</Pieces> <Pieces>BW_Buff41Number</Pieces> </Screen> </XML>



It's frustrating at this point because it should be pulling the textures, I put the call points exactly as they were in the original and I checked them with GIMP. It's pulling no texture so I decided to test something. I opened the Window_Pieces06.tga and copied it, made it longer on the bottom so I could past in my image. then I defined the call points based on the new image file which I named window_Pieces06.tga so normal EQ stuff and my window would use the same piece. What I got was fking retarded, My hot keys started displaying the blue/red/yellow bars all over the place, and other textures that didn't belong in the hot keys. So in a way, I was getting it to work but in a different window. Why I can't seem to make it work for the buff window is the mystery.

Things are being done differently in the XML now. I went all the way back, scrapped the new window pieces file and tried to set it up like you said, it still pulls a blank texture. Putting the Ui2DAnimation code inside the buff window doesn't work. It causes default to load, any changes I've made to buff window just cause the UI to not load.

By all accounts it should be looking into buff.bmp and pulling 0x0 for blue, 0x22 for red and 0x44 for yellow. Why it's not doing that, is clearly beyond me and I'm not going to crack open a whole XML book, because it won't tell me why EQ XML is retarded. I need real answers from people who know what is going on in EQ XML. When it comes to just simply adding a texture, all hell breaks loose and it's the one thing I can't make work, go figure.
Fremder is offline   Reply With Quote
Old 04-01-2012, 06:34 PM   #14
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

ok first are you going to use a custom animations file or are you going to just make custom animations in the buffs window?easiest way to get what you want is leave everything as default had it...now open window pieces six and replace the yellow blue and red in the window pieces with yours. keep it simple if you start making too many changes you get lost in confusion...the above is the simplest way. the weird images from your experiment were probably due to the fact you made the .tga larger but didnt change it in set increments in the Animations folder..remember when resizing must go in increments x2

if using a custom animations file just change the below
Code:
<Ui2DAnimation item="RedIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces06.tga</Texture><--- <Location> <X>200</X><---- <Y>200</Y><----- </Location> <Size> <CX>8</CX><----- <CY>8</CY><----- </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="YellowIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces06.tga</Texture> <Location> <X>200</X> <Y>208</Y> </Location> <Size> <CX>8</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation>


change the window pieces to whatever yours is, change the location , change the size,(do this for all three red, blue, yellow) and should be good to go.


if not zip it all up and post it here and ill mess with it later


hal

Last edited by Halelen : 04-01-2012 at 07:08 PM.
Halelen is offline   Reply With Quote
Old 04-02-2012, 11:52 PM   #15
Fremder
A Ghoul
 
Fremder's Avatar
 
Join Date: Mar 2004
Server: Tarew - Marr
Posts: 17
Interface Author - Click to view interfaces
Default quick question about the size.

Thanks hal and others who kept prodding me. I finally decided why not take another look through the other animations file and then the equi_Animations file. I was missing a simple line of code at the top but I found it in the old animations file which is why I couldn't figure it out before. looking at the default animations there was no defining buff texture at the top. You have to define in the animations file the texture you want to use at the top as well as down near buff icon code.

This is the code I pasted into the new animations file.

Code:
<!-- Custom Files --> <TextureInfo item="buff.bmp"> <Size> <CX>256</CX> <CY>64</CY> </Size> </TextureInfo> <!-- End Custom Files -->


Everything appears to be working now, At least the blue buffs are showing up, I'm probably going to see some yellow/red debuff textures showing up soon enough. Thanks for dealing with me, I am pretty thick sometimes. After I make sure it's working 100% I'll update the main file for everyone to download.



You said if I make the TGA window pieces 6 bigger to incorporate my image also, it needs to double? say it's 600 x 600 I have to make it 1200 x 1200 or just 1200 x 600? I just wanted to make it longer because the texture I was using is quite large and didn't fit inside the default window pieces tga without overlapping other junk. I also don't know where to put the UI2DAnimations code inside the buff window if that's what you're recommending. I tried pasting it above everything, that didn't let me load the ui, then I pasted it into the area just before where all the buff button code starts but under the;
<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>

and still not having any luck, maybe it's because i was trying to use a custom animations file and past that into the buff window itself. Either way, i am still getting a blank texture but I haven't tried what you recommended yet. I have however been trying to use my own texture and only editing the animations file which has still got me loading a blank texture. I'll play around with it again soon and if I still have bad luck I'll come beg for help again lol.

If you want to d/l the stuff and play with it the files are all up on my first post.

Last edited by Fremder : 04-03-2012 at 09:41 AM. Reason: Figured it out.
Fremder 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 04:46 PM.


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