View Single Post
Old 09-10-2003, 01:16 AM   #1
arantius
A Crystal Gargoyle
 
Join Date: Jul 2002
Posts: 97
Interface Author - Click to view interfaces
Default Additional changes to EQUI_Animations.xml

First, sorry if I'm not supposed to post here. But there's one more change that needs to be made to EQUI_Animations.xml to fix the icons added in the LDoN patch on the 9th.

Find:
<Frames> <Texture>dragitem26.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>


After that section, ADD:
<Frames>
<Texture>dragitem27.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>
arantius is offline