View Single Post
  #12  
Unread 01-04-2011, 09:47 AM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

Make sure both of these files are present:

DrumsUI/Settings/DrumsUI_AddPoi_C2C.xml
DrumsUI/Settings/DrumsUI_AddPoi_ItemNotes.xml

As well as these 2 files in your main custom Ui folder:
eq2ui_popup_add_poi.xml
eq2map_ignorelist.xml


Also, you have 4 lines that are incorrect in your eq2ui_custom.xml:
<include>DrumsUI/DrumsUI_StatBarWindow.xml</include>
<include>DrumsUI/DrumsUI_EffectsWindow.xml</include>

They should look like this:
<include>DrumsUI/Settings/DrumsUI_StatBarWindow.xml</include>
<include>DrumsUI/Settings/DrumsUI_StatBarSettings.xml</include>

And the other 2 lines:
<include>DrumsUI/DrumsUI_browser_favorites.xml</include>
<include>eq2ui_mainhud_startbutton.xml</include>

You don't need these included. The favorites are automatically included in the browser xml file, and mainhud_starbutton should definitely not be included here.

They wouldn't be affecting your problem though.
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>

Last edited by Drumstix42 : 01-04-2011 at 09:54 AM.
Reply With Quote