2 Questions
Posted: Fri Apr 02, 2004 10:59 pm
I use Frequency UI that is posted here on the forums. I love this UI but I want to change the mini inventory slots in the Hot Key window to Chest, Legs, Primary and Ammo
Can you guys help me out with that or at least point me in the right direction?
Last question: Can you guys make me a clock or link one here? Nothing fancy needed just a Simple digital clock that starts when I log in. Any extra features are cool but not needed.
Thanks in advance guys. Here is the code for the hot key window.
[quote] <?xml version="1.0" encoding="us-ascii" ?>
- <XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
- <Ui2DAnimation item="A_HotButton1Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>0</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton1Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>80</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton1Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>40</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton1PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>120</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton1Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>160</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton2Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>0</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton2Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>80</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton2Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>40</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton2PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>120</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton2Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>160</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton3Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>0</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton3Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>80</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton3Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>40</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton3PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>120</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton3Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>160</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton4Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>0</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton4Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>80</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton4Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>40</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton4PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>120</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton4Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>160</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton5Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>0</X>
<Y>160</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton5Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>80</X>
<Y>160</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton5Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>40</X>
<Y>160</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton5PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>120</X>
<Y>160</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton5Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>160</X>
<Y>160</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton6Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>0</X>
<Y>200</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton6Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>80</X>
<Y>200</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton6Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>40</X>
<Y>200</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton6PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>120</X>
<Y>200</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton6Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>160</X>
<Y>200</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton7Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>0</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton7Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>80</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton7Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>40</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton7PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>120</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton7Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>160</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton8Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>0</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton8Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>80</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton8Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>40</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton8PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>120</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton8Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>160</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton9Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>0</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton9Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>80</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton9Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>40</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton9PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>120</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton9Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>160</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton10Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>0</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton10Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>80</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton10Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>40</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton10PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>120</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton10Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>160</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvEar">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>90</X>
<Y>0</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvNeck">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>122</X>
<Y>0</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvHead">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>154</X>
<Y>0</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvFace">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>186</X>
<Y>0</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvChest">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>218</X>
<Y>0</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvBack">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>90</X>
<Y>32</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvArms">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>122</X>
<Y>32</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvShoulders">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>154</X>
<Y>32</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvWrist">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>186</X>
<Y>32</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvWaist">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>218</X>
<Y>32</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvHands">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>90</X>
<Y>64</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvRing">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>122</X>
<Y>64</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvLegs">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>154</X>
<Y>64</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvFeet">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>186</X>
<Y>64</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvPrimary">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>218</X>
<Y>64</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvSecondary">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>218</X>
<Y>96</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvRange">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>186</X>
<Y>96</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvAmmo">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>122</X>
<Y>96</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvNormal">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>154</X>
<Y>96</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="Infiniti-HotBG">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces_i3.tga</Texture>
- <Location>
<X>0</X>
<Y>0</Y>
</Location>
- <Size>
<CX>182</CX>
<CY>255</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <StaticAnimation item="A_Hot_BG">
<ScreenID>A_Hot_BG</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>0</X>
<Y>0</Y>
</Location>
- <Size>
<CX>182</CX>
<CY>255</CY>
</Size>
<Animation>Infiniti-HotBG</Animation>
</StaticAnimation>
- <Button item="HB_PageLeftButton">
<ScreenID>HB_PageLeftButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
- <Location>
<X>22</X>
<Y>9</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>43</X>
<Y>9</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>66</X>
<Y>9</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>13</X>
<Y>23</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>57</X>
<Y>23</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>13</X>
<Y>63</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>57</X>
<Y>63</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>13</X>
<Y>103</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>57</X>
<Y>103</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>13</X>
<Y>143</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>57</X>
<Y>143</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>13</X>
<Y>183</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>57</X>
<Y>183</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>13</X>
<Y>23</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>57</X>
<Y>23</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>13</X>
<Y>63</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>57</X>
<Y>63</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>13</X>
<Y>103</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>57</X>
<Y>103</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>13</X>
<Y>143</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>57</X>
<Y>143</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>13</X>
<Y>183</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>57</X>
<Y>183</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>18</X>
<Y>28</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>62</X>
<Y>28</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>18</X>
<Y>68</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>62</X>
<Y>68</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>18</X>
<Y>108</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>62</X>
<Y>108</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>18</X>
<Y>148</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>62</X>
<Y>148</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>18</X>
<Y>188</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>62</X>
<Y>188</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>106</X>
<Y>23</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>22</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>106</X>
<Y>55</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</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="Newslot3">
<ScreenID>Newslot3</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>106</X>
<Y>87</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</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="Newslot4">
<ScreenID>Newslot4</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>106</X>
<Y>119</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</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="Newslot5">
<ScreenID>Newslot5</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>106</X>
<Y>158</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</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="Newslot6">
<ScreenID>Newslot6</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>106</X>
<Y>190</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</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="Newslot7">
<ScreenID>Newslot7</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>138</X>
<Y>23</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</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="Newslot8">
<ScreenID>Newslot8</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>138</X>
<Y>55</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>27</EQType>
<Style_VScroll>false</Style_VScroll&g
Can you guys help me out with that or at least point me in the right direction?
Last question: Can you guys make me a clock or link one here? Nothing fancy needed just a Simple digital clock that starts when I log in. Any extra features are cool but not needed.
Thanks in advance guys. Here is the code for the hot key window.
[quote] <?xml version="1.0" encoding="us-ascii" ?>
- <XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
- <Ui2DAnimation item="A_HotButton1Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>0</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton1Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>80</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton1Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>40</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton1PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>120</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton1Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>160</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton2Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>0</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton2Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>80</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton2Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>40</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton2PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>120</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton2Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>160</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton3Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>0</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton3Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>80</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton3Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>40</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton3PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>120</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton3Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>160</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton4Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>0</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton4Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>80</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton4Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>40</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton4PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>120</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton4Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>160</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton5Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>0</X>
<Y>160</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton5Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>80</X>
<Y>160</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton5Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>40</X>
<Y>160</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton5PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>120</X>
<Y>160</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton5Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>160</X>
<Y>160</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton6Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>0</X>
<Y>200</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton6Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>80</X>
<Y>200</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton6Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>40</X>
<Y>200</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton6PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>120</X>
<Y>200</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton6Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces06.tga</Texture>
- <Location>
<X>160</X>
<Y>200</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton7Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>0</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton7Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>80</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton7Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>40</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton7PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>120</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton7Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>160</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton8Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>0</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton8Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>80</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton8Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>40</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton8PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>120</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton8Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>160</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton9Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>0</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton9Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>80</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton9Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>40</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton9PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>120</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton9Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>160</X>
<Y>80</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton10Normal">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>0</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton10Pressed">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>80</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton10Flyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>40</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton10PressedFlyby">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>120</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_HotButton10Disabled">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces07.tga</Texture>
- <Location>
<X>160</X>
<Y>120</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvEar">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>90</X>
<Y>0</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvNeck">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>122</X>
<Y>0</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvHead">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>154</X>
<Y>0</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvFace">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>186</X>
<Y>0</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvChest">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>218</X>
<Y>0</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvBack">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>90</X>
<Y>32</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvArms">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>122</X>
<Y>32</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvShoulders">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>154</X>
<Y>32</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvWrist">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>186</X>
<Y>32</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvWaist">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>218</X>
<Y>32</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvHands">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>90</X>
<Y>64</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvRing">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>122</X>
<Y>64</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvLegs">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>154</X>
<Y>64</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvFeet">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>186</X>
<Y>64</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvPrimary">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>218</X>
<Y>64</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvSecondary">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>218</X>
<Y>96</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvRange">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>186</X>
<Y>96</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvAmmo">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>122</X>
<Y>96</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="A_MiniInvNormal">
- <Frames>
<Texture>mini_inv.tga</Texture>
- <Location>
<X>154</X>
<Y>96</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
- <Ui2DAnimation item="Infiniti-HotBG">
<Cycle>true</Cycle>
- <Frames>
<Texture>window_pieces_i3.tga</Texture>
- <Location>
<X>0</X>
<Y>0</Y>
</Location>
- <Size>
<CX>182</CX>
<CY>255</CY>
</Size>
- <Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
- <StaticAnimation item="A_Hot_BG">
<ScreenID>A_Hot_BG</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>0</X>
<Y>0</Y>
</Location>
- <Size>
<CX>182</CX>
<CY>255</CY>
</Size>
<Animation>Infiniti-HotBG</Animation>
</StaticAnimation>
- <Button item="HB_PageLeftButton">
<ScreenID>HB_PageLeftButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
- <Location>
<X>22</X>
<Y>9</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>43</X>
<Y>9</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>66</X>
<Y>9</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>13</X>
<Y>23</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>57</X>
<Y>23</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>13</X>
<Y>63</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>57</X>
<Y>63</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>13</X>
<Y>103</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>57</X>
<Y>103</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>13</X>
<Y>143</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>57</X>
<Y>143</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>13</X>
<Y>183</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>57</X>
<Y>183</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>13</X>
<Y>23</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>57</X>
<Y>23</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>13</X>
<Y>63</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>57</X>
<Y>63</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>13</X>
<Y>103</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>57</X>
<Y>103</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>13</X>
<Y>143</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>57</X>
<Y>143</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>13</X>
<Y>183</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>57</X>
<Y>183</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</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>18</X>
<Y>28</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>62</X>
<Y>28</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>18</X>
<Y>68</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>62</X>
<Y>68</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>18</X>
<Y>108</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>62</X>
<Y>108</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>18</X>
<Y>148</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>62</X>
<Y>148</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>18</X>
<Y>188</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>62</X>
<Y>188</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>32</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>106</X>
<Y>23</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>22</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>106</X>
<Y>55</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</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="Newslot3">
<ScreenID>Newslot3</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>106</X>
<Y>87</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</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="Newslot4">
<ScreenID>Newslot4</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>106</X>
<Y>119</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</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="Newslot5">
<ScreenID>Newslot5</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>106</X>
<Y>158</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</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="Newslot6">
<ScreenID>Newslot6</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>106</X>
<Y>190</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</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="Newslot7">
<ScreenID>Newslot7</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>138</X>
<Y>23</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</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="Newslot8">
<ScreenID>Newslot8</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>138</X>
<Y>55</Y>
</Location>
- <Size>
<CX>32</CX>
<CY>32</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>27</EQType>
<Style_VScroll>false</Style_VScroll&g