Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
new update.tar.gz | 2020-09-10 | 218.1 kB | |
new update.zip | 2020-09-10 | 253.0 kB | |
README.md | 2020-09-10 | 3.2 kB | |
Totals: 3 Items | 474.4 kB | 0 |
https://github.com/idinium96/tf2autobot/pull/76
Added
- list accepted OVER/UNDERSTOCKED
items, but no mention owner on Discord Webhook.
- if the bot has accepted or you have manually accepted INVALID_ITEMS
(items that are not in your pricelist which are spelled), and you still not add it to the pricelist, then if someone sent an overpay offer for those items, it will automatically be declined (which the previous version, it will automatically be accepted if you set DISABLE_GIVE_PRICE_TO_INVALID_ITEMS
and DISABLE_ACCEPT_INVALID_ITEMS_OVERPAY
to false
).
- mention and list out the high-value items.
- inform trade partners that their offer has been accepted/manually accepted.
- request pricecheck after every successful trade on each item involved in the trade except on craft weapons and pure.
- tell trade partners that they're not able to trade.
- automatically add INVALID_ITEMS
to sell after each trade (if only have accepted any items that are not in the pricelist, except War Paint/skins and high value items).
- automatically remove an item that has been sold with intent=sell
(either automatically added or you add it and it has been sold).
- !find
, !refreshlist
, and !owner
commands.
- add CRIME_ATTEMPT
reason (when trade partner taking our items for free).
- add refer to https://github.com/idinium96/tf2autobot/wiki/h.-Usage page.
- add support for short commands for !price
- !pc
, !buy
- !b
and !sell
- !s
(but do not tell the trade partner), and also for owner, !deposit
- !d
and !withdraw
- !w
.
Changes/Updated
- adjust some newlines.
- merge discord webhook alert functions into one function.
- do the same as in review for item list in trade summary.
- reduce memory usage by compressing JSON files while DEBUG
is set to true
.
- show trade partner missing value in keys and refs instead of in only refs.
- when DISABLE_GIVE_PRICE_TO_INVALID_ITEMS
is set to false
, don't give price to any skins/war paints.
- completely rename tf2-automatic
to tf2autobot
.
- update trade offers sent by bot cancelTime
from 5 minutes to 15 minutes and pendingCancelTime
from 10 seconds to 90 seconds.
Removed
- relist
command.
Fixes
X = DISCORD_WEBHOOK_TRADE_SUMMARY
- fix trade summary not sent via Steam Chat if DISABLE_X
set to false
and X_URL
set to [""]
.
- fix the INVALID_ITEMS
thing again.
- fix weird appearance on log when the bot said the item not found.
- fix manually accepted trades will not show the items list as in the review summary.
- fix weird look on log.
- fix bot crash when sending only !block
or !unblock
to bot without steamID and weird !name and !avatar bug.
- fix profit/loss from over/underpay bug when ENABLE_SHOW_ONLY_METAL
is set to false
.
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 channel on tf2autobot Discord Server and I will send you the webhook link for it!