gumpid

  1. Modified TileData.cs to extract AnimID/GumpID from ItemID 2017-05-15

    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...
Back