https://github.com/ServUO/ServUO/blob/493fde408ae48752bcd2bb899d2a2e42055b22c7/Scripts/Services/TimeOfLegends.cs#L26
public static bool FindItem(int x, int y, int z, Map map, Item test)
{
return FindItem(new Point3D(x, y, z), map, test);
}
public static...