update with fixes/added/changes
#39
Fixes
- possible fix for autobump (auto-relist) when backpack.tf down. (0ebdc0f, cb0dcca, 2b42957, c3fe87f, e987fce)
- possible fix when backpack.tf or Steam down - instead of ignoring the offer, it will be sent as a review for an owner to manually check the trade partner backpack.tf banned status or Steam trading escrow status. (686f464)
- Autokeys command - display incorrect selling/buying price when scrap adjustment is disabled. (52cb17f)
Added
- since IEconItems_440 API endpoint seems to have been fixed, the !inventory command and Discord Webhook trade summary now will show
current items/backpackSlots
. (74f73b1) - accepted escrow trade message (b468015)
!adjustrate
command - manually adjust the current key rate. Example of usage:!adjustrate buy.metal=56&sell.metal=56.11
. You must include both buy and sell price and sell price must be higher than the buy price. Note that adjusted key rate will not be saved and will be reset once you restart your bot OR new keyPrices is updated. (555536f, 01797da)
Changed
- if
DISABLE_GIVE_PRICE_TO_INVALID_ITEMS
orDISABLE_ACCEPT_OVERSTOCKED_OVERPAY
set tofalse
(enabled), it will accept trade offer that is only more than(>)
our side value, and ifDISABLE_GIVE_PRICE_TO_INVALID_ITEMS
set totrue
(disabled), it will accept an offer that is more than or equal(>=)
to our side value. (5db79c8) - Autokeys: remove key from pricelist when not active or when shutting down the bot. (8e6641e)