EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   XML Tutorials & Info. (http://www.eqinterface.com/forums/forumdisplay.php?f=48)
-   -   SpellBook Text Color (http://www.eqinterface.com/forums/showthread.php?t=4136)

Aideen 11-19-2002 06:05 PM

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.

Pure 05-01-2003 10:10 PM

Thank You
 
I havent even paid attention to looking through older posts. I did some beginner xml stuff when the newer style UI first came out.

I just happened to stumble across this helpful info by accident. Looked at the code and said hmm that couldnt hurt and it actually worked.

Just shows try whatever you desire just keep backups of your files first :D


All times are GMT -5. The time now is 06:16 PM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.