View Single Post
Old 06-11-2008, 04:38 PM   #1
Dolby
Lord Dolby of Veeshan
 
Dolby's Avatar
 
Join Date: Jul 2002
Server: Veeshan
Posts: 2,397
Exclamation [live] Patch 6.11.08

There was only one small change to the EQUI_Animations.xml. I'm not going to post a compare of the entire file. I'll just tell you what has changed and where.

In EQUI_Animations.xml find:
Code:
<TextureInfo item="dragitem59.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo>


Directly below insert a new line and paste the following:

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



In EQUI_Animations.xml find:
Code:
<Frames> <Texture>dragitem59.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>


Directly below insert a new line and paste the following:

Code:
<Frames> <Texture>dragitem60.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   Reply With Quote