View Single Post
  #30  
Unread 06-28-2005, 06:43 PM
astarothgate astarothgate is offline
A Coastal Crab
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 1
Default Ok this fixed it

ok i've been messin with this fer a couple hours and this fixed it all exept that the skills window uses the default eq2 border for the window, workin on that atm. Use this:

Quote:
Originally posted by: depechenode
UI builder you change this;
or
1) Copy the default equi_mainhud_skills.xml from the /ui/default folder and place the copy inyo YOUR custom ui folder.
2) Open up note pad and load in the equi_mainhud_skills.xml (from YOUR custom directory)
3) Use FIND to search for Journals.JournalsQuest.TabbedPaneStyle
4) Now overwrite Journals.JournalsQuest.TabbedPaneStyle
with Fetish.TabStyles.tab
5) Save the file and restart EQ2.
Ok upon doing this yes you will get the skill window up namely because you are using the default file with a single change. Yet when you boot up the places where the progress bars are nothing but black windows. So then use this.
Quote:
Originally posted by: Leks
Just add :

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)
Ok now the files listed to include are the ones that were just added in todays update. This will give you a working skills window with fetish tabs. Working on changing the border from the default so if anyone has any suggestions reply, so we can get everyone workin.
Reply With Quote