Download Latest Version v5.8.2.zip (556.5 kB)
Email in envelope

Get an email when there's a new version of tf2autobot

Home / v4.3.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2021-07-13 1.7 kB
v4.3.0.tar.gz 2021-07-13 417.3 kB
v4.3.0.zip 2021-07-13 498.6 kB
Totals: 3 Items   917.6 kB 0

https://github.com/TF2Autobot/tf2autobot/pull/789

Urgent update

  • βœ… added headers to all backpack.tf requests (#804)
    • πŸ”¨ fix Cloudflare error code 1020 that prevents your bot from start/restart and will make your bot always fail to check for banned status.
    • NOTE: backpack.tf is still unstable right now, so your bot might not be able to start/check for banned status/create listings/remove listings even after this update.

Updates

  • πŸ”„ bumped dev dependencies
  • πŸ”„ Custom pricer: only check if customPricerUrl is not empty (#790)
  • πŸ’¬ Steam Chat:
    • ⏳ increased delay between messages on !addbulk/!updatebulk/removebulk/!getAll/!find/!ppu from 2 to 3 seconds (#791)
    • πŸ”¨ fixed RateLimitExceed on !(un)craftweapon command (#793)
  • β›” prevent folding bulk operation (#792)
  • ✨ added some more gift words (88a91b3)
  • πŸ’‘ refactor handling offer review (#799)
  • options.json changes: a41ca2a

Fixes

  • πŸ› fixed bot crash when trying to counter an offer with items that no longer exist (because of traded away, or crafted) (#777) - @Preport
  • πŸ”¨ fixed rateLimitExceeded on !itemstats command (#796)
  • πŸ› fixed missing high value on countered offer summary (#798)
  • πŸ› fixed bot unable to attempt counteroffer if manualReview.enable is set to false (#799)

Update your bot

Windows:

  • run git reset HEAD --hard && git pull --prune && rmdir /s /q node_modules dist && npm install && npm run build
  • restart your bot.

Linux:

  • run git reset HEAD --hard && git pull --prune && rm -rf node_modules dist && npm install && npm run build
  • restart your bot.
Source: README.md, updated 2021-07-13