View Single Post
  #17  
Unread 03-23-2011, 11:04 AM
TalTal TalTal is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 1,095
Default

Quote:
Originally Posted by Suziekew View Post
Not the profitui_custom.xml itself but many of the files from that file were there. All I did was add the rest from the former file and it worked like a charm. I experimented to see if I could do without eq2ui_custom.xml and copied everything over to profitui_custom.xml, renaming the eq file but all I got were a few blank boxes onscreen and nothing else. Also, this has been the same experience on both of my computers. One is Windows XP and the other is Win7 64 bit if that matters at all.
That was your problem then. Your eq2ui_custom file should have looked like:

<?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>
</Page>
<Namespace Name="ProfitUI_Styles">
<include>_ProfitUI_Styles.xml</include>
</Namespace>

Plus any mods you added yourself. Since it was not including the porfitui_custom file you were not getting the profit custom windows. If you want it to work without you having to mod files just make your file as above and use the default (from updater) profitui_custom file.

Silat
Reply With Quote