Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-11-12 | 4.1 kB | |
v1.7.0.tar.gz | 2020-11-12 | 223.3 kB | |
v1.7.0.zip | 2020-11-12 | 259.7 kB | |
Totals: 3 Items | 487.2 kB | 0 |
https://github.com/idinium96/tf2autobot/pull/117
Fixed
- fix duplicate craft weapon elements.
- fix !update all=true
command. Previously if you're trying to update intent
, min
and/or max
to 0
(or intent=buy
), it will not update the pricelist entry.
- fix bot be able to add an item with an empty sku string, and use /regex/.test()
to check for sku format.
- fix bot falsely disable and notify for keys when traded HighValued items.
- fix items with intent=sell
not getting automatically removed when DISABLE_AUTO_REMOVE_INTENT_SELL
is set to false
Added
- custom listing note parameters:
- note.buy
and note.sell
on !add or !update commands.
- removenote
(set both note.buy
and note.sell
to null
and use template), removebuynote
and removesellnote
on !update command.
- Usage: Set custom buy or sell order listing notes on Backpack.tf for specific items in your pricelist. All listing parameters (refer to wiki here) can be used.
- group parameter:
- group
on !add or !update commands.
- resetgroup
on !update command.
- Usage: Easily manage and update only a selected group of items in your pricelist. Add your items with !add sku=<sku>&group=<groupName>
, then once you've your pricelist setup, you can update listing-parameters on only the selected group with !update all=true&withgroup=<groupName>&[listing-parameters to update]
- get the latest key rate from prices.tf OR sbn.tf (scrippy.tf) API and check every 30 minutes.
- when Autokeys enabled, "[𝐀𝐮𝐭𝐨𝐤𝐞𝐲𝐬] " will be added in front of your listing note templates.
- add Killstreaker and Sheen in highValued
items.
Changes/Updated
- on bot functionalities/appearances:
- key rate now will follow manually set Mann Co. Supply Crate Key prices (also applied when Autokeys enabled).
- change %dueling%
to %uses%
. Refer wiki here.
- remove %amount_can_buy%
, just use %amount_trade%
.
- remove TF2Autobot watermark on the custom game name, character limit increased to 60 characters.
- show the TF2Autobot version on the welcome message.
- filter and remove duplicated offer review reasons.
- update for 25x uses Noise Maker when check enabled and includes %uses%
in the listing template.
- some improvements on listing templates.
- update !help
command.
- correction/typo/grammatical changes.
- automatically assign a group for accepted INVALID_ITEMS
(InvalidItem) and high valued items (spells, parts, killstreaker/sheen) (highValue).
- on bot scripts/files:
- remove %keyPrice%
in config files.
- slightly improve performance, only call for weapons() function once in other functions.
- make a function to check each class craftweapons instead of repeating the same codes.
- combine all data from all files into one new data.ts module.
- change send price change to webhook, from 3 items at a time to 1 item.
- remove sleep things in Autokeys.ts and MyHandler.ts.
- update jsonschema
dependency.
- update and clean !find
command.
To update the bot, follow the steps below:
- delete node_modules
folder (Windows: normal delete, or use CMD, make sure path is on your tf2autobot folder and type in DEL /F node_modules
; Linux: make sure you already in tf2autobot directory, run rm -rf node_modules
- run git stash && git checkout master && git pull && npm install && npm run build
.
- restart your bot.
- 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!
- Become Stargazers! Simply click on the Star button or go here