View Single Post
Old 06-08-2004, 11:27 PM   #19
Lanandor
A Ghoul
 
Join Date: Feb 2003
Posts: 12
Default

That made sense so I created the following EQUI.xml in my /Lan folder

**********
<?xml version = "1.0"?>
<!-- Monolithic Parameter File -->
<!-- The composite section must come first and be followed by the schema -->

<!-- defines for gauges set the EQType tag in Gauge definitions to one of these numbers -->
<!-- GAUGETYPE_HP 1 -->
<!-- GAUGETYPE_MANA 2 -->
<!-- GAUGETYPE_STAMINA 3 -->
<!-- GAUGETYPE_EXP 4 -->
<!-- GAUGETYPE_ALTEXP 5 -->
<!-- GAUGETYPE_TARGET 6 -->
<!-- GAUGETYPE_CASTING 7 -->
<!-- GAUGETYPE_BREATH 8 -->
<!-- GAUGETYPE_MEMORIZE 9 -->
<!-- GAUGETYPE_SCRIBE 10 -->
<!-- GAUGETYPE_HP_PARTY1 11 -->
<!-- GAUGETYPE_HP_PARTY2 12 -->
<!-- GAUGETYPE_HP_PARTY3 13 -->
<!-- GAUGETYPE_HP_PARTY4 14 -->
<!-- GAUGETYPE_HP_PARTY5 15 -->

<XML ID = "EQInterfaceDefinitionLanguage">
<Composite>
<Include>../default/EQUI.xml</Include>
<Include>EQUI_PlayerWindow.xml</Include>
<Include>EQUI_TargetWindow.xml</Include>
<Include>EQUI_CastingWindow.xml</Include>
<Include>EQUI_GroupWindow.xml</Include>
<Include>EQUI_CastSpellWnd.xml</Include>
<Include>EQUI_FeedbackWnd.xml</Include>
<Include>EQUI_HotButtonWnd.xml</Include>
<Include>EQUI_MerchantWnd.xml</Include>
</Composite>
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
</XML>

*****************************

When I loaded the skin it still only gave me the default UI and non of these were loaded.
Lanandor is offline   Reply With Quote