SphereCommunity
This time about graphics and scripts - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: This time about graphics and scripts (/Thread-This-time-about-graphics-and-scripts)



This time about graphics and scripts - Dullais - 03-24-2013 08:22 AM

Hello guys.
I would like to know if there is a way to make multiple items look different.
It is like bottles, you can put 2 or more together, it changes the amount of item and its dispid...
So iam thinking of way to make another flasks useable as i_bottle_empy, I looked at my tiles and saw that there is no animation for multiple of those flasks. i can make the graphic and put it into uo, but What would the script look to this actualy work like i_bottle_empty ? for example a would add picture for 1 item (HEX: 2710) and for 2 or more items (HEX: 2711).
How do i make this work ?


RE: This time about graphics and scripts - darksun84 - 03-24-2013 10:14 AM

If i remember well, you have just to turn on the Generic flag of the item in the tiledata.mul

From patching tutorial

Unknown4" in conjunction with the switch "Generic" holds the offset in pixel the second item will be displayed if an item is stackable (usually a value of 2 will be sufficient).
"Generic" most times means "stackable" and is used in conjunction with the value "Unknown4".

Unknown4 is the stackoff field in UoFiddler


RE: This time about graphics and scripts - Dullais - 03-24-2013 09:27 PM

(03-24-2013 10:14 AM)darksun84 Wrote:  If i remember well, you have just to turn on the Generic flag of the item in the tiledata.mul

From patching tutorial

Unknown4" in conjunction with the switch "Generic" holds the offset in pixel the second item will be displayed if an item is stackable (usually a value of 2 will be sufficient).
"Generic" most times means "stackable" and is used in conjunction with the value "Unknown4".

Unknown4 is the stackoff field in UoFiddler

Looked up, found and did it, and it worked, thanks Smile


RE: This time about graphics and scripts - darksun84 - 03-24-2013 09:55 PM

No problem Big Grin