Snaacky / dndserver

Dark and Darker private server implementation written in Python
The Unlicense
269 stars 61 forks source link

Inventory splitting #115

Closed itzandroidtab closed 1 year ago

itzandroidtab commented 1 year ago

Added support to split items and support for putting gold in purses/chests and bags. This also fixes issue #81. Now it gives the correct error message "This item cannot be placed in the stash"

FilippoLeone commented 1 year ago

We need to make sure that the alembic head will not split in multiple parts, please make changes to the revision number upgrade/downgrade as needed if the model file changes before the merge