Thread: Vert Question
View Single Post
Old 11-16-2007, 01:08 PM   #4
OpFor
A Ghoul
 
Join Date: Sep 2003
Posts: 16
Default re

So did as suggested, problem now is new Vert wont load period, no UI error, just wont load. If I put the old Hotbutton file back in loads fine, thats all that I touched. Any ideas?

New File:

InvSlot item="Newslot1">
<ScreenID>NewSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</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>0</X>
<Y>40</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvChest</Background>
<EQType>17</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

Old Vert:

<InvSlot item="Newslot1">
<ScreenID>NewSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>0</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</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="Newslot2">
<ScreenID>Newslot2</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>0</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvLegs</Background>
<EQType>18</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
OpFor is offline   Reply With Quote