View Single Post
Old 12-25-2007, 04:47 PM   #480
seaxouri
A Hill Giant
 
Join Date: Mar 2003
Posts: 37
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by Lias
Thanks for the info that allowed me to fix the problem with items displaying in inventory as pearl necklaces.

I could has sworn that I had already done a string search for "dragitem" in the files in the Quartz folder, but obviously I did not do a good job.

I had to do the suggested edits in EQUI_Animations-default.xml rather than in EQUI_Animations.xml, but the former is given in an "include" statement in the latter, so it was not too hard to work out.


Yes, the idea was to be able to copy the new Sony version of this file under the Quartz folder as Animations-default, and make a few tweaks. Today there is only one tweak, and its on line 6229

Sony's file has:
<Ui2DAnimation item="BlueIconBackground">
Where my copy of the file has:
<Ui2DAnimation item="DefaultBlueIconBackground">

So really all you need to do is copy the Sony Animations file over top of the Quarts/Animations-default file, edit line 6229 and add the 'Default' text shown above and you are done. Now you have a good Animations file probably until the next expansion.

The design was to allow for this, and the correction should take less than 2 minutes to complete.
seaxouri is offline   Reply With Quote