EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   READ ME (http://www.eqinterface.com/forums/forumdisplay.php?f=44)
-   -   Wrong Item Images (aka Pearl Necklace) (http://www.eqinterface.com/forums/showthread.php?t=5232)

Cairenn 01-05-2003 11:46 AM

Wrong Item Images (aka Pearl Necklace)
 
Update: LDON users that see Pearl Necklace's try this patch and this patch.

Using a text editor (Word, WordPerfect, heck even NotePad works), open up the EQUI_Animations.xml file in your custom folder.

Do a search (find) down to:

<TextureInfo item="dragitem22.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>

After that, ADD:

<TextureInfo item = "dragitem23.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>
<TextureInfo item = "dragitem24.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>
<TextureInfo item = "dragitem25.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>
<TextureInfo item = "dragitem26.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>
<TextureInfo item = "dragitem27.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>


Then, Search/Find for:

<Frames>
<Texture>dragitem22.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 it, ADD:

<Frames>
<Texture>dragitem23.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>dragitem24.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>dragitem25.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>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>
<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>

Save, and you should be gtg.

Also make sure that you have definitions for window_pieces01-07.tga as well.

/edit Updated to 9 Oct 03


All times are GMT -5. The time now is 05:40 AM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.