Thread: Any guesses ?
View Single Post
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