Total RP 3: Extended

Total RP 3: Extended

903k Downloads

Allow other people to drop in items into a stash

Ellypse opened this issue ยท 0 comments

commented

We would want to allow other players to drop in items in a stash.

  • The owner of the stash would have to check the option to have the stash accepts drop-ins.
  • When a player drops an item in the stash, a loading process will start, during which the dropper's client will ask the stash owner's client if they can (we have to check size restriction, etc. and we can then plugin systems in the future, like check relationship, etc.), we can then transfer the item data to the stash owner (don't forget to do the security checks and everything) and then add the X amount of elements droped into the stash and delete them from the dropper's inventory.
  • It would be great to have a log to show to the stash owner, to let him know who dropped what (and the log could be used for regular stashes to show who took what).