sebastian-heinz / Arrowgene.DragonsDogmaOnline

Server for Dragons Dogma Online
GNU Affero General Public License v3.0
161 stars 52 forks source link

You cant receive bazaar proceeds when the total sum is 0 #357

Closed alborrajo closed 1 month ago

alborrajo commented 2 months ago

Describe the bug Its possible to put up for sale items for 1G, minus 5% taxes that makes proceeds 0. Other players are able to buy the items for 1G but the player that put them up for sale wont be able to receive the proceeds for it, taking up a slot in the bazaar exhibitions list.

To Reproduce Steps to reproduce the behavior:

  1. Put up an item for sale for 1G
  2. Have another player buy it for 1G
  3. Try to receive the proceeds for that listing (0G)
  4. The button will be grayed out

Expected behavior A clear and concise description of what you expected to happen.

Screenshots imagen

Additional context We may have to set the minimum proceeds to 1 to work around this issue

Macsito-prog commented 2 months ago

have you considered setting a minimum price?

alborrajo commented 1 month ago

Fixed by PR #371