View Single Post
  #1450  
Unread 02-21-2006, 07:10 PM
Gumba Gumba is offline
A Darkpaw Brute
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Kithicor
Posts: 43
Default

I haven't had a chance to test this yet, as EQ2 is being silly - it's downloading the expansion all over again, despite me installing from CD. Several hours later

At any rate, here's a bunch of educated guesses as to what to do to files in the Fetish directory.

For tooltips to work right, rename or delete:
eq2ui_examine.xml

For the achievement system to display, rename or delete:
eq2ui_mainhud_skills.xml

For the "Hide Helm" option to appear in the persona window, rename or delete:
eq2ui_mainhud_persona.xml

For target names not to be cut off, rename or delete:
eq2ui_mainhud_target.xml
and possibly also:
eq2ui_mainhud_impliedtarget.xml

For the "flagged for PVP option" to work right - PVP servers only - open up eq2ui_mainhud.xml in Notepad, and change:

Code:
<include>eq2ui_mainhud_instructionbutton.xml</include>
</Page>
to:

Code:
<include>eq2ui_mainhud_instructionbutton.xml</include>
<include>eq2ui_mainhud_pvpimmunity.xml</include>
</Page>
Reply With Quote