View Single Post
Old 11-19-2002, 06:05 PM   #1
Aideen
A Ghoul
 
Aideen's Avatar
 
Join Date: Aug 2002
Server: Veeshan
Posts: 14
Interface Author - Click to view interfaces
Send a message via AIM to Aideen
Default SpellBook Text Color

Ok.. this is more for me *grins* but for anyone else out there that wants to know.

To change the font color look below:

Quote:
<StaticText item ="SBW_SpellName0">
<ScreenID>SBW_SpellName0</ScreenID>
<Font>2</Font>
<TextColor>
<R>0</R> } Red Number
<G>0</G> } Green Number
<B>0</B> } Blue Number
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>100</X>
<Y>50</Y>
</Location>
<Size>
<CX>100</CX>
<CY>16</CY>
</Size>
<Text>Complete Healing</Text>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</StaticText>



Every spell from 0 -15 you need to add this:
<TextColor>
<R>0</R> } Red Number
<G>0</G> } Green Number
<B>0</B> } Blue Number
</TextColor>

You can change the colors to your desire:
RGB Color Codes

Notes: Thanks to Pure for posting this way back when.
__________________
<BR>
Gear | Artwork by: Cold Fuzion Studios<BR>Philanthropist of EQ Pixel Army
Aideen is offline   Reply With Quote