View Single Post
  #35  
Unread 06-29-2005, 03:01 PM
Calamond Calamond is offline
A Young Mystail Rat
 
Join Date: Jun 2005
Server: Antonia Bayle
Posts: 5
Default

Quote:
Originally Posted by Gundahar
What i am not getting is when you say add this...

Code:
<include>eq2ui_commonelements.xml</include>
<include>eq2ui_textstyles.xml</include>
<include>eq2ui_shadowstylesnew.xml</include>
<include>eq2ui_specialelements.xml</include>
<include>eq2ui_arenachampions.xml</include>

to the eq2ui.xml file you're using.
(Usually the one in your custom directory)

Am i adding that to a file or am i just taking those 5 files from the default ui and coping them to the custom ui folder?

And if i am adding those words to a file whichg exact file and where in the file?

Sorry i am newbie at this stuff and kinda of lost. Right now i got the window and the 3 tabs but nothing but black boxes

Go to the folder that holds your custom UI.

Look for the file eq2ui.xml and open it with a text editor.

Go to the bottom of the file and add:

<include>eq2ui_commonelements.xml</include>
<include>eq2ui_textstyles.xml</include>
<include>eq2ui_shadowstylesnew.xml</include>
<include>eq2ui_specialelements.xml</include>
<include>eq2ui_arenachampions.xml</include>

right above the last line in the file.

Save and restart EQ.
Reply With Quote