View Single Post
  #2  
Unread 06-28-2007, 01:27 PM
Dolby's Avatar
Dolby Dolby is offline
Bacon Eater
Premium Member
EQ2Interface Admin
This person is a EQ2Map developer.
 
Join Date: Feb 2004
Posts: 2,452
Default

Those people seeing a blank dressing room screen and have a custom eq2ui_inventory.xml file can fix it by doing the following...
  • Exit EQ2.
  • Go to your custom interface folder and find the file eq2ui_inventory.xml.
  • Open that file with windows notepad.
  • Scroll down to the bottom of the file and find....
Code:
</Page>
  • Directly above </Page> insert a new line with the following text...
Code:
<include>eq2ui_inventory_dressingroom.xml</include>
  • Then save the file and exit notepad.
  • Startup EQ2 and try out the new dressing room.
Reply With Quote