Thread: Lfg?
View Single Post
  #2  
Unread 06-28-2007, 08:12 PM
Narzoo's Avatar
Narzoo Narzoo is offline
(^\. ./^)
Premium Member
Interface Author - Click to view interfaces
 
Join Date: Apr 2005
Server: Splitpaw
Posts: 144
Default

A simple fix....

Just open the "eq2ui_mainhud.xml" file in notepad (located in Everquest II/ui/Profitui/eq2ui_mainhud.xml) and add the following line..

Code:
<include>eq2ui_mainhud_lfg.xml</include>
That should make it display correctly.

Hope this helps.

P.S. Make sure you add this line inside the <page></page> I added mine to the bottom of the file and it now looks like this...

Code:
<include>eq2ui_mainhud_waypoints.xml</include>
<include>eq2ui_mainhud_windowsettings.xml</include>
<include>eq2ui_mainhud_zonereuse.xml</include>
<include>eq2ui_mainhud_letterboxframe.xml</include>
<include>eq2ui_mainhud_lfg.xml</include>
</Page>
__________________

Reply With Quote