Skip to content

Releases: TF2Autobot/tf2autobot

an update

11 Aug 10:29
Compare
Choose a tag to compare

#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 from MyHandler.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 to ENABLE_AUTOKEYS and ENABLE_AUTO_KEY_BANKING to ENABLE_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

06 Aug 12:08
Compare
Choose a tag to compare

#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

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

02 Aug 15:48
Compare
Choose a tag to compare

#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 to DISABLE_CRAFTING_METAL in template.env or ecosystem.template.json file (88835c5)

fix bot crashed

02 Aug 00:49
Compare
Choose a tag to compare

#44

fix !relist command

31 Jul 23:52
Compare
Choose a tag to compare

#43

  • fix !relist command to actually do relist (which remove, check, and add to backpack.tf), the previous version only do check. (f9ed24b)

fix !adjustrate command

31 Jul 20:28
Compare
Choose a tag to compare

#42

  • fix !adjustrate command with autokeys enabled (bed1acd)

update on !adjustrate command and add !relist command

31 Jul 19:55
Compare
Choose a tag to compare

#41

  • 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

31 Jul 17:54
Compare
Choose a tag to compare

update with fixes/added/changes

31 Jul 14:59
Compare
Choose a tag to compare

#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 or DISABLE_ACCEPT_OVERSTOCKED_OVERPAY set to false (enabled), it will accept trade offer that is only more than (>) our side value, and if DISABLE_GIVE_PRICE_TO_INVALID_ITEMS set to true (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

29 Jul 13:05
Compare
Choose a tag to compare

#38

  • change variable name DISABLE_GET_INVALID_ITEMS_PRICE to DISABLE_GIVE_PRICE_TO_INVALID_ITEMS