View Single Post
  #4  
Unread 07-26-2006, 06:25 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Hinton: You are almost certainly missing the include for the Dock. With Pieces, this line of code is at the very end of eq2ui_inventory_inventory.xml so users don't need to replace the parent file. Technically this isn't legal XML, but it works.

With the full sets, its contained in eq2ui_inventory.xml (legal XML). If you installed just the eq2ui_inventory_inventory.xml from a full set, you'll need to add the following code to eq2ui_inventory.xml

Code:
<include>_Fetish_inventory_dock.xml</include>
Reply With Quote