ServUO Version
Publish 58
Ultima Expansion
Endless Journey
Working on adding custom leather using this post Code - Adding Custom Leather. But still getting these errors when the item is in there and added correctly, I hope.


/root/ServUO/Scripts/Items/Equipment/BaseArmor.cs(228,15): error CS0117: 'ArmorMaterialType' does not contain a definition for 'Daemonic' [/root/ServUO/Scripts/Scripts.csproj]
/root/ServUO/Scripts/Misc/ResourceInfo.cs(807,127): error CS0117: 'ArmorMaterialType' does not contain a definition for 'Daemonic' [/root/ServUO/Scripts/Scripts.csproj]
 
I would guess there was an issue when you edited ArmorEnums.cs which is where (according to that guide) the ArmorMaterialType is. Revisit that step in the guide and double check it (looks like it was step 6)
 
Back