btw im using RunUo 2.2
Item vendaitem = from.Backpack.FindItemByType(typeof(Hides)false);
if (from.Backpack.FindItemByType(typeof(Hides)false) == true)
{
do things
}
var hidelist = from.Backpack.FindItemsByType<Hides>(false);
foreach (Hides i in hidelist)
{
do stuff
if condition met u can leave with break;
}
hidelist.Clear();
We use essential cookies to make this site work, and optional cookies to enhance your experience.