View Single Post
  #6  
Unread 09-04-2009, 11:21 AM
pooka's Avatar
pooka pooka is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 250
Default

Quote:
Originally Posted by jazmania View Post
Okay, followed instructions to the letter... at least I think I did. I use profitUI so
1. I placed eq2ui_custom_miniskill.xml in C:\Program Files\Sony\EverQuest II\UI\ProfitUI,
2. copied and pasted <include>eq2ui_custom_miniskill.xml</include> into the custom ui xml file.
If I had to guess, you probably put the <include> </include> in the wrong place.

Make sure it goes between <Page> & </Page> and not in the <Namespace> area.

Code:
<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>_ProfitUI_custom.xml</include>
<include>eq2ui_custom_miniskill.xml</include>
</Page>
<Namespace Name="ProfitUI_Styles">
<include>_ProfitUI_Styles.xml</include>
</Namespace>
Reply With Quote