OK, found a fix for the Welcome screen :
Quote:
Originally Posted by Dethdlr
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.
|
taken from this post :
http://www.eq2interface.com/forums/s...ad.php?t=12754
Now all I need isa fix for the voice chat bar control.