View Single Post
  #1  
Unread 04-15-2009, 06:50 PM
Dethdlr's Avatar
Dethdlr Dethdlr is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: May 2005
Server: Kithicor
Posts: 106
Default Welcome Window - Temporary Fix

SoE added a new welcome window that pops up when you log in. With a default install of FetishNightfall, this window doesn't really work. Here's how to fix it.

Go to your FetishNightfall folder. Open the eq2ui_mainhud.xml file using NOTEPAD (don't use Word or any other word processor, use a text editor like Notepad). Go down in the file until you find these two lines near the end:

Code:
<include>eq2ui_mainhud_waypoints.xml</include>
<include>eq2ui_mainhud_windowsettings.xml</include>
Add this line between them:

Code:
<include>eq2ui_mainhud_welcome.xml</include>
so that it looks like this:

Code:
<include>eq2ui_mainhud_waypoints.xml</include>
<include>eq2ui_mainhud_welcome.xml</include>
<include>eq2ui_mainhud_windowsettings.xml</include>
Save the file. That's it. The welcome screen will now work.
__________________
92 Zerker, 92 Coercer, 90 Assassin, 90 Templar, 90 Warlock, 90 Troubador
Butcherblock Server
EQ2Wire.com Columnist.
Author -Dethdlr's Adornment Calculator
Lead Programmer for EQ2U
Reply With Quote