- ServUO Version
- Publish 57
- Ultima Expansion
- Endless Journey
Does anyone happen to have a portable Anvil and Forge they wouldn't mind sharing, I couldn't seem to find one on here.
Well while on this subject I realized I would have to code in a way to read said items by the crafting system.. so running into this error:
with the following:
Well while on this subject I realized I would have to code in a way to read said items by the crafting system.. so running into this error:
C#:
Operator '&&' cannot be applied to operands of type 'Item[]' and 'Item[]'
C#:
if (from.Backpack.FindItemsByType(typeof(PortableAnvil)) && from.Backpack.FindItemsByType(typeof(PortableForge)))
{
return 0;
}
Last edited: