View Single Post
Old 05-15-2005, 02:10 AM   #18
Twan
A Bat
 
Join Date: May 2003
Server: Karana
Posts: 1
Default

ok so Im trying to mod a UI I got off this site. Just trying to make a few of the on screen inv slots to some of my right clickys. Playing with my ammo slot to start with.

<InvSlot item="ammoslot">
<ScreenID>HB_InvSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>4</X>
<Y>22</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_invammo</Background>
<EQType>21</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

this is what I came up with is it correct? Thanks )

Also I cannot get my UI to work now even with the address book fix. Any deas what might be wrong?
Twan is offline   Reply With Quote