[Suggestion] Rounding number to nearest gold to avoid silvers and coppers
Mukus91 opened this issue ยท 2 comments
Would it be possible to select to remove copper and silvers from answers, perhaps?
Like if an item is worth 400g I don't care if it's 400g 10 silver 32 copper. Would make for a neater answer. Just round to nearest gold if item value > X
After investigation, yes, I could add this feature, but I won't, for the following reasons:
- If the player is receiving price data, many items' values could be rounded to 0 and not be sent to the player.
- There is no method to filter messages so only you, the person creating this issue, would be affected. Adding this feature would affect everybody, and people want their data, even if the value is 1c or 1s.
- If the player is sending price data, rounding could result in 0 and no values would be sent to the requesting player.
While the idea of removing coppers and silvers is, perhaps, a nice thought, it is completely impractical in daily usage.