View Single Post
Old 01-17-2013, 06:44 PM   #2
valaury3169
Enhanced Imperial Golem
 
Join Date: Jun 2008
Posts: 204
Interface Author - Click to view interfaces
Default

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>
valaury3169 is offline   Reply With Quote