Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Developer Discussion > General authoring help / discussion
User Name
Password

Reply
 
Thread Tools Display Modes
Old 12-02-2011, 01:09 AM   #1
Makavien420
A Tundra Mammoth
 
Join Date: Jan 2004
Posts: 66
Interface Author - Click to view interfaces
Default Any guesses ?

why wouldn't this inventory window open button work ? Is it because I only have the normal in the button template or the Inventory part is wrong in the openwnd command ?
Or can we just not open the inventory that way ?

<Button item="Maka_Inventory_Button">
<ScreenID>Maka_Inventory_Button</ScreenID>
<EQType>openwnd Inventory</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>true</Style_Checkbox>
<DecalSize>
<CX>22</CX>
<CY>22</CY>
</DecalSize>
<Location>
<X>174</X>
<Y>95</Y>
</Location>
<Size>
<CX>22</CX>
<CY>22</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>Mak_player_inventory_button</Normal>
</ButtonDrawTemplate>
</Button>
__________________
Makavien420 is offline   Reply With Quote
Old 12-02-2011, 05:21 AM   #2
Dimencia
Premium Member
 
Dimencia's Avatar
 
Join Date: Oct 2004
Posts: 204
Interface Author - Click to view interfaces
Default

Your not trying to open the Inventory screen with
<EQType>openwnd Inventory</EQType>
as there is no screen item Inventory unless you renamed it in the
EQUI_Inventory.xml
that file calls itself
<Screen item="InventoryWindow">
so change the EQType (probably case Sensitive) to
<EQType>openwnd InventoryWindow</EQType>
openwnd opens Screen Items, not xml's
__________________
Dimencia Everhate
Dimencia 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 06:09 AM.


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