Crafting items while the Server is restarting
variananora opened this issue ยท 5 comments
๐ Description (REQUIRED)
Item in Auto Enchanter or Auto Disenchanter will disappear after a server reboot.
๐ Steps to reproduce the Issue (REQUIRED)
- Use Auto Disenchanter or Auto Enchanter
- Reboot the server
- Item is gone
๐ก Expected behavior (REQUIRED)
The item inside Auto Enchanter or Auto Disenchanter should not be missing
๐ Server Log
๐ /error-reports/ Folder
There is no error log.
๐งญ Environment (REQUIRED)
A possible solution could be:
On shutdown -> save machine operation to blockstorage
On startup -> check blockstorage for machine operation -> if found load the machine operation and continue
That's not really a bug, it's just the way the system works and it always did so.
This is probably not going to be "fixed" or more like "added" within the next year or two.
But I guess I will leave it open incase someone else sees it, perhaps we can make it a Hacktoberfest issue in october XD
Keep in mind, the actual item, if it finishes 'cooking' does remain in the machine through a reboot.
It's only items that are in the process of being completed, that vanish.
Several years ago it used to dupe the item being enchanted/disenchanted, it was changed to this behavior back then to fix the dupe.
If the auto enchanter doesn't take the items at the beginning of the enhancement, but when the enchant just finished, the items won't be lost.
That is, when the server restart, the items remain in the container. What we lost is just "enchant progress", but not the equipments.
I think it could be a safe solution.