View Single Post
  #10  
Unread 05-02-2007, 10:26 AM
Seagoat's Avatar
Seagoat Seagoat is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: May 2005
Server: Crushbone
Posts: 298
Default

Hmm... Let's say your custom UI folder is named "MyUI" (instead of "MyUIi," like you have below; I'm guessing that's a typo).

Your eq2ui_mainhud_experience.xml file should be located in this folder:
Code:
/EverQuest II/UI/MyUI
Your eq2.ini file should be located in the /EverQuest II folder, and its contents should look like this:
Code:
cl_ui_skinname MyUI
cl_ui_subdir UI/
If all these things are in the correct places, and there are no typos in your directory or file names, then you should be seeing the custom XP bars in-game.

(Remember that the default XP bar window size is much smaller than my mod...you will need to unlock and resize the window to make sure everything is visible.)

Hope this helps.
Reply With Quote