Bug re: market & bundled items

For technical bugs that merit special attention or discussion. (Please use the BUG command in-game first to report the bug.)
Post Reply
Denieta
Posts: 1
Joined: Thu Apr 21, 2022 10:48 am

Bug re: market & bundled items

Post by Denieta »

Bug report #6499 sent as follows:

Items that can be bundled: buttons, nails, buckles, etc. They appear on the list as the cost for buying ALL of them, not just one. I'll post examples on the forums.
------------------------------
NAILS:

list search nail
(Getting list of market items ...)
You look over the items for sale at the market ...

=====Crafting=====
some average bronze nails ................................................ 1,777 riln (x22)
some average copper nails ................................................ 600 riln (x23)
some average iron nails (brand: a set of unbalanced weighing scales) ..... 40 riln (x18)
some average iron nails .................................................. 40 riln (x6)
some average nails ....................................................... 15 riln (x28)
------------------------------
order average bronze nail
You set your sights on some average bronze nails.
A handful of bronze nails, useful for joining various types of pieces together.
It is a tiny item, mainly made of bronze.

It weighs approximately 0.09 pounds.

The total price is 45 riln.
You may buy to finalize the order.
------------------------------

BUCKLES:

list search buckle
(Getting list of market items ...)
You look over the items for sale at the market ...
=====Crafting=====
a fine bronze buckle (brand: a set of unbalanced weighing scales) .............................................. 175 riln (x1)
a fine bronze buckle ........................................................................................... 175 riln (x3)
a fine iron buckle (brand: a set of unbalanced weighing scales) ................................................ 175 riln (x10)
an average copper buckle ....................................................................................... 580 riln (x19)
an average gold buckle ......................................................................................... 720 riln (x21)
an average iron buckle ......................................................................................... 1,053 riln (x24)
------------------------------

order average iron buckle
You set your sights on an average iron buckle.
A iron buckle, useful as a component for belts, adjustable straps, and so on.
It is a tiny item, mainly made of iron.

It weighs approximately 0.08 pounds.

The total price is 140 riln.
You may buy to finalize the order.
------------------------------

BUTTONS:

list search button
(Getting list of market items ...)
You look over the items for sale at the market ...

=====Crafting=====
an average bronze button .................................................. 150 riln (x2)
an average copper button .................................................. 790 riln (x9)
an average gold button .................................................... 1,500 riln (x55)
an average silver button .................................................. 150 riln (x4)
------------------------------

order average gold button
You set your sights on an average gold button.
A button made of gold. Need a replacement for your pants?
It is a tiny item, mainly made of gold.

It weighs approximately 0.10 pounds.

The total price is 60 riln.
You may buy to finalize the order.
------------------------------
jerc
Posts: 80
Joined: Sun Feb 13, 2022 3:26 pm

Re: Bug re: market & bundled items

Post by jerc »

I'm not sure that's what's happening. Also, I'm pretty sure that most of those aren't bundleable to begin with.

It seems that the market will only list the highest price an item was consigned for, even when identical items exist that were consigned for less.

Code: Select all

 =====Crafting=====
   an average gold button ... 1,500 riln (x55)
 
 
> order gold button 1
You set your sights on an average gold button.
A button made of gold. Need a replacement for your pants?
It is a tiny item, mainly made of gold.

It weighs approximately 0.10 pounds.

The total price is 60 riln.
You may buy to finalize the order.

> order gold button 2
You set your sights on an average gold button.
A button made of gold. Need a replacement for your pants?
It is a tiny item, mainly made of gold.

It weighs approximately 0.10 pounds.

The total price is 150 riln.
You may buy to finalize the order.

> order gold button 50
You set your sights on an average gold button.
A button made of gold. Need a replacement for your pants?
It is a tiny item, mainly made of gold.

It weighs approximately 0.10 pounds.

The total price is 1,500 riln.
You may buy to finalize the order.
Gorth
Posts: 581
Joined: Sat Nov 13, 2021 11:53 am
Location: Michigan

Re: Bug re: market & bundled items

Post by Gorth »

There was, IIRC, a long time ago, a bug with this that was since fixed. I believe if we get a market flush once 'THE SPLIT' happens, we won't see such highly varying prices anymore.
:undm_scales_key: :shagerd:
Proud owner of the ten thousandth post.
Post Reply