Look of Itemicons

Check here first if you have a question!
Tristhan
Posts: 293

Look of Itemicons

Post#1 » Wed Dec 07, 2011 11:02 am

Hello,

i have an problem with new Itemsicons ingame (new Donationweapons and new Itemdrops from HOH like Red Marble) - the icon of them look like an "normal white Necklace".
IngameIcons.jpg
IngameIcons.jpg (48.64 KiB) Viewed 1978 times


Is that normal ?

If i look into my magelo i can see the real Icons how they should look.
MageloIcons.jpg
MageloIcons.jpg (111.13 KiB) Viewed 1978 times
I am using Titaniumclient and have the newest cutomsfiles installed.
Thank you.
Chrom
Last edited by Tristhan on Wed Dec 07, 2011 12:57 pm, edited 1 time in total.

Firenze
Posts: 886

Re: Look of Itemicons

Post#2 » Wed Dec 07, 2011 12:51 pm

I got same prob , using titanium client, all files up to date .


I have no idea where this come from.
Firenze of VallonZek <Europea>

Gwynraven

Vaion
Posts: 3712

Re: Look of Itemicons

Post#3 » Wed Dec 07, 2011 2:12 pm

Could also be that you are using a different UI than the default one. If that is the case open your EQUI_Animations.xml and follow these steps:

1. Scroll down to around line 202. The line you are looking for starts with "<TextureInfo item="dragitem1.tga">". Copy all of the "dragitemxx.tga" lines and replace them with the following:

Code: Select all

   <TextureInfo item="dragitem1.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem2.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem3.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem4.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem5.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem6.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem7.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem8.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem9.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem10.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem11.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem12.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem13.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem14.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem15.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem16.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem17.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem18.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem19.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem20.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem21.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem22.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <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>
   <TextureInfo item="dragitem28.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem29.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem30.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem31.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem32.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem33.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem34.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem35.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem36.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem37.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem38.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem39.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem40.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem41.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem42.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem43.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem44.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem45.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem46.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem47.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem48.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem49.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem50.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem51.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem52.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem53.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem54.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem55.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem56.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem57.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem58.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem59.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem60.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem61.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem62.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem63.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem64.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem65.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem66.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem67.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem68.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem69.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem70.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem71.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem72.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem73.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem74.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem75.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem76.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem77.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem78.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem79.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem80.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem81.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem82.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem83.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem84.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem85.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem86.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem87.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem88.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem89.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem90.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem91.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem92.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem93.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem94.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem95.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem96.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem97.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem98.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem99.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem100.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem101.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem102.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem103.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem104.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem105.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem106.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem107.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem108.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem109.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
   <TextureInfo item="dragitem110.tga">
      <Size>
         <CX>256</CX>
         <CY>256</CY>
      </Size>
   </TextureInfo>
Oh the fun you all are going to have in DSK3...
Simon says.. touch the green one! Nooooo BLIQUE NOT THE RED ONE! zomg you just got me "Vaion Touched"!

Vaion
Posts: 3712

Re: Look of Itemicons

Post#4 » Wed Dec 07, 2011 2:12 pm

2. Use CTRL+F (Find) to search for "<!-- drag items -->". This will be around line 7129.
Again you need to add the new dragitemxx.tga's to the xml file. Starting with <!-- drag items -->, replace all of the dragitem information with this:

Code: Select all

   <!-- drag items -->
   <Ui2DAnimation item="A_DragItem">
      <Cycle>false</Cycle>
      <Grid>true</Grid>
      <Vertical>true</Vertical>
      <CellHeight>40</CellHeight>
      <CellWidth>40</CellWidth>
      <Frames>
         <Texture>dragitem1.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>dragitem2.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>dragitem3.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>dragitem4.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>dragitem5.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>dragitem6.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>dragitem7.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>dragitem8.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>dragitem9.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>dragitem10.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>dragitem11.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>dragitem12.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>dragitem13.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>dragitem14.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>dragitem15.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>dragitem16.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>dragitem17.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>dragitem18.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>dragitem19.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>dragitem20.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>dragitem21.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>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>
      <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>
      <Frames>
         <Texture>dragitem28.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>dragitem29.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>dragitem30.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>dragitem31.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>dragitem32.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>dragitem33.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>dragitem34.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>dragitem35.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>dragitem36.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>dragitem37.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>dragitem38.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>dragitem39.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>dragitem40.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>dragitem41.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>dragitem42.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>dragitem43.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>dragitem44.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>dragitem45.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>dragitem46.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>dragitem47.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>dragitem48.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>dragitem49.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>dragitem50.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>dragitem51.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>dragitem52.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>dragitem53.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>dragitem54.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>dragitem55.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>dragitem56.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>dragitem57.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>dragitem58.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>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>
      <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>
      <Frames>
         <Texture>dragitem61.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>dragitem62.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>dragitem63.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>dragitem64.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>dragitem65.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>dragitem66.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>dragitem67.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>dragitem68.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>dragitem69.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>dragitem70.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>dragitem71.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>dragitem72.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>dragitem73.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>dragitem74.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>dragitem75.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>dragitem76.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>dragitem77.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>dragitem78.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>dragitem79.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>dragitem80.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>dragitem81.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>dragitem82.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>dragitem83.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>dragitem84.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>dragitem85.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>dragitem86.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>dragitem87.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>dragitem88.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>dragitem89.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>dragitem90.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>dragitem91.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>dragitem92.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>dragitem93.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>dragitem94.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>dragitem95.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>dragitem96.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>dragitem97.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>dragitem98.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>dragitem99.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>dragitem100.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>dragitem101.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>dragitem102.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>dragitem103.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>dragitem104.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>dragitem105.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>dragitem106.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>dragitem107.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>dragitem108.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>dragitem109.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>dragitem110.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>
   </Ui2DAnimation>
Oh the fun you all are going to have in DSK3...
Simon says.. touch the green one! Nooooo BLIQUE NOT THE RED ONE! zomg you just got me "Vaion Touched"!

Vaion
Posts: 3712

Re: Look of Itemicons

Post#5 » Wed Dec 07, 2011 2:14 pm

This works for all clients. It simply allows you to use the new dragitemxx.tga files which have the new item icons.

I had the same problem since I use a custom built UI. If you need help with this you can always send your EQUI_animations.xml to me and I will patch it with the new icons for you. =)
Oh the fun you all are going to have in DSK3...
Simon says.. touch the green one! Nooooo BLIQUE NOT THE RED ONE! zomg you just got me "Vaion Touched"!

Tristhan
Posts: 293

Re: Look of Itemicons

Post#6 » Thu Dec 08, 2011 7:40 pm

Thank you Vaion for your help, works perfectly now.

Wrinkly
Posts: 61

Re: Look of Itemicons

Post#7 » Thu Dec 08, 2011 10:24 pm

Sweet, I noticed default UI works fine vs. my custom one, going to try this tonight.

Tks Viaon.

User avatar
Deadset
Posts: 69

Re: Look of Itemicons

Post#8 » Fri Dec 09, 2011 12:27 am

Thank you Vaion for your hep :D
Image

User avatar
Lillu
Posts: 11301
Contact:

Re: Look of Itemicons

Post#9 » Fri Dec 09, 2011 12:54 am

Looks like it was a valuable help for many, so making it a sticky and moved to general help. Thanks V <3

Wrinkly
Posts: 61

Re: Look of Itemicons

Post#10 » Tue Jan 10, 2012 1:40 am

This did work for me in the end, I'm using the "Delta_X" custom UI.

Two things that are missing from this post:

1) You should make a backup copy of your EQUI_Animations.xml files before you update the code in them.
2) I'm not sure which of the 3 files I found by searching for the above actually needed to have the code updated, but I did all of them...this may be wrong. At first my client wouldn't load so I started restoring the files from backup until it loaded.

Return to “General Help”

Who is online

Users browsing this forum: No registered users and 2 guests