Releases: TF2Autobot/tf2autobot
Releases · TF2Autobot/tf2autobot
an update
#50
Added
!more
command (for trade partner).- send message to trade partner when restarting (due to queue problem).
- Autokeys: will buy/sell/bank with flexible minimum/maximum, which also solved buy/sell order not being removed.
- more declined reason notes.
Autokeys.ts
file to remove autokeys() completely fromMyHandler.ts
Changes
- major changes on Commands.ts file.
- Autokeys: will disable key entry instead of removing it from pricelist when not buying/selling/banking.
- reduce queue check to 3 minutes.
!help
command now looks more organized.!autokeys
command can be used by everyone (it will be under!more
command).- update variable name:
---ENABLE_AUTO_SELL_AND_BUY_KEYS
toENABLE_AUTOKEYS
andENABLE_AUTO_KEY_BANKING
toENABLE_AUTOKEYS_BANKING
Fixed
- key buy/sell order not removed when Autokeys not active.
- duplicated craft weapons not getting crafted.
- Autokeys not buying when banking enabled.
update
#46
Added
!resetqueue
command (9f8edb4)- filter key/metal from invalid_items/overstocked (just in case it appear again) (8a06421)
- fields in Discord Webhook (968f281)
Changed
- update/clean MyHandler.ts/Autokeys (afe0a09, 0700051, a627fbd, 85647c5, 50a7f6c, b4862ad, b4862ad)
- replace long item name with Pro KS, Spec KS, KS, NC (7e2abef)
- limit only 15 items to show in Offered/Asked summary (00d97c8)
- check queue directly in CartQueue.ts (279095f)
- use finally on check (bcab485)
Fixed
- typo (308b622)
- possible fix autobump (775447b)
⬜STEAM_DOWN
or⬜BACKPACKTF_DOWN
reason not appeared (c2a2bf9)- wrong Autokeys intent (fe7001d)
- Autokeys: key price not updated with current key rate when scrap adjustment activated (b3aba46)
- not show invalid items after accepting review (only when mention not reset) (9ad9046)
new update
#45
Added
- clearTimeout when checking listing failed (65f1d39, 820c771)
- more note on
!version
command (5291edb) !refreshautokeys
command (f359180)- option to make your bot to recognize festivized item as a normal item (25e70b4)
--- added new variable:NORMALIZE_FESTIVIZED_ITEMS
!pricecheckall
command (63fc911, b430c07, d694d07)
Removed
!adjustrate
command - too risky for future use (e9c5ca5)
Changed
- change
DISABLE_CRAFTING
variable toDISABLE_CRAFTING_METAL
intemplate.env
orecosystem.template.json
file (88835c5)
fix bot crashed
fix !relist command
fix !adjustrate command
update on !adjustrate command and add !relist command
- update
!adjustrate
command to also refresh Autokeys settings/price (scrap adjustment included) (12071d2) - add
!relist
command - you need to wait for the first 30 minutes after your bot is up and you'll be able to run this command when you think there's some missing listings on backpack.tf. After you've executed this command, then you'll need to wait another 30 minutes before you can run it again (eff4c58)
fix 50532 years bug
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)
change variable name
- change variable name
DISABLE_GET_INVALID_ITEMS_PRICE
toDISABLE_GIVE_PRICE_TO_INVALID_ITEMS