EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   XML modification help. (http://www.eqinterface.com/forums/forumdisplay.php?f=30)
-   -   Buff Name Backgrounds (http://www.eqinterface.com/forums/showthread.php?t=1173)

tarsk 08-18-2002 06:39 AM

Buff Name Backgrounds
 
I figure it's something pretty simple that I'm missing, but I've looked at the code for other skins that have the buff names displayed with a background behind the text, and I'll be dammned if I can figure out how to do that.

I got the names to display permanently, but I can't get a background behind them.. Do I have to create a tga image that gets placed behind each one?

Thanks

Bohorroth 08-18-2002 08:26 AM

its in the EQUI_Animations.xml, search for RedIconbackground and BlueIconbackground and you will get something like this:

<Ui2DAnimation item = "RedIconBackground">
<Cycle>true</Cycle>
<Frames>
<Texture>redgraphic.tga</Texture>
<Location>
<X>0</X>
<Y>24</Y>
</Location>
<Size>
<CX>108</CX>
<CY>20</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>

and the same for blueicongraphic


All times are GMT -5. The time now is 10:08 AM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.