timginter
Member
timginter submitted a new resource:
Modified TileData.cs to extract AnimID/GumpID from ItemID - A modified TileData.cs enabling lookup of AnimID and GumpID for items providing just the item's ItemID
Read more about this resource...
Modified TileData.cs to extract AnimID/GumpID from ItemID - A modified TileData.cs enabling lookup of AnimID and GumpID for items providing just the item's ItemID
A modified TileData.cs which extracts also AnimID from TileData.mul.
I've seen quite a few people asking for a way to find a paperdoll gump for an item - with this TileData.cs you can use the added function TileData.GumpFromID(int itemID, bool female = false) to get the GumpID of an item passing just the item's ItemID, e.g. for custom character creation gumps.
Installation:
- Create a backup of TileData.cs in /Server/ (e.g. C:/ServUO/Server/TileData.cs)
- Override original...
Read more about this resource...