Found a new bug.
When trying to give a smith a new recipe with this call.
This error comes up.
Maybe the scriptcall isn't just right but I don't know it better.
And it seems required items for sharpening doesn't get consumed.
Edit: Weapons and Armors as materials won't get consumed aswell after crafting.
For example: I use the recipe to create a Pristine Iron Sword which requires a normal Iron Sword as material, the Iron Sword won't get removed from my inventory so I have two swords in the end.
And overall I think a command to force-remove weapons and armors from the inventory would be very useful. Regardless what level they are and which gems are into them.
When trying to give a smith a new recipe with this call.
Code:
KWork.give_recipe(:s, 1, 1)
This error comes up.
Maybe the scriptcall isn't just right but I don't know it better.
And it seems required items for sharpening doesn't get consumed.
Edit: Weapons and Armors as materials won't get consumed aswell after crafting.
For example: I use the recipe to create a Pristine Iron Sword which requires a normal Iron Sword as material, the Iron Sword won't get removed from my inventory so I have two swords in the end.
And overall I think a command to force-remove weapons and armors from the inventory would be very useful. Regardless what level they are and which gems are into them.