Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Developer Discussion > General authoring help / discussion
User Name
Password

Reply
 
Thread Tools Display Modes
Old 12-11-2011, 09:14 PM   #1
yonu
A Shissar Disciple
 
Join Date: Sep 2004
Posts: 109
Interface Author - Click to view interfaces
Default hotbutton window

hey I kn ow that made some major changes to the hotbutton window but what basically needs to be changed to get an older one working again I can get ti to display be no buttons. I will post the xml if anyone thinks they can help
yonu is offline   Reply With Quote
Old 12-12-2011, 08:48 AM   #2
Kalthazz
A Weathered Clockwork
 
Kalthazz's Avatar
 
Join Date: Aug 2002
Server: tunare
Posts: 324
Interface Author - Click to view interfaces
Send a message via ICQ to Kalthazz Send a message via Yahoo to Kalthazz
Default

copy and paste this code below into your hotbutton window and should work!

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

<Ui2DAnimation item="A_HotButton1Normal">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton1Pressed">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton1Flyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton1PressedFlyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton1Disabled">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton2Normal">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton2Pressed">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton2Flyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton2PressedFlyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton2Disabled">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton3Normal">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton3Pressed">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton3Flyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton3PressedFlyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton3Disabled">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton4Normal">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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_HotButton4Pressed">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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_HotButton4Flyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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_HotButton4PressedFlyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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_HotButton4Disabled">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.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_HotButton5Normal">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.tga</Texture>
<Location>
<X>0</X>
<Y>160</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_HotButton5Pressed">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.tga</Texture>
<Location>
<X>80</X>
<Y>160</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_HotButton5Flyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.tga</Texture>
<Location>
<X>40</X>
<Y>160</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_HotButton5PressedFlyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.tga</Texture>
<Location>
<X>120</X>
<Y>160</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_HotButton5Disabled">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.tga</Texture>
<Location>
<X>160</X>
<Y>160</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_HotButton6Normal">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.tga</Texture>
<Location>
<X>0</X>
<Y>200</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_HotButton6Pressed">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.tga</Texture>
<Location>
<X>80</X>
<Y>200</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_HotButton6Flyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.tga</Texture>
<Location>
<X>40</X>
<Y>200</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_HotButton6PressedFlyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.tga</Texture>
<Location>
<X>120</X>
<Y>200</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_HotButton6Disabled">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces06.tga</Texture>
<Location>
<X>160</X>
<Y>200</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_HotButton7Normal">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton7Pressed">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton7Flyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton7PressedFlyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton7Disabled">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton8Normal">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton8Pressed">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton8Flyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton8PressedFlyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton8Disabled">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton9Normal">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton9Pressed">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton9Flyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton9PressedFlyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton9Disabled">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_HotButton10Normal">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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_HotButton10Pressed">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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_HotButton10Flyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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_HotButton10PressedFlyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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_HotButton10Disabled">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.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_HotButton11Normal">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.tga</Texture>
<Location>
<X>0</X>
<Y>160</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_HotButton11Pressed">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.tga</Texture>
<Location>
<X>80</X>
<Y>160</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_HotButton11Flyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.tga</Texture>
<Location>
<X>40</X>
<Y>160</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_HotButton11PressedFlyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.tga</Texture>
<Location>
<X>120</X>
<Y>160</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_HotButton11Disabled">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.tga</Texture>
<Location>
<X>160</X>
<Y>160</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_HotButton12Normal">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.tga</Texture>
<Location>
<X>0</X>
<Y>200</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_HotButton12Pressed">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.tga</Texture>
<Location>
<X>80</X>
<Y>200</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_HotButton12Flyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.tga</Texture>
<Location>
<X>40</X>
<Y>200</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_HotButton12PressedFlyby">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.tga</Texture>
<Location>
<X>120</X>
<Y>200</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_HotButton12Disabled">
<Cycle>true</Cycle>
<Frames>
<Texture>window_pieces07.tga</Texture>
<Location>
<X>160</X>
<Y>200</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_MiniInvEar">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>90</X>
<Y>0</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvNeck">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>122</X>
<Y>0</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvHead">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>154</X>
<Y>0</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvFace">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>186</X>
<Y>0</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvChest">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>218</X>
<Y>0</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvBack">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>90</X>
<Y>32</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvArms">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>122</X>
<Y>32</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvShoulders">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>154</X>
<Y>32</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvWrist">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>186</X>
<Y>32</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvWaist">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>218</X>
<Y>32</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvHands">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>90</X>
<Y>64</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvRing">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>122</X>
<Y>64</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvLegs">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>154</X>
<Y>64</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvFeet">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>186</X>
<Y>64</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvPrimary">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>218</X>
<Y>64</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvSecondary">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>218</X>
<Y>96</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvRange">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>186</X>
<Y>96</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvAmmo">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>122</X>
<Y>96</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_MiniInvNormal">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>154</X>
<Y>96</Y>
</Location>
<Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<!--Inventory slots here-->
<!--Inventory slots here-->
<!--Inventory slots here-->
<!--Inventory slots here-->
<!--Inventory slots here-->
<InvSlot item="Newslot1">
<ScreenID>NewSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>20</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>23</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot2">
<ScreenID>Newslot2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>48</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>25</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot3">
<ScreenID>Newslot3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>76</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>27</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot4">
<ScreenID>Newslot4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>104</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>29</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot5">
<ScreenID>Newslot5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>132</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>31</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot6">
<ScreenID>Newslot6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>160</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvPrimary</Background>
<EQType>13</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot7">
<ScreenID>Newslot7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>89</X>
<Y>188</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvRange</Background>
<EQType>11</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot8">
<ScreenID>Newslot8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>122</X>
<Y>20</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>24</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot9">
<ScreenID>Newslot9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>122</X>
<Y>48</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>26</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot10">
<ScreenID>Newslot10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>122</X>
<Y>76</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>28</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot11">
<ScreenID>Newslot11</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>122</X>
<Y>104</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>30</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot12">
<ScreenID>Newslot12</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>122</X>
<Y>132</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>32</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot13">
<ScreenID>Newslot13</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>122</X>
<Y>160</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvSecondary</Background>
<EQType>14</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot14">
<ScreenID>Newslot14</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>122</X>
<Y>188</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvAmmo</Background>
<EQType>22</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Clickslot_1">
<ScreenID>CS_1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvEar</Background>
<EQType>1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
</InvSlot>
<InvSlot item="Clickslot_2">
<ScreenID>CS_2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>28</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvNeck</Background>
<EQType>5</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
</InvSlot>
<InvSlot item="Clickslot_3">
<ScreenID>CS_3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>56</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvBack</Background>
<EQType>8</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
</InvSlot>
<InvSlot item="Clickslot_4">
<ScreenID>CS_4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>84</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvArms</Background>
<EQType>7</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
</InvSlot>
<InvSlot item="Clickslot_5">
<ScreenID>CS_5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>112</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvWrist</Background>
<EQType>9</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
</InvSlot>
<InvSlot item="Clickslot_6">
<ScreenID>CS_6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>140</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvRing</Background>
<EQType>15</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
</InvSlot>
<InvSlot item="Clickslot_7">
<ScreenID>CS_7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>168</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvLegs</Background>
<EQType>18</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
</InvSlot>
<InvSlot item="Clickslot_8">
<ScreenID>CS_8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>28</X>
<Y>0</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvEar</Background>
<EQType>4</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
</InvSlot>
<InvSlot item="Clickslot_9">
<ScreenID>CS_9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>28</X>
<Y>28</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvHead</Background>
<EQType>2</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
</InvSlot>
<InvSlot item="Clickslot_10">
<ScreenID>CS_10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>28</X>
<Y>56</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvChest</Background>
<EQType>17</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
</InvSlot>
<InvSlot item="Clickslot_11">
<ScreenID>CS_11</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>28</X>
<Y>84</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvHands</Background>
<EQType>12</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
</InvSlot>
<InvSlot item="Clickslot_12">
<ScreenID>CS_12</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>28</X>
<Y>112</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvWrist</Background>
<EQType>10</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
</InvSlot>
<InvSlot item="Clickslot_13">
<ScreenID>CS_13</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>28</X>
<Y>140</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvRing</Background>
<EQType>16</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
</InvSlot>
<InvSlot item="Clickslot_14">
<ScreenID>CS_14</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>28</X>
<Y>168</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</CY>
</Size>
<Background>A_MiniInvFeet</Background>
<EQType>19</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
</InvSlot>

<Label item="HB_Weight">
<ScreenID>WeightLabel</ScreenID>
<Font>0</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>101</X>
<Y>219</Y>
</Location>
<Size>
<CX>18</CX>
<CY>14</CY>
</Size>
<Text>WT</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="HB_CurrentWeight">
<ScreenID>WeightNumberLabel</ScreenID>
<EQType>24</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>109</X>
<Y>219</Y>
</Location>
<Size>
<CX>26</CX>
<CY>12</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item="HB_WeightDiv">
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>135</X>
<Y>219</Y>
</Location>
<Size>
<CX>4</CX>
<CY>14</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="HB_MaxWeight">
<EQType>25</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>140</X>
<Y>219</Y>
</Location>
<Size>
<CX>27</CX>
<CY>12</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>
<Label item="HB_PoisonNumber">
<ScreenID>PoisonNumberLabel</ScreenID>
<EQType>12</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>220</Y>
</Location>
<Size>
<CX>22</CX>
<CY>10</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="HB_MagicNumber">
<ScreenID>MagicNumberLabel</ScreenID>
<EQType>16</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>220</Y>
</Location>
<Size>
<CX>22</CX>
<CY>14</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="HB_DiseaseNumber">
<ScreenID>DiseaseNumberLabel</ScreenID>
<EQType>13</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>229</Y>
</Location>
<Size>
<CX>22</CX>
<CY>11</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="HB_FireNumber">
<ScreenID>FireNumberLabel</ScreenID>
<EQType>14</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>238</Y>
</Location>
<Size>
<CX>24</CX>
<CY>10</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="HB_ColdNumber">
<ScreenID>ColdNumberLabel</ScreenID>
<EQType>15</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>229</Y>
</Location>
<Size>
<CX>23</CX>
<CY>10</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="HB_CorruptionNumber">
<ScreenID>CorruptionNumberLabel</ScreenID>
<EQType>136</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>239</Y>
</Location>
<Size>
<CX>22</CX>
<CY>11</CY>
</Size>
<Text>255</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="HB_Magic">
<ScreenID>MagicLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>220</Y>
</Location>
<Size>
<CX>22</CX>
<CY>12</CY>
</Size>
<Text>SvM</Text>
<TextColor>
<R>205</R>
<G>205</G>
<B>205</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="HB_Poison">
<ScreenID>PoisonLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>220</Y>
</Location>
<Size>
<CX>19</CX>
<CY>14</CY>
</Size>
<Text>SvP</Text>
<TextColor>
<R>205</R>
<G>205</G>
<B>205</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="HB_Disease">
<ScreenID>DiseaseLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>229</Y>
</Location>
<Size>
<CX>23</CX>
<CY>11</CY>
</Size>
<Text>SvD</Text>
<TextColor>
<R>205</R>
<G>205</G>
<B>205</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="HB_Fire">
<ScreenID>FireLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>238</Y>
</Location>
<Size>
<CX>22</CX>
<CY>14</CY>
</Size>
<Text>SvF</Text>
<TextColor>
<R>205</R>
<G>205</G>
<B>205</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="HB_Cold">
<ScreenID>ColdLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>229</Y>
</Location>
<Size>
<CX>23</CX>
<CY>10</CY>
</Size>
<Text>SvC</Text>
<TextColor>
<R>205</R>
<G>205</G>
<B>205</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="HB_Corruption">
<ScreenID>CorruptionLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>46</X>
<Y>238</Y>
</Location>
<Size>
<CX>35</CX>
<CY>10</CY>
</Size>
<Text>Corrupt</Text>
<TextColor>
<R>205</R>
<G>205</G>
<B>205</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<!--Inventory slots here-->
<!--Inventory slots here-->
<!--Inventory slots here-->
<!--Inventory slots here-->
<!--Inventory slots here-->
<SpellGem item="HB_SpellGem">
<ScreenID>HB_SpellGem</ScreenID>
<Location>
<X>0</X>
<Y>1</Y>
</Location>
<Size>
<CX>37</CX>
<CY>32</CY>
</Size>
<Font>1</Font>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<InvSlot item="HB_InvSlot">
<ScreenID>HB_InvSlot</ScreenID>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Font>1</Font>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Background>A_RecessedBox</Background>
<EQType>-2</EQType>
</InvSlot>

<HotButton item="HB_Button1">
<ScreenID>HB_Button1</ScreenID>
<EQType>hotbutton/Bar 0/0</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>15</Y>
</Location>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton1Normal</Normal>
<Pressed>A_HotButton1Pressed</Pressed>
<Flyby>A_HotButton1Flyby</Flyby>
<Disabled>A_HotButton1Disabled</Disabled>
<PressedFlyby>A_HotButton1PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB_Button2">
<ScreenID>HB_Button2</ScreenID>
<EQType>hotbutton/Bar 0/1</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>15</Y>
</Location>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>2</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton2Normal</Normal>
<Pressed>A_HotButton2Pressed</Pressed>
<Flyby>A_HotButton2Flyby</Flyby>
<Disabled>A_HotButton2Disabled</Disabled>
<PressedFlyby>A_HotButton2PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB_Button3">
<ScreenID>HB_Button3</ScreenID>
<EQType>hotbutton/Bar 0/2</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>49</Y>
</Location>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>3</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton3Normal</Normal>
<Pressed>A_HotButton3Pressed</Pressed>
<Flyby>A_HotButton3Flyby</Flyby>
<Disabled>A_HotButton3Disabled</Disabled>
<PressedFlyby>A_HotButton3PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB_Button4">
<ScreenID>HB_Button4</ScreenID>
<EQType>hotbutton/Bar 0/3</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>49</Y>
</Location>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>4</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton4Normal</Normal>
<Pressed>A_HotButton4Pressed</Pressed>
<Flyby>A_HotButton4Flyby</Flyby>
<Disabled>A_HotButton4Disabled</Disabled>
<PressedFlyby>A_HotButton4PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB_Button5">
<ScreenID>HB_Button5</ScreenID>
<EQType>hotbutton/Bar 0/4</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>84</Y>
</Location>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>5</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton5Normal</Normal>
<Pressed>A_HotButton5Pressed</Pressed>
<Flyby>A_HotButton5Flyby</Flyby>
<Disabled>A_HotButton5Disabled</Disabled>
<PressedFlyby>A_HotButton5PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB_Button6">
<ScreenID>HB_Button6</ScreenID>
<EQType>hotbutton/Bar 0/5</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>84</Y>
</Location>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>6</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton6Normal</Normal>
<Pressed>A_HotButton6Pressed</Pressed>
<Flyby>A_HotButton6Flyby</Flyby>
<Disabled>A_HotButton6Disabled</Disabled>
<PressedFlyby>A_HotButton6PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB_Button7">
<ScreenID>HB_Button7</ScreenID>
<EQType>hotbutton/Bar 0/6</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>117</Y>
</Location>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>7</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton7Normal</Normal>
<Pressed>A_HotButton7Pressed</Pressed>
<Flyby>A_HotButton7Flyby</Flyby>
<Disabled>A_HotButton7Disabled</Disabled>
<PressedFlyby>A_HotButton7PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB_Button8">
<ScreenID>HB_Button8</ScreenID>
<EQType>hotbutton/Bar 0/7</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>117</Y>
</Location>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>8</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton8Normal</Normal>
<Pressed>A_HotButton8Pressed</Pressed>
<Flyby>A_HotButton8Flyby</Flyby>
<Disabled>A_HotButton8Disabled</Disabled>
<PressedFlyby>A_HotButton8PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB_Button9">
<ScreenID>HB_Button9</ScreenID>
<EQType>hotbutton/Bar 0/8</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>151</Y>
</Location>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>9</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton9Normal</Normal>
<Pressed>A_HotButton9Pressed</Pressed>
<Flyby>A_HotButton9Flyby</Flyby>
<Disabled>A_HotButton9Disabled</Disabled>
<PressedFlyby>A_HotButton9PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB_Button10">
<ScreenID>HB_Button10</ScreenID>
<EQType>hotbutton/Bar 0/9</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>151</Y>
</Location>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>10</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton10Normal</Normal>
<Pressed>A_HotButton10Pressed</Pressed>
<Flyby>A_HotButton10Flyby</Flyby>
<Disabled>A_HotButton10Disabled</Disabled>
<PressedFlyby>A_HotButton10PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB_Button11">
<ScreenID>HB_Button11</ScreenID>
<EQType>hotbutton/Bar 0/10</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>185</Y>
</Location>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>11</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton11Normal</Normal>
<Pressed>A_HotButton11Pressed</Pressed>
<Flyby>A_HotButton11Flyby</Flyby>
<Disabled>A_HotButton11Disabled</Disabled>
<PressedFlyby>A_HotButton11PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB_Button12">
<ScreenID>HB_Button12</ScreenID>
<EQType>hotbutton/Bar 0/11</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>185</Y>
</Location>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>12</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton12Normal</Normal>
<Pressed>A_HotButton12Pressed</Pressed>
<Flyby>A_HotButton12Flyby</Flyby>
<Disabled>A_HotButton12Disabled</Disabled>
<PressedFlyby>A_HotButton12PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>


<Button item="HB1_PageLeftButton">
<ScreenID>HB_PageLeftButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>8</X>
<Y>1</Y>
</Location>
<Size>
<CX>16</CX>
<CY>11</CY>
</Size>
<Template>BDT_HSBLeft</Template>
</Button>
<Label item="HB1_VerticalCurrentPageLabel">
<ScreenID>HB_VerticalCurrentPageLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>29</X>
<Y>2</Y>
</Location>
<Size>
<CX>25</CX>
<CY>16</CY>
</Size>
<Text>10</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignCenter>true</AlignCenter>
</Label>
<Button item="HB1_PageRightButton">
<ScreenID>HB_PageRightButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>60</X>
<Y>1</Y>
</Location>
<Size>
<CX>16</CX>
<CY>11</CY>
</Size>
<Template>BDT_HSBRight</Template>
</Button>

<Screen item="HotButtonWnd">
<ScreenID/>
<Font>2</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>167</CX>
<CY>261</CY>
</Size>
<Text>HotBar 1</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Hot Buttons</TooltipReference>
<DrawTemplate>WDT_Rounded</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>HB1_PageLeftButton</Pieces>
<Pieces>HB1_VerticalCurrentPageLabel</Pieces>
<Pieces>HB1_PageRightButton</Pieces>
<Pieces>HotButton:HB_Button1</Pieces>
<Pieces>HotButton:HB_Button2</Pieces>
<Pieces>HotButton:HB_Button3</Pieces>
<Pieces>HotButton:HB_Button4</Pieces>
<Pieces>HotButton:HB_Button5</Pieces>
<Pieces>HotButton:HB_Button6</Pieces>
<Pieces>HotButton:HB_Button7</Pieces>
<Pieces>HotButton:HB_Button8</Pieces>
<Pieces>HotButton:HB_Button9</Pieces>
<Pieces>HotButton:HB_Button10</Pieces>
<Pieces>HotButton:HB_Button11</Pieces>
<Pieces>HotButton:HB_Button12</Pieces>
<Pieces>Newslot1</Pieces>
<Pieces>Newslot2</Pieces>
<Pieces>Newslot3</Pieces>
<Pieces>Newslot4</Pieces>
<Pieces>Newslot5</Pieces>
<Pieces>Newslot6</Pieces>
<Pieces>Newslot7</Pieces>
<Pieces>Newslot8</Pieces>
<Pieces>Newslot9</Pieces>
<Pieces>Newslot10</Pieces>
<Pieces>Newslot11</Pieces>
<Pieces>Newslot12</Pieces>
<Pieces>Newslot13</Pieces>
<Pieces>Newslot14</Pieces>
<Pieces>HB_Weight</Pieces>
<Pieces>HB_CurrentWeight</Pieces>
<Pieces>HB_WeightDiv</Pieces>
<Pieces>HB_MaxWeight</Pieces>
<Pieces>HB_PoisonNumber</Pieces>
<Pieces>HB_MagicNumber</Pieces>
<Pieces>HB_DiseaseNumber</Pieces>
<Pieces>HB_FireNumber</Pieces>
<Pieces>HB_ColdNumber</Pieces>
<Pieces>HB_CorruptionNumber</Pieces>
<Pieces>HB_Poison</Pieces>
<Pieces>HB_Magic</Pieces>
<Pieces>HB_Disease</Pieces>
<Pieces>HB_Fire</Pieces>
<Pieces>HB_Cold</Pieces>
<Pieces>HB_Corruption</Pieces>
</Screen>

<HotButton item="HB2_Button1">
<ScreenID>HB_Button1</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton1Normal</Normal>
<Pressed>A_HotButton1Pressed</Pressed>
<Flyby>A_HotButton1Flyby</Flyby>
<Disabled>A_HotButton1Disabled</Disabled>
<PressedFlyby>A_HotButton1PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB2_Button2">
<ScreenID>HB_Button2</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>2</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton2Normal</Normal>
<Pressed>A_HotButton2Pressed</Pressed>
<Flyby>A_HotButton2Flyby</Flyby>
<Disabled>A_HotButton2Disabled</Disabled>
<PressedFlyby>A_HotButton2PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB2_Button3">
<ScreenID>HB_Button3</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>3</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton3Normal</Normal>
<Pressed>A_HotButton3Pressed</Pressed>
<Flyby>A_HotButton3Flyby</Flyby>
<Disabled>A_HotButton3Disabled</Disabled>
<PressedFlyby>A_HotButton3PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB2_Button4">
<ScreenID>HB_Button4</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>4</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton4Normal</Normal>
<Pressed>A_HotButton4Pressed</Pressed>
<Flyby>A_HotButton4Flyby</Flyby>
<Disabled>A_HotButton4Disabled</Disabled>
<PressedFlyby>A_HotButton4PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB2_Button5">
<ScreenID>HB_Button5</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>5</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton5Normal</Normal>
<Pressed>A_HotButton5Pressed</Pressed>
<Flyby>A_HotButton5Flyby</Flyby>
<Disabled>A_HotButton5Disabled</Disabled>
<PressedFlyby>A_HotButton5PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB2_Button6">
<ScreenID>HB_Button6</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>6</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton6Normal</Normal>
<Pressed>A_HotButton6Pressed</Pressed>
<Flyby>A_HotButton6Flyby</Flyby>
<Disabled>A_HotButton6Disabled</Disabled>
<PressedFlyby>A_HotButton6PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB2_Button7">
<ScreenID>HB_Button7</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>7</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton7Normal</Normal>
<Pressed>A_HotButton7Pressed</Pressed>
<Flyby>A_HotButton7Flyby</Flyby>
<Disabled>A_HotButton7Disabled</Disabled>
<PressedFlyby>A_HotButton7PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB2_Button8">
<ScreenID>HB_Button8</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>8</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton8Normal</Normal>
<Pressed>A_HotButton8Pressed</Pressed>
<Flyby>A_HotButton8Flyby</Flyby>
<Disabled>A_HotButton8Disabled</Disabled>
<PressedFlyby>A_HotButton8PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB2_Button9">
<ScreenID>HB_Button9</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>9</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton9Normal</Normal>
<Pressed>A_HotButton9Pressed</Pressed>
<Flyby>A_HotButton9Flyby</Flyby>
<Disabled>A_HotButton9Disabled</Disabled>
<PressedFlyby>A_HotButton9PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB2_Button10">
<ScreenID>HB_Button10</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>10</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton10Normal</Normal>
<Pressed>A_HotButton10Pressed</Pressed>
<Flyby>A_HotButton10Flyby</Flyby>
<Disabled>A_HotButton10Disabled</Disabled>
<PressedFlyby>A_HotButton10PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB2_Button11">
<ScreenID>HB_Button11</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>11</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton11Normal</Normal>
<Pressed>A_HotButton11Pressed</Pressed>
<Flyby>A_HotButton11Flyby</Flyby>
<Disabled>A_HotButton11Disabled</Disabled>
<PressedFlyby>A_HotButton11PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<HotButton item="HB2_Button12">
<ScreenID>HB_Button12</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Size>
<CX>37</CX>
<CY>34</CY>
</Size>
<Text>12</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>33</CX>
<CY>30</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton12Normal</Normal>
<Pressed>A_HotButton12Pressed</Pressed>
<Flyby>A_HotButton12Flyby</Flyby>
<Disabled>A_HotButton12Disabled</Disabled>
<PressedFlyby>A_HotButton12PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>
<Screen item="HB_NoSpinnerBarTemplate">
<ScreenID>HB_NoSpinnerBarTemplate</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>4</TopAnchorOffset>
<BottomAnchorOffset>4</BottomAnchorOffset>
<LeftAnchorOffset>4</LeftAnchorOffset>
<RightAnchorOffset>4</RightAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<UseInLayoutVertical>false</UseInLayoutVertical>
<UseInLayoutHorizontal>false</UseInLayoutHorizontal>
</Screen>
<Screen item="HB_HorizontalBarTemplate">
<ScreenID>HB_HorizontalBarTemplate</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>4</TopAnchorOffset>
<BottomAnchorOffset>4</BottomAnchorOffset>
<LeftAnchorOffset>4</LeftAnchorOffset>
<RightAnchorOffset>15</RightAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<UseInLayoutVertical>false</UseInLayoutVertical>
<UseInLayoutHorizontal>false</UseInLayoutHorizontal>
</Screen>
<Screen item="HB_VerticalBarTemplate">
<ScreenID>HB_VerticalBarTemplate</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>15</TopAnchorOffset>
<BottomAnchorOffset>4</BottomAnchorOffset>
<LeftAnchorOffset>4</LeftAnchorOffset>
<RightAnchorOffset>4</RightAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<UseInLayoutVertical>false</UseInLayoutVertical>
<UseInLayoutHorizontal>false</UseInLayoutHorizontal>
</Screen>
<TileLayoutBox item="HB_HotButtonLayout">
<ScreenID>HB_HotButtonLayout</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>4</TopAnchorOffset>
<BottomAnchorOffset>4</BottomAnchorOffset>
<LeftAnchorOffset>4</LeftAnchorOffset>
<RightAnchorOffset>11</RightAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>true</Style_Transparent>
<Style_TransparentControl>true</Style_TransparentControl>
<Spacing>4</Spacing>
<SecondarySpacing>4</SecondarySpacing>
<HorizontalFirst>true</HorizontalFirst>
<AnchorToTop>true</AnchorToTop>
<AnchorToLeft>true</AnchorToLeft>
<FirstPieceTemplate>true</FirstPieceTemplate>
<SnapToChildren>true</SnapToChildren>
<Pieces>HotButton:HB2_Button1</Pieces>
<Pieces>HotButton:HB2_Button2</Pieces>
<Pieces>HotButton:HB2_Button3</Pieces>
<Pieces>HotButton:HB2_Button4</Pieces>
<Pieces>HotButton:HB2_Button5</Pieces>
<Pieces>HotButton:HB2_Button6</Pieces>
<Pieces>HotButton:HB2_Button7</Pieces>
<Pieces>HotButton:HB2_Button8</Pieces>
<Pieces>HotButton:HB2_Button9</Pieces>
<Pieces>HotButton:HB2_Button10</Pieces>
<Pieces>HotButton:HB2_Button11</Pieces>
<Pieces>HotButton:HB2_Button12</Pieces>
</TileLayoutBox>
<Button item="HB_PageUpButton">
<ScreenID>HB_PageUpButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Size>
<CX>11</CX>
<CY>16</CY>
</Size>
<Template>BDT_VSBUp</Template>
</Button>
<Label item="HB_HorizontalCurrentPageLabel">
<ScreenID>HB_HorizontalCurrentPageLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>16</Y>
</Location>
<Size>
<CX>10</CX>
<CY>11</CY>
</Size>
<Text>10</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignCenter>true</AlignCenter>
</Label>
<Button item="HB_PageDownButton">
<ScreenID>HB_PageDownButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>27</Y>
</Location>
<Size>
<CX>11</CX>
<CY>16</CY>
</Size>
<Template>BDT_VSBDown</Template>
</Button>
<Button item="HB_PageLeftButton">
<ScreenID>HB_PageLeftButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Size>
<CX>16</CX>
<CY>11</CY>
</Size>
<Template>BDT_HSBLeft</Template>
</Button>
<Label item="HB_VerticalCurrentPageLabel">
<ScreenID>HB_VerticalCurrentPageLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>16</X>
<Y>0</Y>
</Location>
<Size>
<CX>10</CX>
<CY>11</CY>
</Size>
<Text>10</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<AlignCenter>true</AlignCenter>
</Label>
<Button item="HB_PageRightButton">
<ScreenID>HB_PageRightButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>27</X>
<Y>0</Y>
</Location>
<Size>
<CX>16</CX>
<CY>11</CY>
</Size>
<Template>BDT_HSBRight</Template>
</Button>
<Screen item="HB_HorizontalBarPageButtons">
<ScreenID>HB_HorizontalBarPageButtons</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>0</TopAnchorOffset>
<BottomAnchorOffset>43</BottomAnchorOffset>
<LeftAnchorOffset>11</LeftAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>true</BottomAnchorToTop>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>true</Style_Transparent>
<UseInLayoutVertical>false</UseInLayoutVertical>
<UseInLayoutHorizontal>false</UseInLayoutHorizontal>
<Pieces>HB_PageUpButton</Pieces>
<Pieces>HB_HorizontalCurrentPageLabel</Pieces>
<Pieces>HB_PageDownButton</Pieces>
</Screen>
<Screen item="HB_VerticalBarPageButtons">
<ScreenID>HB_VerticalBarPageButtons</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Transparent>true</Style_Transparent>
<Location>
<X>1</X>
<Y>0</Y>
</Location>
<Size>
<CX>42</CX>
<CY>11</CY>
</Size>
<UseInLayoutVertical>false</UseInLayoutVertical>
<UseInLayoutHorizontal>false</UseInLayoutHorizontal>
<Pieces>HB_PageLeftButton</Pieces>
<Pieces>HB_VerticalCurrentPageLabel</Pieces>
<Pieces>HB_PageRightButton</Pieces>
</Screen>
<LayoutVertical item="HB_LayoutV">
<ResizeVertical>true</ResizeVertical>
<ResizeHorizontal>true</ResizeHorizontal>
</LayoutVertical>
<Screen item="HotButtonWnd2">
<ScreenID />
<Layout>HB_LayoutV</Layout>
<Font>2</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>525</CX>
<CY>53</CY>
</Size>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Closebox>true</Style_Closebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Style_ClientMovable>true</Style_ClientMovable>
<Pieces>TileLayoutBox:HB_HotButtonLayout</Pieces>
<Pieces>Screen:HB_VerticalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarTemplate</Pieces>
<Pieces>Screen:HB_VerticalBarTemplate</Pieces>
<Pieces>Screen:HB_NoSpinnerBarTemplate</Pieces>
</Screen>
<Screen item="HotButtonWnd3">
<ScreenID />
<Layout>HB_LayoutV</Layout>
<Font>2</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>525</CX>
<CY>53</CY>
</Size>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Closebox>true</Style_Closebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Style_ClientMovable>true</Style_ClientMovable>
<Pieces>TileLayoutBox:HB_HotButtonLayout</Pieces>
<Pieces>Screen:HB_VerticalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarTemplate</Pieces>
<Pieces>Screen:HB_VerticalBarTemplate</Pieces>
<Pieces>Screen:HB_NoSpinnerBarTemplate</Pieces>
</Screen>
<Screen item="HotButtonWnd4">
<ScreenID />
<Layout>HB_LayoutV</Layout>
<Font>2</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>525</CX>
<CY>53</CY>
</Size>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Closebox>true</Style_Closebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Style_ClientMovable>true</Style_ClientMovable>
<Pieces>TileLayoutBox:HB_HotButtonLayout</Pieces>
<Pieces>Screen:HB_VerticalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarTemplate</Pieces>
<Pieces>Screen:HB_VerticalBarTemplate</Pieces>
<Pieces>Screen:HB_NoSpinnerBarTemplate</Pieces>
</Screen>
<Screen item="HotButtonWnd5">
<ScreenID />
<Layout>HB_LayoutV</Layout>
<Font>2</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>525</CX>
<CY>53</CY>
</Size>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Closebox>true</Style_Closebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Style_ClientMovable>true</Style_ClientMovable>
<Pieces>TileLayoutBox:HB_HotButtonLayout</Pieces>
<Pieces>Screen:HB_VerticalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarTemplate</Pieces>
<Pieces>Screen:HB_VerticalBarTemplate</Pieces>
<Pieces>Screen:HB_NoSpinnerBarTemplate</Pieces>
</Screen>
<Screen item="HotButtonWnd6">
<ScreenID />
<Layout>HB_LayoutV</Layout>
<Font>2</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>525</CX>
<CY>53</CY>
</Size>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Closebox>true</Style_Closebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Style_ClientMovable>true</Style_ClientMovable>
<Pieces>TileLayoutBox:HB_HotButtonLayout</Pieces>
<Pieces>Screen:HB_VerticalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarTemplate</Pieces>
<Pieces>Screen:HB_VerticalBarTemplate</Pieces>
<Pieces>Screen:HB_NoSpinnerBarTemplate</Pieces>
</Screen>
<Screen item="HotButtonWnd7">
<ScreenID />
<Layout>HB_LayoutV</Layout>
<Font>2</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>525</CX>
<CY>53</CY>
</Size>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Closebox>true</Style_Closebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Style_ClientMovable>true</Style_ClientMovable>
<Pieces>TileLayoutBox:HB_HotButtonLayout</Pieces>
<Pieces>Screen:HB_VerticalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarTemplate</Pieces>
<Pieces>Screen:HB_VerticalBarTemplate</Pieces>
<Pieces>Screen:HB_NoSpinnerBarTemplate</Pieces>
</Screen>
<Screen item="HotButtonWnd8">
<ScreenID />
<Layout>HB_LayoutV</Layout>
<Font>2</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>525</CX>
<CY>53</CY>
</Size>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Closebox>true</Style_Closebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Style_ClientMovable>true</Style_ClientMovable>
<Pieces>TileLayoutBox:HB_HotButtonLayout</Pieces>
<Pieces>Screen:HB_VerticalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarTemplate</Pieces>
<Pieces>Screen:HB_VerticalBarTemplate</Pieces>
<Pieces>Screen:HB_NoSpinnerBarTemplate</Pieces>
</Screen>
<Screen item="HotButtonWnd9">
<ScreenID />
<Layout>HB_LayoutV</Layout>
<Font>2</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>525</CX>
<CY>53</CY>
</Size>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Closebox>true</Style_Closebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Style_ClientMovable>true</Style_ClientMovable>
<Pieces>TileLayoutBox:HB_HotButtonLayout</Pieces>
<Pieces>Screen:HB_VerticalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarTemplate</Pieces>
<Pieces>Screen:HB_VerticalBarTemplate</Pieces>
<Pieces>Screen:HB_NoSpinnerBarTemplate</Pieces>
</Screen>
<Screen item="HotButtonWnd10">
<ScreenID />
<Layout>HB_LayoutV</Layout>
<Font>2</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>525</CX>
<CY>53</CY>
</Size>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Closebox>true</Style_Closebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Style_ClientMovable>true</Style_ClientMovable>
<Pieces>TileLayoutBox:HB_HotButtonLayout</Pieces>
<Pieces>Screen:HB_VerticalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarPageButtons</Pieces>
<Pieces>Screen:HB_HorizontalBarTemplate</Pieces>
<Pieces>Screen:HB_VerticalBarTemplate</Pieces>
<Pieces>Screen:HB_NoSpinnerBarTemplate</Pieces>
</Screen>
</XML>
Kalthazz is offline   Reply With Quote
Old 12-12-2011, 07:20 PM   #3
warriorofmight
Enhanced Imperial Golem
 
Join Date: Aug 2004
Posts: 231
Interface Author - Click to view interfaces
Default

Erm ... you should probably link us or attach your hotbutton window so we can look at it and either amend it or tell you how to.

Kalth's code will probably work if you paste it over all of your hotbutton info, but then odds are you'll lose everything that makes your hotbuttons different.
__________________

Oink! Reborn
warriorofmight is offline   Reply With Quote
Old 12-12-2011, 07:22 PM   #4
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

and for the love of god use code brackets
Halelen is offline   Reply With Quote
Old 12-12-2011, 10:20 PM   #5
yonu
A Shissar Disciple
 
Join Date: Sep 2004
Posts: 109
Interface Author - Click to view interfaces
Default

ok here is the XML and sorry for no attachment I wasn't sure if there was a simple fix or not

Thanks,
Yonu
Attached Files
File Type: xml EQUI_HotButtonWnd.xml (117.1 KB, 3 views)
yonu is offline   Reply With Quote
Old 12-30-2011, 01:38 PM   #6
yonu
A Shissar Disciple
 
Join Date: Sep 2004
Posts: 109
Interface Author - Click to view interfaces
Default

so can anyone tell me what to change or is there simply one line or something that needs to change
yonu is offline   Reply With Quote
Old 01-13-2012, 03:03 AM   #7
Gregorio03
A Fire Beetle
 
Join Date: Jan 2012
Posts: 3
Default

Do you remember this Hot Button Window?
HotButton UI.PNG

This was an from a really really old T.King/Drakah Interface.

I have been using this Hotbutton Window ever since - because its the only Hotbutton Window ive seen which had a double line. Buttons on top..and Inventory down below. It was perfect.

Now they have screwed it up - and I was wondering if there was anyway I can get this redone.

Many Thanks in Advance
__________________
3G Wireless Router
Party Tops

Last edited by Gregorio03 : 01-14-2012 at 12:34 AM.
Gregorio03 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 09:02 AM.


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