Skip to content

Releases: TF2Autobot/tf2autobot

v4.4.7

20 Aug 10:39
9c91719
Compare
Choose a tag to compare
  • 🔨 fixed broken counteroffer introduced on v4.4.6 patch (#867) - Credit to Zkine for the report

v4.4.6

19 Aug 15:30
a73d842
Compare
Choose a tag to compare

Fixes

  • 🚧 add a crash failsafe on counteroffer operation (#858)
  • 🐛 fix generating wrong sku, wrong paintkit id (#861)

Refer to the wiki to update the bot.

v4.4.5

11 Aug 08:06
4a17ff7
Compare
Choose a tag to compare

Changes

  • ⛔ Just decline an offer containing items with wrong intent - supersede changes in v4.4.4/v4.4.5 (#854)
  • options.json: 409966d

Fixes

  • 🐛 fixed unable to detect Collector's Chemistry Set (#855)

v4.4.4 - URGENT

04 Aug 02:41
669d2c0
Compare
Choose a tag to compare

#848

Addition to the v4.4.3 update:

  • ⛔ always decline an offer containing our side item(s) that has no selling price (#847)
  • options.json: 8be0339

Update your bot

v4.4.3 - URGENT

04 Aug 00:38
94aabac
Compare
Choose a tag to compare
  • 🐛 fix an exploit introduced on v4.4.0/v4.4.1 update (#845)

Also, block these guys:

  • !block 76561199144356260
  • !block 76561199062005365
  • !block 76561198286103314

Update your bot

v4.4.2

24 Jul 09:52
653986f
Compare
Choose a tag to compare

#835

!craftToken command (#834):

  • 🎨 show current stock for each token
  • 🐛 fix crafting more than user input amount
  • 🔨 fix wrong info

v4.4.1

23 Jul 15:13
468010c
Compare
Choose a tag to compare

#833

Updates

  • 🔄 bumped steam-user module

Fixes

  • 🐛 fixed false disabled item(s) (#832)

v4.4.0

23 Jul 02:17
4388143
Compare
Choose a tag to compare

#813

Added Features

  • 🆕 Support remove item attributes:
    • ✨ Remove decal images (custom texture) (#774, 9701f31, 5de6312, 1f66588) - solves #125
      • default is true - will always remove decal image from Conscientious Objector, Flair!, Photo Badge, and Clan Pride
  • ✨ added an option to show all craft/uncraft weapons (#821)
  • ✨ added !blockedList command (#829)
  • ✨ added !craftToken command (#822)

Changes

  • 🔂 Dynamically import HttpManager module (#809)
  • 🚮 ignore checking missing listings for disabled items (#826)
  • options.json: bb540a6

Fixes

  • 🐛 fixed false understocked review (#814)
  • 🐛 fixed being able to bypass dupe check (#815)
  • 🔨 fixed wrong order on !craftweapon and !uncraftweapon commands (#820)

Update the bot

Wiki: https://github.com/TF2Autobot/tf2autobot/wiki/Updating-the-bot


🆘 Need help? Ask in TF2Autobot Discord Server

💗 The more the better! Show your love by sharing your bot trades in #🔴|community or #🔴|community-2 channel on TF2Autobot Discord Server! Send me a DM for your unique Discord Webhook URL!

⭐ Show support! Give this project a ⭐ now!

👇 React to this release 🤗

v4.3.1

14 Jul 13:13
17fe793
Compare
Choose a tag to compare

#806

Changes

  • ⛔ do not craft weapons with high-value attachments (#805)

Fixes

  • 🐛 fixed false custom-pricer (#807, #808)

v4.3.0

13 Jul 16:49
5b30c96
Compare
Choose a tag to compare

#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.