View Single Post
  #2  
Unread 12-21-2008, 12:06 AM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

The window file should be eq2ui_popup_book.xml

Out of curiosity, what is making it difficult to read? The background should be a light purple and the text black.

If you want to change the background to white...
Open that file and search for RStyleDefault="tile". Delete that and replace it with BackgroundColor="#FFFFFF"

On the other hand, if you want to change the text color to white...

Search for TextColor="#FCD781">1
Replace the #FCD781 with #FFFFFF. Note that there should be TWO instances of this, replace both.

You can also substitute in place of #FFFFFF the hex code for whatever colors you like.
__________________
Reply With Quote