Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-10-30 | 4.2 kB | |
v1.6.0.tar.gz | 2020-10-30 | 213.2 kB | |
v1.6.0.zip | 2020-10-30 | 248.2 kB | |
Totals: 3 Items | 465.6 kB | 0 |
https://github.com/idinium96/tf2autobot/pull/93
Fix
- fix steamID url on !trades
command. - @rocanruca (321a163, 4dd6d11)
- fix bot crash when listing the names for 🟫_DUPED_ITEMS
. (#96) (fdb3e2a)
- fix bot accept overpay that was not supposed to be accepted and make more strict conditions on accepting overpay trades (fad6b13)
- fix bot crash when providing bad SteamID on !message
command. (#97) (52776b3, 4a2d63d, 01427aa, 2a91d61, 322ef65, cff358c)
- All types of SteamID (see here, except SteamID Parts
and Individual AccountID
) can be used.
Add
- add an automatic check for missing sell orders every 15 mins, which will be executed 30 minutes after the bot starts. (4ed0ce9, a5bb620, c57c34c, e56fbaf)
- add an option to only play TF2. (c305d8e)
- new variable: ENABLE_ONLY_PLAY_TF2
- add !uptime
command and will also show the bot uptime on every successful trades. (c9fedb9, c31be7c, 8a01107)
- add Common Errors wiki page if bot crashed. (7b2756c)
- add double-check for Dueling/Noise maker on that are still in review. (58cd3d6)
- add an option to accept gift offers without any notes. (37dc966)
- new variable: ALLOW_GIFT_WITHOUT_NOTE
- add Strange Parts into High Valued Items (together with spelled items) lists. (b012932, 6452272, f1e1e0b, f35eb5b, 90dcd68, d6321d3, 5940cdc)
Changes/Updates
- update auto-accepting INVALID_ITEMS
offer conditions. (b39af7d, 1fa02cb)
- add a new line on accepted trade summary on Steam Chat. (16c0f99)
- update craft/uncraft weapons function, just make it looks cleaner. (36c4907)
- reset queue to zero instead of restarting the bot when queue position is >= 2. (82dc0f9)
- tf2autobot → TF2Autobot (except for app name). (bfd6dd7)
- show TF2Autobot version on welcome message and custom game (if N/A). (eb17bf4, e1be26c)
- use market_hash_name
instead of name
for high valued items (spelled). (66eb1b7, f9d8afb)
- improve !trades
& !trade
messages. - @rocanruca (321a163, 4dd6d11)
- change the logging level. (3d33c71)
- update reference links. (16c757d, f01dea2, 7ec5622)
- update dependencies. (e7cc592, 0ab6cf5, cbf4911)
- update terminal/cmd commands. (7ec5622)
- add some more command to run when updating the bot. (305e4b8)
- some improvement on 🟫_DUPED_ITEMS
and 🟪_DUPE_CHECK_FAILED
. (fdb3e2a, df2b796)
- use market_hash_name
instead of name
for Dueling Mini-Game or Noise Maker. (ee63863, 0d22ff6, 5a47c27)
- more improvement (merge into 1 forEach loop) on checking Dueling Mini-Game or Noise Maker uses. (0d22ff6, a4a295d)
- improvement on High Valued Items detection - merge into one (for spelled items). (5d4c807, 72e4a2c)
- prioritize mention on accepted INVALID_ITEMS
and/or HIGH_VALUE_ITEMS
offer first. (30fb496)
- most links to TF2 Wiki for spelled items doesn't work - remove it. (7764bfa)
- clean codes. (6a5bf62, 908168d, ae5855d, 31561a6)
- only take the first element of RegExpExecArray in !accepttrade
and !declinetrade
commands. (cff358c)
- apply discord webhook fields limit. (6f2716c)
- remove the Item list
field if more than 1024 characters to prevent failing on POST request to webhook.
- use includes
here instead of startsWith
when detected Unusual Strange cosmetics (because some cosmetics has Limited
(example, without) in the item type string.)
- re-arrange config files to match with the Wiki. (81e9c61)
- send CUSTOM_SUCCESS_MESSAGE in the second message. - @Dex-Spirit (6e5350b)
Update your bot by adding the new variables into your ecosystem.json/.env file, and then run git pull && npm install && npm run build
and restart your bot (PM2: pm2 restart ecosystem.json --update-env
).
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!