Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-11-07 | 2.3 kB | |
v1.6.5.tar.gz | 2020-11-07 | 215.9 kB | |
v1.6.5.zip | 2020-11-07 | 250.7 kB | |
Totals: 3 Items | 468.8 kB | 0 |
v1.6.5 - https://github.com/idinium96/tf2autobot/pull/109
Fix - fix the issue with the bot not able to properly detect/sell specific crate series (Mann Co. Supply Crate, Mann Co. Munition Crate, and Mann Co. Salvaged Crate) (cd1f4e2, 329883d) and Skins/War Paint (e82b089)
Add
- add bot crash preventive measure
- bot crash when Steam went down and fail to obtain bot SteamID (3436f96)
- bot crash when prices entry output as null because of an unknown cause when using searchByName() function (!price
, !buy
, !sell
, !buycart
and !sellcart
commands affected) (35ad62e)
- add the bot to always send alert to admins (Steam Chat or Discord Webhook under SOMETHING_WRONG_ALERT
) when the bot bought high valued items that will be automatically disabled (was added on v1.5.4 update). (566fb59)
- Discord Webhook: auto-fill DISCORD_WEBHOOK_USERNAME
and DISCORD_WEBHOOK_AVATAR_URL
with bot Steam name and avatar if empty. (168e1ec, 36261dc)
Changes
- items that are in the pricelist and have enabled=false
will not be priced when DISABLE_GIVE_PRICE_TO_INVALID_ITEMS
is set to true
and will be skipped for review under INVALID_ITEMS
. (6f2b6b9)
- revert changes with CUSTOM_SUCCESS_MESSAGE
from v1.6.0 update. (39a5d16)
- update messages to be more grammatically correct. (ec857ff)
- if AUTOBUMP
is set to true
and account is not premium on Backpack.tf, disable auto-check for missing sell orders (added on v1.6.0 update). (d1c380f)
- get backpack slots from backpack.tf API instead of Steam. (f2e9837)
- remove fromEnv
and change most 'function' to =>
(arrow function). (0bde5f3)
Update your bot by running git reset HEAD --hard && git pull && npm install && npm run build
and restart your bot (PM2: pm2 restart ecosystem.json
, if you made any changes to your ecosystem.json
file, then run you'll instead need to run pm2 restart ecosystem.json --update-env && pm2 save
).
Let me know if you want to share your bot trades on #🔴|community-2 channel on TF2Autobot Discord Server and I will send you the webhook link for it!