EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   XML modification help. (http://www.eqinterface.com/forums/forumdisplay.php?f=30)
-   -   Pearl necklaces icons? (http://www.eqinterface.com/forums/showthread.php?t=4107)

Rasker 11-19-2002 12:14 AM

Pearl necklaces icons?
 
With the new PoP icons, Im seeing pearl necklace icons in place of the actual icon (on items), I am told it has to do with the EQUI_Animations.XML and the dragitems files, but Im not clear on what I need to do to fix it for my custom ui (icons are correct in default folder)

Cairenn 11-19-2002 12:57 AM

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>

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>

Save, and you should be gtg.

grottel 11-19-2002 12:44 PM

default values in use :)
 
The Pearl Necklass icon is the "default" icon. Its in dragitem_01.tga at position 0,0. So when an invalid references are created, the client displays the Pearl Necklace icon because it uses default values.


All times are GMT -5. The time now is 06:02 AM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.