View Single Post
Old 09-13-2004, 10:54 PM   #5
Dolby
Lord Dolby of Veeshan
 
Dolby's Avatar
 
Join Date: Jul 2002
Server: Veeshan
Posts: 2,397
Default EQUI_Animations.xml

IF you have a custom EQUI_Animations.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:
Code:
<TextureInfo item = "cleric01.tga">

Immediately above that line, INSERT:
Code:
<TextureInfo item = "dragitem28.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item = "dragitem29.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo>


Find:
Code:
</Ui2DAnimation> <!-- Default Tab Frame --> <Ui2DAnimation item = "A_TabBottomLeft">

Immediately above those lines, INSERT:
This code box scrolls! Make sure that you select all the hidden code.
Code:
<Frames> <Texture>dragitem28.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>dragitem29.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>
Dolby is offline