View Single Post
  #8  
Unread 12-18-2005, 02:44 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Quote:
Originally Posted by Laffs
They wont work like that sorry to say....

The only way to get it to work is the method I described above.
Thats not entirly true. If you have two top level nodes It'll work fine. You just can't have your inventory node neested inside another one.

example; eq2ui_mainhud_startbutton.xml
<?xml version="1.0"?>
<Page Name="Inventory" .. >
<Child Nodes/>
</Page>
<Page Name="StartButton" ..>
</Page>

Will work the same as if the Inventory page node was in its own file and you added with include in the eq2ui_mainhud.xml. I do this with my notes in eXtreme so the equi_mainhud.xml file isn't altered thus reducing the chances of the ui breaking with a LU. All EQ2 does is look for 1st generation descendant of the mainhud node and it treats them as windows in the mainhud module.
__________________
Landiin's EQ2MAP Updater Discussion Download

Last edited by Landiin : 12-18-2005 at 02:52 PM.
Reply With Quote