Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Developer Discussion > XML modification help.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 10-12-2010, 01:28 PM   #1
xeni
A Ghoul
 
Join Date: Nov 2002
Posts: 18
Default hot bar need to be modified

hello i have got the hot bar long time ago
if someone can add the 2 slot bag and add corrupt save the few change from recent patch ) ty
Attached Files
File Type: xml EQUI_HotButtonWnd.xml (113.8 KB, 12 views)
xeni is offline   Reply With Quote
Old 02-17-2011, 07:03 AM   #2
xeni
A Ghoul
 
Join Date: Nov 2002
Posts: 18
Default

anyone can help with those please i have try to do it myself but i understand nothing on how to modify the structure ;, to add things like the bag and the cor upt resist ;
pl s ifyou can do someting this is the most important piece in my ui ;
xeni is offline   Reply With Quote
Old 02-17-2011, 10:02 AM   #3
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 into that hot buttons file just edit the file and erase all the code thats in the file and put all this into it below and your be golden!


<?xml version="1.0" encoding="UTF-8"?>
<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_MiniInvEar">
<Frames>
<Texture>mini_inv.tga</Texture>
<Location>
<X>90</X>
<Y>0</Y>
</Location>
<Size>
<CX>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</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>27</CX>
<CY>27</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Button item="HB_PageLeftButton">
<ScreenID>HB_PageLeftButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>15</X>
<Y>2</Y>
</Location>
<Size>
<CX>22</CX>
<CY>12</CY>
</Size>
<ButtonDrawTemplate>
<Normal>A_HSBLeftNormal</Normal>
<Pressed>A_HSBLeftPressed</Pressed>
<Flyby>A_HSBLeftFlyby</Flyby>
<Disabled>A_HSBLeftDisabled</Disabled>
<PressedFlyby>A_HSBLeftPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Label item="HB_CurrentPageLabel">
<ScreenID>HB_CurrentPageLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>36</X>
<Y>2</Y>
</Location>
<Size>
<CX>25</CX>
<CY>16</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item="HB_PageRightButton">
<ScreenID>HB_PageRightButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>59</X>
<Y>2</Y>
</Location>
<Size>
<CX>22</CX>
<CY>12</CY>
</Size>
<ButtonDrawTemplate>
<Normal>A_HSBRightNormal</Normal>
<Pressed>A_HSBRightPressed</Pressed>
<Flyby>A_HSBRightFlyby</Flyby>
<Disabled>A_HSBRightDisabled</Disabled>
<PressedFlyby>A_HSBRightPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button1">
<ScreenID>HB_Button1</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>16</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button2">
<ScreenID>HB_Button2</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>16</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>2</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button3">
<ScreenID>HB_Button3</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>56</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>3</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button4">
<ScreenID>HB_Button4</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>56</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>4</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button5">
<ScreenID>HB_Button5</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>96</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>5</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button6">
<ScreenID>HB_Button6</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>96</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>6</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button7">
<ScreenID>HB_Button7</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>136</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>7</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button8">
<ScreenID>HB_Button8</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>136</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>8</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button9">
<ScreenID>HB_Button9</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>176</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>9</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB_Button10">
<ScreenID>HB_Button10</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>176</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>10</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<InvSlot item="HB_InvSlot1">
<ScreenID>HB_InvSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>16</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot2">
<ScreenID>HB_InvSlot2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>16</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot3">
<ScreenID>HB_InvSlot3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>56</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot4">
<ScreenID>HB_InvSlot4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>56</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot5">
<ScreenID>HB_InvSlot5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>96</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot6">
<ScreenID>HB_InvSlot6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>96</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot7">
<ScreenID>HB_InvSlot7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>136</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot8">
<ScreenID>HB_InvSlot8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>136</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot9">
<ScreenID>HB_InvSlot9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>176</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB_InvSlot10">
<ScreenID>HB_InvSlot10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>176</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<SpellGem item="HB_SpellGem1">
<ScreenID>HB_SpellGem1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>21</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem2">
<ScreenID>HB_SpellGem2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>21</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem3">
<ScreenID>HB_SpellGem3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>61</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem4">
<ScreenID>HB_SpellGem4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>61</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem5">
<ScreenID>HB_SpellGem5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>101</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem6">
<ScreenID>HB_SpellGem6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>101</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem7">
<ScreenID>HB_SpellGem7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>141</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem8">
<ScreenID>HB_SpellGem8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>141</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem9">
<ScreenID>HB_SpellGem9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>181</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB_SpellGem10">
<ScreenID>HB_SpellGem10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>181</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<!--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>99</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>99</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>99</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>99</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>99</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>99</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>99</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>132</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>132</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>132</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>132</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>132</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>132</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>132</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>
<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>112</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>138</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>143</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>215</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>215</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>224</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>233</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>224</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>233</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_Magic">
<ScreenID>MagicLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>215</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>215</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>224</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>233</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>224</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>47</X>
<Y>233</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>
<Button item="HB_FileButton">
<ScreenID>HB_FileButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>111</X>
<Y>230</Y>
</Location>
<Size>
<CX>40</CX>
<CY>12</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>Settings</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>0</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_ItopBtnNormal</Normal>
<Pressed>A_ItopBtnPressed</Pressed>
<Flyby>A_ItopBtnFlyby</Flyby>
<Disabled>A_ItopBtnDisabled</Disabled>
<PressedFlyby>A_ItopBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Screen item="HotButtonWnd">
<ScreenID />
<Font>1</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>182</CX>
<CY>255</CY>
</Size>
<Text>Hot Buttons</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Hot Buttons</TooltipReference>
<DrawTemplate>WDT_RoundedNoTitle</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>HB_PageLeftButton</Pieces>
<Pieces>HB_PageRightButton</Pieces>
<Pieces>HB_CurrentPageLabel</Pieces>
<Pieces>HB_Button1</Pieces>
<Pieces>HB_Button2</Pieces>
<Pieces>HB_Button3</Pieces>
<Pieces>HB_Button4</Pieces>
<Pieces>HB_Button5</Pieces>
<Pieces>HB_Button6</Pieces>
<Pieces>HB_Button7</Pieces>
<Pieces>HB_Button8</Pieces>
<Pieces>HB_Button9</Pieces>
<Pieces>HB_Button10</Pieces>
<Pieces>HB_InvSlot1</Pieces>
<Pieces>HB_InvSlot2</Pieces>
<Pieces>HB_InvSlot3</Pieces>
<Pieces>HB_InvSlot4</Pieces>
<Pieces>HB_InvSlot5</Pieces>
<Pieces>HB_InvSlot6</Pieces>
<Pieces>HB_InvSlot7</Pieces>
<Pieces>HB_InvSlot8</Pieces>
<Pieces>HB_InvSlot9</Pieces>
<Pieces>HB_InvSlot10</Pieces>
<Pieces>HB_SpellGem1</Pieces>
<Pieces>HB_SpellGem2</Pieces>
<Pieces>HB_SpellGem3</Pieces>
<Pieces>HB_SpellGem4</Pieces>
<Pieces>HB_SpellGem5</Pieces>
<Pieces>HB_SpellGem6</Pieces>
<Pieces>HB_SpellGem7</Pieces>
<Pieces>HB_SpellGem8</Pieces>
<Pieces>HB_SpellGem9</Pieces>
<Pieces>HB_SpellGem10</Pieces>
<Pieces>HB_FileButton</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>
<!--Hot Bar 2-->
<Button item="HB2_PageLeftButton">
<ScreenID>HB2_PageLeftButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>15</X>
<Y>2</Y>
</Location>
<Size>
<CX>22</CX>
<CY>12</CY>
</Size>
<ButtonDrawTemplate>
<Normal>A_HSBLeftNormal</Normal>
<Pressed>A_HSBLeftPressed</Pressed>
<Flyby>A_HSBLeftFlyby</Flyby>
<Disabled>A_HSBLeftDisabled</Disabled>
<PressedFlyby>A_HSBLeftPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Label item="HB2_CurrentPageLabel">
<ScreenID>HB2_CurrentPageLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>36</X>
<Y>2</Y>
</Location>
<Size>
<CX>25</CX>
<CY>16</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item="HB2_PageRightButton">
<ScreenID>HB2_PageRightButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>59</X>
<Y>2</Y>
</Location>
<Size>
<CX>22</CX>
<CY>12</CY>
</Size>
<ButtonDrawTemplate>
<Normal>A_HSBRightNormal</Normal>
<Pressed>A_HSBRightPressed</Pressed>
<Flyby>A_HSBRightFlyby</Flyby>
<Disabled>A_HSBRightDisabled</Disabled>
<PressedFlyby>A_HSBRightPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button1">
<ScreenID>HB2_Button1</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>16</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button2">
<ScreenID>HB2_Button2</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>16</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>2</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button3">
<ScreenID>HB2_Button3</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>56</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>3</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button4">
<ScreenID>HB2_Button4</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>56</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>4</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button5">
<ScreenID>HB2_Button5</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>96</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>5</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button6">
<ScreenID>HB2_Button6</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>96</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>6</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button7">
<ScreenID>HB2_Button7</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>136</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>7</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button8">
<ScreenID>HB2_Button8</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>136</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>8</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button9">
<ScreenID>HB2_Button9</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>176</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>9</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB2_Button10">
<ScreenID>HB2_Button10</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>176</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>10</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<InvSlot item="HB2_InvSlot1">
<ScreenID>HB2_InvSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>16</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot2">
<ScreenID>HB2_InvSlot2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>16</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot3">
<ScreenID>HB2_InvSlot3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>56</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot4">
<ScreenID>HB2_InvSlot4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>56</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot5">
<ScreenID>HB2_InvSlot5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>96</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot6">
<ScreenID>HB2_InvSlot6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>96</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot7">
<ScreenID>HB2_InvSlot7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>136</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot8">
<ScreenID>HB2_InvSlot8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>136</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot9">
<ScreenID>HB2_InvSlot9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>176</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB2_InvSlot10">
<ScreenID>HB2_InvSlot10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>176</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<SpellGem item="HB2_SpellGem1">
<ScreenID>HB2_SpellGem1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>21</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem2">
<ScreenID>HB2_SpellGem2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>21</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem3">
<ScreenID>HB2_SpellGem3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>61</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem4">
<ScreenID>HB2_SpellGem4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>61</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem5">
<ScreenID>HB2_SpellGem5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>101</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem6">
<ScreenID>HB2_SpellGem6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>101</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem7">
<ScreenID>HB2_SpellGem7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>141</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem8">
<ScreenID>HB2_SpellGem8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>141</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem9">
<ScreenID>HB2_SpellGem9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>181</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB2_SpellGem10">
<ScreenID>HB2_SpellGem10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>181</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<!--Inventory slots here-->
<!--Inventory slots here-->
<!--Inventory slots here-->
<!--Inventory slots here-->
<!--Inventory slots here-->
<InvSlot item="HB2_Newslot1">
<ScreenID>NewSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB2_Newslot2">
<ScreenID>Newslot2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB2_Newslot3">
<ScreenID>Newslot3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB2_Newslot4">
<ScreenID>Newslot4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB2_Newslot5">
<ScreenID>Newslot5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB2_Newslot6">
<ScreenID>Newslot6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB2_Newslot7">
<ScreenID>Newslot7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB2_Newslot8">
<ScreenID>Newslot8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB2_Newslot9">
<ScreenID>Newslot9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB2_Newslot10">
<ScreenID>Newslot10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB2_Newslot11">
<ScreenID>Newslot11</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB2_Newslot12">
<ScreenID>Newslot12</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB2_Newslot13">
<ScreenID>Newslot13</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB2_Newslot14">
<ScreenID>Newslot14</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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>
<Label item="HB2_Weight">
<ScreenID>WeightLabel</ScreenID>
<Font>0</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>106</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="HB2_CurrentWeight">
<ScreenID>WeightNumberLabel</ScreenID>
<EQType>24</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>117</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="HB2_WeightDiv">
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>143</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="HB2_MaxWeight">
<EQType>25</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>148</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="HB2_PoisonNumber">
<ScreenID>PoisonNumberLabel</ScreenID>
<EQType>12</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>215</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="HB2_MagicNumber">
<ScreenID>MagicNumberLabel</ScreenID>
<EQType>16</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>215</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="HB2_DiseaseNumber">
<ScreenID>DiseaseNumberLabel</ScreenID>
<EQType>13</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>224</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="HB2_FireNumber">
<ScreenID>FireNumberLabel</ScreenID>
<EQType>14</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>233</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="HB2_ColdNumber">
<ScreenID>ColdNumberLabel</ScreenID>
<EQType>15</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>224</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="HB2_CorruptionNumber">
<ScreenID>CorruptionNumberLabel</ScreenID>
<EQType>136</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>233</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="HB2_Magic">
<ScreenID>MagicLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>215</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="HB2_Poison">
<ScreenID>PoisonLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>215</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="HB2_Disease">
<ScreenID>DiseaseLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>224</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="HB2_Fire">
<ScreenID>FireLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>233</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="HB2_Cold">
<ScreenID>ColdLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>224</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="HB2_Corruption">
<ScreenID>CorruptionLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>47</X>
<Y>233</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>
<Button item="HB2_FileButton">
<ScreenID>HB2_FileButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>111</X>
<Y>230</Y>
</Location>
<Size>
<CX>40</CX>
<CY>12</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>Settings</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>0</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_ItopBtnNormal</Normal>
<Pressed>A_ItopBtnPressed</Pressed>
<Flyby>A_ItopBtnFlyby</Flyby>
<Disabled>A_ItopBtnDisabled</Disabled>
<PressedFlyby>A_ItopBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Screen item="HotButtonWnd2">
<ScreenID />
<Font>1</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>182</CX>
<CY>255</CY>
</Size>
<Text>Hot Buttons</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Hot Buttons</TooltipReference>
<DrawTemplate>WDT_RoundedNoTitle</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>HB2_PageLeftButton</Pieces>
<Pieces>HB2_PageRightButton</Pieces>
<Pieces>HB2_CurrentPageLabel</Pieces>
<Pieces>HB2_Button1</Pieces>
<Pieces>HB2_Button2</Pieces>
<Pieces>HB2_Button3</Pieces>
<Pieces>HB2_Button4</Pieces>
<Pieces>HB2_Button5</Pieces>
<Pieces>HB2_Button6</Pieces>
<Pieces>HB2_Button7</Pieces>
<Pieces>HB2_Button8</Pieces>
<Pieces>HB2_Button9</Pieces>
<Pieces>HB2_Button10</Pieces>
<Pieces>HB2_InvSlot1</Pieces>
<Pieces>HB2_InvSlot2</Pieces>
<Pieces>HB2_InvSlot3</Pieces>
<Pieces>HB2_InvSlot4</Pieces>
<Pieces>HB2_InvSlot5</Pieces>
<Pieces>HB2_InvSlot6</Pieces>
<Pieces>HB2_InvSlot7</Pieces>
<Pieces>HB2_InvSlot8</Pieces>
<Pieces>HB2_InvSlot9</Pieces>
<Pieces>HB2_InvSlot10</Pieces>
<Pieces>HB2_SpellGem1</Pieces>
<Pieces>HB2_SpellGem2</Pieces>
<Pieces>HB2_SpellGem3</Pieces>
<Pieces>HB2_SpellGem4</Pieces>
<Pieces>HB2_SpellGem5</Pieces>
<Pieces>HB2_SpellGem6</Pieces>
<Pieces>HB2_SpellGem7</Pieces>
<Pieces>HB2_SpellGem8</Pieces>
<Pieces>HB2_SpellGem9</Pieces>
<Pieces>HB2_SpellGem10</Pieces>
<Pieces>HB2_FileButton</Pieces>
<Pieces>Newslot1</Pieces>
<Pieces>HB2_Newslot2</Pieces>
<Pieces>HB2_Newslot3</Pieces>
<Pieces>HB2_Newslot4</Pieces>
<Pieces>HB2_Newslot5</Pieces>
<Pieces>HB2_Newslot6</Pieces>
<Pieces>HB2_Newslot7</Pieces>
<Pieces>HB2_Newslot8</Pieces>
<Pieces>HB2_Newslot9</Pieces>
<Pieces>HB2_Newslot10</Pieces>
<Pieces>HB2_Newslot11</Pieces>
<Pieces>HB2_Newslot12</Pieces>
<Pieces>Newslot13</Pieces>
<Pieces>Newslot14</Pieces>
<Pieces>HB2_Weight</Pieces>
<Pieces>HB2_CurrentWeight</Pieces>
<Pieces>HB2_WeightDiv</Pieces>
<Pieces>HB2_MaxWeight</Pieces>
<Pieces>HB2_PoisonNumber</Pieces>
<Pieces>HB2_MagicNumber</Pieces>
<Pieces>HB2_DiseaseNumber</Pieces>
<Pieces>HB2_FireNumber</Pieces>
<Pieces>HB2_ColdNumber</Pieces>
<Pieces>HB2_CorruptionNumber</Pieces>
<Pieces>HB2_Poison</Pieces>
<Pieces>HB2_Magic</Pieces>
<Pieces>HB2_Disease</Pieces>
<Pieces>HB2_Fire</Pieces>
<Pieces>HB2_Cold</Pieces>
<Pieces>HB2_Corruption</Pieces>
</Screen>
<!--Hot Bar 3-->
<Button item="HB3_PageLeftButton">
<ScreenID>HB3_PageLeftButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>15</X>
<Y>2</Y>
</Location>
<Size>
<CX>22</CX>
<CY>12</CY>
</Size>
<ButtonDrawTemplate>
<Normal>A_HSBLeftNormal</Normal>
<Pressed>A_HSBLeftPressed</Pressed>
<Flyby>A_HSBLeftFlyby</Flyby>
<Disabled>A_HSBLeftDisabled</Disabled>
<PressedFlyby>A_HSBLeftPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Label item="HB3_CurrentPageLabel">
<ScreenID>HB3_CurrentPageLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>36</X>
<Y>2</Y>
</Location>
<Size>
<CX>25</CX>
<CY>16</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item="HB3_PageRightButton">
<ScreenID>HB3_PageRightButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>59</X>
<Y>2</Y>
</Location>
<Size>
<CX>22</CX>
<CY>12</CY>
</Size>
<ButtonDrawTemplate>
<Normal>A_HSBRightNormal</Normal>
<Pressed>A_HSBRightPressed</Pressed>
<Flyby>A_HSBRightFlyby</Flyby>
<Disabled>A_HSBRightDisabled</Disabled>
<PressedFlyby>A_HSBRightPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button1">
<ScreenID>HB3_Button1</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>16</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button2">
<ScreenID>HB3_Button2</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>16</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>2</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button3">
<ScreenID>HB3_Button3</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>56</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>3</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button4">
<ScreenID>HB3_Button4</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>56</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>4</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button5">
<ScreenID>HB3_Button5</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>96</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>5</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button6">
<ScreenID>HB3_Button6</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>96</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>6</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button7">
<ScreenID>HB3_Button7</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>136</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>7</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button8">
<ScreenID>HB3_Button8</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>136</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>8</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button9">
<ScreenID>HB3_Button9</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>176</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>9</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB3_Button10">
<ScreenID>HB3_Button10</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>176</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>10</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<InvSlot item="HB3_InvSlot1">
<ScreenID>HB3_InvSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>16</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot2">
<ScreenID>HB3_InvSlot2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>16</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot3">
<ScreenID>HB3_InvSlot3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>56</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot4">
<ScreenID>HB3_InvSlot4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>56</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot5">
<ScreenID>HB3_InvSlot5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>96</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot6">
<ScreenID>HB3_InvSlot6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>96</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot7">
<ScreenID>HB3_InvSlot7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>136</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot8">
<ScreenID>HB3_InvSlot8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>136</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot9">
<ScreenID>HB3_InvSlot9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>176</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB3_InvSlot10">
<ScreenID>HB3_InvSlot10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>176</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<SpellGem item="HB3_SpellGem1">
<ScreenID>HB3_SpellGem1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>21</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem2">
<ScreenID>HB3_SpellGem2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>21</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem3">
<ScreenID>HB3_SpellGem3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>61</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem4">
<ScreenID>HB3_SpellGem4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>61</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem5">
<ScreenID>HB3_SpellGem5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>101</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem6">
<ScreenID>HB3_SpellGem6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>101</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem7">
<ScreenID>HB3_SpellGem7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>141</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem8">
<ScreenID>HB3_SpellGem8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>141</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem9">
<ScreenID>HB3_SpellGem9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>181</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB3_SpellGem10">
<ScreenID>HB3_SpellGem10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>181</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<!--Inventory slots here-->
<!--Inventory slots here-->
<!--Inventory slots here-->
<!--Inventory slots here-->
<!--Inventory slots here-->
<InvSlot item="HB3_Newslot1">
<ScreenID>NewSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB3_Newslot2">
<ScreenID>Newslot2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB3_Newslot3">
<ScreenID>Newslot3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB3_Newslot4">
<ScreenID>Newslot4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB3_Newslot5">
<ScreenID>Newslot5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB3_Newslot6">
<ScreenID>Newslot6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB3_Newslot7">
<ScreenID>Newslot7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB3_Newslot8">
<ScreenID>Newslot8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB3_Newslot9">
<ScreenID>Newslot9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB3_Newslot10">
<ScreenID>Newslot10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB3_Newslot11">
<ScreenID>Newslot11</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB3_Newslot12">
<ScreenID>Newslot12</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB3_Newslot13">
<ScreenID>Newslot13</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB3_Newslot14">
<ScreenID>Newslot14</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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>
<Label item="HB3_Weight">
<ScreenID>WeightLabel</ScreenID>
<Font>0</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>106</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="HB3_CurrentWeight">
<ScreenID>WeightNumberLabel</ScreenID>
<EQType>24</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>117</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="HB3_WeightDiv">
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>143</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="HB3_MaxWeight">
<EQType>25</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>148</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="HB3_PoisonNumber">
<ScreenID>PoisonNumberLabel</ScreenID>
<EQType>12</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>215</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="HB3_MagicNumber">
<ScreenID>MagicNumberLabel</ScreenID>
<EQType>16</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>215</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="HB3_DiseaseNumber">
<ScreenID>DiseaseNumberLabel</ScreenID>
<EQType>13</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>224</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="HB3_FireNumber">
<ScreenID>FireNumberLabel</ScreenID>
<EQType>14</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>233</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="HB3_ColdNumber">
<ScreenID>ColdNumberLabel</ScreenID>
<EQType>15</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>224</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="HB3_CorruptionNumber">
<ScreenID>CorruptionNumberLabel</ScreenID>
<EQType>136</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>233</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="HB3_Magic">
<ScreenID>MagicLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>215</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="HB3_Poison">
<ScreenID>PoisonLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>215</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="HB3_Disease">
<ScreenID>DiseaseLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>224</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="HB3_Fire">
<ScreenID>FireLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>233</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="HB3_Cold">
<ScreenID>ColdLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>224</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="HB3_Corruption">
<ScreenID>CorruptionLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>47</X>
<Y>233</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>
<Button item="HB3_FileButton">
<ScreenID>HB3_FileButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>111</X>
<Y>230</Y>
</Location>
<Size>
<CX>40</CX>
<CY>12</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>Settings</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>0</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_ItopBtnNormal</Normal>
<Pressed>A_ItopBtnPressed</Pressed>
<Flyby>A_ItopBtnFlyby</Flyby>
<Disabled>A_ItopBtnDisabled</Disabled>
<PressedFlyby>A_ItopBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Screen item="HotButtonWnd3">
<ScreenID />
<Font>1</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>182</CX>
<CY>255</CY>
</Size>
<Text>Hot Buttons</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Hot Buttons</TooltipReference>
<DrawTemplate>WDT_RoundedNoTitle</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>HB3_PageLeftButton</Pieces>
<Pieces>HB3_PageRightButton</Pieces>
<Pieces>HB3_CurrentPageLabel</Pieces>
<Pieces>HB3_Button1</Pieces>
<Pieces>HB3_Button2</Pieces>
<Pieces>HB3_Button3</Pieces>
<Pieces>HB3_Button4</Pieces>
<Pieces>HB3_Button5</Pieces>
<Pieces>HB3_Button6</Pieces>
<Pieces>HB3_Button7</Pieces>
<Pieces>HB3_Button8</Pieces>
<Pieces>HB3_Button9</Pieces>
<Pieces>HB3_Button10</Pieces>
<Pieces>HB3_InvSlot1</Pieces>
<Pieces>HB3_InvSlot2</Pieces>
<Pieces>HB3_InvSlot3</Pieces>
<Pieces>HB3_InvSlot4</Pieces>
<Pieces>HB3_InvSlot5</Pieces>
<Pieces>HB3_InvSlot6</Pieces>
<Pieces>HB3_InvSlot7</Pieces>
<Pieces>HB3_InvSlot8</Pieces>
<Pieces>HB3_InvSlot9</Pieces>
<Pieces>HB3_InvSlot10</Pieces>
<Pieces>HB3_SpellGem1</Pieces>
<Pieces>HB3_SpellGem2</Pieces>
<Pieces>HB3_SpellGem3</Pieces>
<Pieces>HB3_SpellGem4</Pieces>
<Pieces>HB3_SpellGem5</Pieces>
<Pieces>HB3_SpellGem6</Pieces>
<Pieces>HB3_SpellGem7</Pieces>
<Pieces>HB3_SpellGem8</Pieces>
<Pieces>HB3_SpellGem9</Pieces>
<Pieces>HB3_SpellGem10</Pieces>
<Pieces>HB3_FileButton</Pieces>
<Pieces>Newslot1</Pieces>
<Pieces>HB3_Newslot2</Pieces>
<Pieces>HB3_Newslot3</Pieces>
<Pieces>HB3_Newslot4</Pieces>
<Pieces>HB3_Newslot5</Pieces>
<Pieces>HB3_Newslot6</Pieces>
<Pieces>HB3_Newslot7</Pieces>
<Pieces>HB3_Newslot8</Pieces>
<Pieces>HB3_Newslot9</Pieces>
<Pieces>HB3_Newslot10</Pieces>
<Pieces>HB3_Newslot11</Pieces>
<Pieces>HB3_Newslot12</Pieces>
<Pieces>Newslot13</Pieces>
<Pieces>Newslot14</Pieces>
<Pieces>HB3_Weight</Pieces>
<Pieces>HB3_CurrentWeight</Pieces>
<Pieces>HB3_WeightDiv</Pieces>
<Pieces>HB3_MaxWeight</Pieces>
<Pieces>HB3_PoisonNumber</Pieces>
<Pieces>HB3_MagicNumber</Pieces>
<Pieces>HB3_DiseaseNumber</Pieces>
<Pieces>HB3_FireNumber</Pieces>
<Pieces>HB3_ColdNumber</Pieces>
<Pieces>HB3_CorruptionNumber</Pieces>
<Pieces>HB3_Poison</Pieces>
<Pieces>HB3_Magic</Pieces>
<Pieces>HB3_Disease</Pieces>
<Pieces>HB3_Fire</Pieces>
<Pieces>HB3_Cold</Pieces>
<Pieces>HB3_Corruption</Pieces>

</Screen>
<!--Hot Bar 4-->
<Button item="HB4_PageLeftButton">
<ScreenID>HB4_PageLeftButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>15</X>
<Y>2</Y>
</Location>
<Size>
<CX>22</CX>
<CY>12</CY>
</Size>
<ButtonDrawTemplate>
<Normal>A_HSBLeftNormal</Normal>
<Pressed>A_HSBLeftPressed</Pressed>
<Flyby>A_HSBLeftFlyby</Flyby>
<Disabled>A_HSBLeftDisabled</Disabled>
<PressedFlyby>A_HSBLeftPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Label item="HB4_CurrentPageLabel">
<ScreenID>HB4_CurrentPageLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>36</X>
<Y>2</Y>
</Location>
<Size>
<CX>25</CX>
<CY>16</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item="HB4_PageRightButton">
<ScreenID>HB4_PageRightButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>59</X>
<Y>2</Y>
</Location>
<Size>
<CX>22</CX>
<CY>12</CY>
</Size>
<ButtonDrawTemplate>
<Normal>A_HSBRightNormal</Normal>
<Pressed>A_HSBRightPressed</Pressed>
<Flyby>A_HSBRightFlyby</Flyby>
<Disabled>A_HSBRightDisabled</Disabled>
<PressedFlyby>A_HSBRightPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button1">
<ScreenID>HB4_Button1</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>16</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button2">
<ScreenID>HB4_Button2</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>16</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>2</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button3">
<ScreenID>HB4_Button3</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>56</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>3</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button4">
<ScreenID>HB4_Button4</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>56</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>4</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button5">
<ScreenID>HB4_Button5</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>96</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>5</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button6">
<ScreenID>HB4_Button6</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>96</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>6</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button7">
<ScreenID>HB4_Button7</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>136</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>7</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button8">
<ScreenID>HB4_Button8</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>136</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>8</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button9">
<ScreenID>HB4_Button9</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>176</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>9</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Button item="HB4_Button10">
<ScreenID>HB4_Button10</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>176</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>10</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<InvSlot item="HB4_InvSlot1">
<ScreenID>HB4_InvSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>16</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot2">
<ScreenID>HB4_InvSlot2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>16</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot3">
<ScreenID>HB4_InvSlot3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>56</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot4">
<ScreenID>HB4_InvSlot4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>56</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot5">
<ScreenID>HB4_InvSlot5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>96</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot6">
<ScreenID>HB4_InvSlot6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>96</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot7">
<ScreenID>HB4_InvSlot7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>136</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot8">
<ScreenID>HB4_InvSlot8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>136</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot9">
<ScreenID>HB4_InvSlot9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>176</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="HB4_InvSlot10">
<ScreenID>HB4_InvSlot10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>176</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_SquareBtnPressed</Background>
<EQType>-1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<SpellGem item="HB4_SpellGem1">
<ScreenID>HB4_SpellGem1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>21</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem2">
<ScreenID>HB4_SpellGem2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>21</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem3">
<ScreenID>HB4_SpellGem3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>61</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem4">
<ScreenID>HB4_SpellGem4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>61</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem5">
<ScreenID>HB4_SpellGem5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>101</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem6">
<ScreenID>HB4_SpellGem6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>101</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem7">
<ScreenID>HB4_SpellGem7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>141</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem8">
<ScreenID>HB4_SpellGem8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>141</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem9">
<ScreenID>HB4_SpellGem9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>181</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<SpellGem item="HB4_SpellGem10">
<ScreenID>HB4_SpellGem10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>55</X>
<Y>181</Y>
</Location>
<Size>
<CX>40</CX>
<CY>27</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>2</SpellIconOffsetX>
<SpellIconOffsetY>2</SpellIconOffsetY>
</SpellGem>
<!--Inventory slots here-->
<!--Inventory slots here-->
<!--Inventory slots here-->
<!--Inventory slots here-->
<!--Inventory slots here-->
<InvSlot item="HB4_Newslot1">
<ScreenID>NewSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB4_Newslot2">
<ScreenID>Newslot2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB4_Newslot3">
<ScreenID>Newslot3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB4_Newslot4">
<ScreenID>Newslot4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB4_Newslot5">
<ScreenID>Newslot5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB4_Newslot6">
<ScreenID>Newslot6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB4_Newslot7">
<ScreenID>Newslot7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>99</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="HB4_Newslot8">
<ScreenID>Newslot8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB4_Newslot9">
<ScreenID>Newslot9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB4_Newslot10">
<ScreenID>Newslot10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB4_Newslot11">
<ScreenID>Newslot11</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB4_Newslot12">
<ScreenID>Newslot12</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB4_Newslot13">
<ScreenID>Newslot13</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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="HB4_Newslot14">
<ScreenID>Newslot14</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>132</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>
<Label item="HB4_Weight">
<ScreenID>WeightLabel</ScreenID>
<Font>0</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>106</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="HB4_CurrentWeight">
<ScreenID>WeightNumberLabel</ScreenID>
<EQType>24</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>117</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="HB4_WeightDiv">
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>143</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="HB4_MaxWeight">
<EQType>25</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>148</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="HB4_PoisonNumber">
<ScreenID>PoisonNumberLabel</ScreenID>
<EQType>12</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>215</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="HB4_MagicNumber">
<ScreenID>MagicNumberLabel</ScreenID>
<EQType>16</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>215</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="HB4_DiseaseNumber">
<ScreenID>DiseaseNumberLabel</ScreenID>
<EQType>13</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>224</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="HB4_FireNumber">
<ScreenID>FireNumberLabel</ScreenID>
<EQType>14</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>233</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="HB4_ColdNumber">
<ScreenID>ColdNumberLabel</ScreenID>
<EQType>15</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>24</X>
<Y>224</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="HB4_CorruptionNumber">
<ScreenID>CorruptionNumberLabel</ScreenID>
<EQType>136</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>80</X>
<Y>233</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="HB4_Magic">
<ScreenID>MagicLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>215</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="HB4_Poison">
<ScreenID>PoisonLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>215</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="HB4_Disease">
<ScreenID>DiseaseLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>224</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="HB4_Fire">
<ScreenID>FireLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>233</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="HB4_Cold">
<ScreenID>ColdLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>224</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="HB4_Corruption">
<ScreenID>CorruptionLabel</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>47</X>
<Y>233</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>
<Button item="HB4_FileButton">
<ScreenID>HB4_FileButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>111</X>
<Y>230</Y>
</Location>
<Size>
<CX>40</CX>
<CY>12</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>Settings</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>0</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_ItopBtnNormal</Normal>
<Pressed>A_ItopBtnPressed</Pressed>
<Flyby>A_ItopBtnFlyby</Flyby>
<Disabled>A_ItopBtnDisabled</Disabled>
<PressedFlyby>A_ItopBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Screen item="HotButtonWnd4">
<ScreenID />
<Font>1</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
<CX>182</CX>
<CY>255</CY>
</Size>
<Text>Hot Buttons</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Hot Buttons</TooltipReference>
<DrawTemplate>WDT_RoundedNoTitle</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>HB4_PageLeftButton</Pieces>
<Pieces>HB4_PageRightButton</Pieces>
<Pieces>HB4_CurrentPageLabel</Pieces>
<Pieces>HB4_Button1</Pieces>
<Pieces>HB4_Button2</Pieces>
<Pieces>HB4_Button3</Pieces>
<Pieces>HB4_Button4</Pieces>
<Pieces>HB4_Button5</Pieces>
<Pieces>HB4_Button6</Pieces>
<Pieces>HB4_Button7</Pieces>
<Pieces>HB4_Button8</Pieces>
<Pieces>HB4_Button9</Pieces>
<Pieces>HB4_Button10</Pieces>
<Pieces>HB4_InvSlot1</Pieces>
<Pieces>HB4_InvSlot2</Pieces>
<Pieces>HB4_InvSlot3</Pieces>
<Pieces>HB4_InvSlot4</Pieces>
<Pieces>HB4_InvSlot5</Pieces>
<Pieces>HB4_InvSlot6</Pieces>
<Pieces>HB4_InvSlot7</Pieces>
<Pieces>HB4_InvSlot8</Pieces>
<Pieces>HB4_InvSlot9</Pieces>
<Pieces>HB4_InvSlot10</Pieces>
<Pieces>HB4_SpellGem1</Pieces>
<Pieces>HB4_SpellGem2</Pieces>
<Pieces>HB4_SpellGem3</Pieces>
<Pieces>HB4_SpellGem4</Pieces>
<Pieces>HB4_SpellGem5</Pieces>
<Pieces>HB4_SpellGem6</Pieces>
<Pieces>HB4_SpellGem7</Pieces>
<Pieces>HB4_SpellGem8</Pieces>
<Pieces>HB4_SpellGem9</Pieces>
<Pieces>HB4_SpellGem10</Pieces>
<Pieces>HB4_FileButton</Pieces>
<Pieces>Newslot1</Pieces>
<Pieces>HB4_Newslot2</Pieces>
<Pieces>HB4_Newslot3</Pieces>
<Pieces>HB4_Newslot4</Pieces>
<Pieces>HB4_Newslot5</Pieces>
<Pieces>HB4_Newslot6</Pieces>
<Pieces>HB4_Newslot7</Pieces>
<Pieces>HB4_Newslot8</Pieces>
<Pieces>HB4_Newslot9</Pieces>
<Pieces>HB4_Newslot10</Pieces>
<Pieces>HB4_Newslot11</Pieces>
<Pieces>HB4_Newslot12</Pieces>
<Pieces>Newslot13</Pieces>
<Pieces>Newslot14</Pieces>
<Pieces>HB4_Weight</Pieces>
<Pieces>HB4_CurrentWeight</Pieces>
<Pieces>HB4_WeightDiv</Pieces>
<Pieces>HB4_MaxWeight</Pieces>
<Pieces>HB4_PoisonNumber</Pieces>
<Pieces>HB4_MagicNumber</Pieces>
<Pieces>HB4_DiseaseNumber</Pieces>
<Pieces>HB4_FireNumber</Pieces>
<Pieces>HB4_ColdNumber</Pieces>
<Pieces>HB4_CorruptionNumber</Pieces>
<Pieces>HB4_Poison</Pieces>
<Pieces>HB4_Magic</Pieces>
<Pieces>HB4_Disease</Pieces>
<Pieces>HB4_Fire</Pieces>
<Pieces>HB4_Cold</Pieces>
<Pieces>HB4_Corruption</Pieces>
</Screen>
</XML>
Kalthazz 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 07:56 AM.


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