Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

Sell more items at once from your inventory #8

Open
jwflory opened this issue Dec 4, 2016 · 0 comments
Open

Sell more items at once from your inventory #8

jwflory opened this issue Dec 4, 2016 · 0 comments
Assignees

Comments

@jwflory
Copy link
Member

jwflory commented Dec 4, 2016

Summary

Instead of only being able to sell the items in your hand, if you have more of a type of item in your inventory, you should be able to sell all of those items together in one entry.

Analysis

There should be two types of methods for selling items: hand and inventory. Using the hand mode would assume the current behavior of only adding what is currently in your hand to the trading post. Inventory mode would check the user's inventory for all matching types of item currently in their hand, and then add that to the trading post. For something like eggs, this would be more convenient than selling multiple stacks of 16 eggs (or other similar items).

Expected behavior

  1. User has item to sell (e.g. 64 eggs)
  2. User holds 16 eggs in hand
  3. User enters /tradepost add inventory
  4. All items that match the same item type as the item in hand are added to the store as a single entry
  5. Other users can purchase 64 eggs in a single purchase from the trading post
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants