View Single Post
Old 01-08-2003, 01:23 AM   #3
Talyns
The Tablets Guy
 
Talyns's Avatar
 
Join Date: Jul 2002
Server: Lanys
Posts: 520
Interface Author - Click to view interfaces
Default

Thats alot of work
Its not that diffulcult just time consuming.
Well here it goes:

Copy EQUI_HotButtonWnd.xml to your custom UI Folder
then open it.
Look for: (This is for normal Hotbutton)

<Button item = "HB_Button1">
<ScreenID>HB_Button1</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>20</Y>
</Location>
<Size>
Change ->>>> <CX>40</CX>
Change ->>>> <CY>40</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
Change ->>>> <CX>40</CX>
Change ->>>> <CY>40</CY>
</DecalSize>


Do that for each hb_button 1-10.
You'll also have to change the <Location> <X> and <Y> to put them where you need them..



Then find: (For Hotbutton with Inventory box in it)

<InvSlot item = "HB_InvSlot1">
<ScreenID>HB_InvSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>20</Y>
</Location>
<Size>
Change ->>>> <CX>40</CX>
Change ->>>> <CY>40</CY>
</Size>

Do that for each hb_InvSlot 1-10.
You'll also have to change the <Location> <X> and <Y> to put them where you need them..



Then find: (For Hotbutton with Spellgem box in it)

<SpellGem item = "HB_SpellGem1">
<ScreenID>HB_SpellGem1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>24</Y>
</Location>
<Size>
Change ->>>> <CX>40</CX>
Change ->>>> <CY>32</CY>
</Size>


Do that for each hb_SpellGem 1-10.
You'll also have to change the <Location> <X> and <Y> to put them where you need them..


then to make the window smaller find:

<Screen item = "HotButtonWnd">
<ScreenID/>
<Font>2</Font>
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>230</Y>
</Location>
<Size>
Change ->>>> <CX>95</CX>
Change ->>>> <CY>250</CY>
</Size>


The location here tells it where to appear on screen
you really don't need to change that cause you can move the
window ingame

Hope all that makes sense and helps
__________________
Talyns
Lanys Characters:
-Acarrion (51 BST)
-Hawkren (20 SHM)
Talyns is offline   Reply With Quote