View Single Post
  #9  
Unread 10-31-2005, 03:31 PM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default

For problem #1 the Inventory thing:

What you were "missing" in your custom folder was the addition of the following line added to the CUSTOM EQ2UI.Mainhud.xml file the is in YOUR custom directory:

<include>eq2ui_mainhud_inventory.xml</include>

This file must be added BEFORE the </page> line!

Without this line added to YOUR CUSTOM Mainhud file, the game will assume NO custom window is present and use the DEFAULT window instead.

By adding this line to the file, the game will LOOK for the custom modded file you are desiring.

You must do this any time you add a NEW custom modded window to YOUR custom directory if the line calling for it IS NOT present in the Custom EQ2UI.Mainhud.xml file.
Reply With Quote