View Single Post
  #16  
Unread 11-12-2007, 04:02 AM
Chrislau's Avatar
Chrislau Chrislau is offline
A Weald Wolf
Interface Author - Click to view interfaces
 
Join Date: Nov 2005
Server: Mistmoore
Posts: 82
Smile

Quote:
Originally Posted by gm9 View Post
If it helps, here's the eq2ui_custom.xml from upcoming ProfitUI 4.3:

<?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_SubClassDetector.xml</include>
<include>_ProfitUI_QuickRaidButtons.txt</include>
<include>_ProfitUI_CuresCode.xml</include>
<include>_ProfitUI_StandardSearches.txt</include>
<include>_ProfitUI_InventoryColorSettings.txt</include>
<include>_ProfitUI_SoundControls.xml</include>
<include>_ProfitUI_VideoControls.xml</include>
<include>_ProfitUI_ControlCenter.xml</include>
<include>_ProfitUI_Timer.xml</include>
<include>_ProfitUI_BottomBar.xml</include>
<include>_ProfitUI_InfoCenter.xml</include>
<include>eq2ui_mainhud_poifinder.xml</include>
</Page>
<Namespace Name="ProfitUI_Styles">
<include>_ProfitUI_Styles.xml</include>
</Namespace>

Note the little hack with the two root nodes. It allows you to add more modules than just the eq2ui_custom.xml (don't "fix" this Rothgar ), in my case I add a second module which contains my styles. And the POIfinder include probably doesn't work, it's just copy'n'paste work for now.
seems not bad... at least better than I thought before.

btw i'm very expecting profitui reborn v4.3 will it be released before the expansion?

Last edited by Chrislau : 11-12-2007 at 04:09 AM. Reason: typo