View Single Post
Old 02-06-2004, 04:08 AM   #8
neonrain
A Treant
 
Join Date: Mar 2003
Server: Maelin Starpyre
Posts: 24
Interface Author - Click to view interfaces
Default

Quote:
Originally posted by Orison
I love it - except for one thing. I can't switch to the T.King Spellbook without losing your buff bar numbers that go down the right side. Fix this and I'm a happy camper!



It is possible to do for yourself. You can fix it easily

Step 1. Open EQUI_BuffWindow.xml in Notepad

Step 2. Go to line 3

Step 3. Immediately after line 3, Add this section
Code:
<TextureInfo item="spellbook_bg.tga"> <Size> <CX>512</CX> <CY>512</CY> </Size> </TextureInfo>


Step 4. Finally It look like this
Code:
..... <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" /> <!-- Add section Start --> <TextureInfo item="spellbook_bg.tga"> <Size> <CX>512</CX> <CY>512</CY> </Size> </TextureInfo> <!-- End --> <Ui2DAnimation item="buff_bg01"> <Cycle>true</Cycle> <Frames> <Texture>spellbook_bg.tga</Texture> .....


step 5. Save file and Play EQ

** Do NOT delete spellbook_bg.tga in Delta3_Spaghetti UI **


Thanx
__________________
Chiyurle Zal`Heboa <Dark Elf, Cleric>
Maelin Starpyre

Retired
neonrain is offline   Reply With Quote