Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Developer Discussion > XML modification help.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 11-19-2002, 12:14 AM   #1
Rasker
A Gray Wolf
 
Join Date: Aug 2002
Server: Xegony
Posts: 7
Send a message via ICQ to Rasker Send a message via AIM to Rasker
Default 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)
__________________
65 Iksar Dreadlord
Xegony
Rasker is offline   Reply With Quote
Old 11-19-2002, 12:57 AM   #2
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

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.
__________________
"My friends, love is better than anger. Hope is better than fear. Optimism is better than despair. So let us
be loving, hopeful and optimistic. And we’ll change the world."


Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RafM
Cairenn is offline   Reply With Quote
Old 11-19-2002, 12:44 PM   #3
grottel
Grimling Code Editor
 
Join Date: Sep 2002
Server: Xev
Posts: 507
Interface Author - Click to view interfaces
Default 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.
grottel is offline   Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 01:24 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI