EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   Help ! ? ! ? (http://www.eqinterface.com/forums/forumdisplay.php?f=16)
-   -   New chrono and santa hat icon problems (http://www.eqinterface.com/forums/showthread.php?t=21293)

Whipsnade 01-17-2013 06:07 PM

New chrono and santa hat icon problems
 
My ui is a combination of different pieces. My problem is with just 2 icons. The new chrono and the santa hat icons do not show up on my screen. If I click where the icon should be it puts the invisible icon on my cursor. Am I missing a file or something else?

Thanks

valaury3169 01-17-2013 06:44 PM

you are missing the entries in your EQUI_Animations.xml for the most recent Dragitems.tga

Add these to your EQUI_Animations.xml file (find similar code and paste in)

Code:
<TextureInfo item="dragitem121.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item="dragitem122.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo>


Code:
<Frames> <Texture>dragitem121.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem122.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames>

Whipsnade 01-17-2013 07:25 PM

thanks that fixed the invisible icons but screwed up a lot of other things in my ui

so i can't use it as is. i'll see if i can get the file on here

I can't copy the animation file to here for some reason.
I'm using the equi animation file from the default ui folder so why would it be screwed up? Any ideas on that?

Halelen 01-18-2013 06:04 PM

Delete the animations file...NEVER copy anything from default to your ui folder unless you are altering it, it takes care of that by itself, you are asking for problems if you do


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

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.