Quote:
Originally Posted by jazmania
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>