You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Any high value item that is according to the owner's settings will be disabled. If the user wishes to set a manual price but does not set buy.keys while running the !update sku=<>&enabled=true command, the bot will revert to autopricing after a while instead of using the sell.keys or sell.metal that was manually set by the owner.
To Reproduce
Steps to reproduce the behavior:
Receive a high-value item from a trade(say an item with high value parts/paint/killstreaker/spell)
Send the !update command as mentioned earlier but DO NOT add the buy.keys/buy.metal part. So your update command will look something like !update sku=30998;6&enabled=true&sell.keys=25
Wait. Unsure of when exactly will the bot revert to autopricing.
Expected behavior
Bot should maintain the manual price until the item has sold.
Screenshots and logs
Receiving and setting the item to sell at a price set by the owner:
As you can see from the image above, in the _ITEM_PRICES segment, even though I set sell.keys to 2, the bot reverted to 1 key, but pricing method is still 'manual'. Time span between setting the price and the bot selling the item for that price was a little above 24 hours, although this depends on the item being sold.
Meanwhile, if you have set buy.keys in the same update message, the bot will not revert to autopricing.
When I sent !update sku=30599;6&sell.keys=2&buy.metal=1, the bot did not revert to autopricing.
Version: v3.6.5.
The text was updated successfully, but these errors were encountered:
Describe the bug
Any high value item that is according to the owner's settings will be disabled. If the user wishes to set a manual price but does not set
buy.keys
while running the!update sku=<>&enabled=true
command, the bot will revert to autopricing after a while instead of using thesell.keys
orsell.metal
that was manually set by the owner.To Reproduce
Steps to reproduce the behavior:
!update
command as mentioned earlier but DO NOT add thebuy.keys/buy.metal
part. So your update command will look something like!update sku=30998;6&enabled=true&sell.keys=25
Expected behavior
Bot should maintain the manual price until the item has sold.
Screenshots and logs
Receiving and setting the item to sell at a price set by the owner:
As you can see from the image above, in the
_ITEM_PRICES
segment, even though I setsell.keys
to 2, the bot reverted to 1 key, but pricing method is still 'manual'. Time span between setting the price and the bot selling the item for that price was a little above 24 hours, although this depends on the item being sold.Meanwhile, if you have set
buy.keys
in the same update message, the bot will not revert to autopricing.When I sent
!update sku=30599;6&sell.keys=2&buy.metal=1
, the bot did not revert to autopricing.Version: v3.6.5.
The text was updated successfully, but these errors were encountered: