-
-
Notifications
You must be signed in to change notification settings - Fork 79
Differences between TF2Autobot and tf2 automatic
TF2Autobot adds advantageous features on top of the original features in the tf2-automatic repository. Let me list some notable features in the original tf2-automatic and some that have been added in TF2Autobot:
- free auto pricing (using prices from prices.tf) and unlimited listings (only limited by your backpack.tf listings cap).
- automatically craft/smelt pure metal (to maintain supply in all metal types).
- dupe check on items that are more than a certain amount of keys (you decide/set the number of keys).
- trade offer review (if you were offered an invalid value/item, the item is overstocked, or the item is duped).
- Discord Webhook:
- use Discord Webhooks for your bot to send accepted trade summaries, pending trade offer reviews, and/or private messages to a Discord server.
- disable mention owner on pending trade offers with
INVALID_VALUE
. - notify the owner if someone traded high valued items (spelled).
- Autokeys:
- enable Autokeys (to maintain ample refined metal stock) and key banking.
- Manual review:
- send the trade partner a summary of their offer if it needs to be reviewed.
- automatically accept trades that underpay by a certain amount of refined with
INVALID_VALUE exception
(you decide/set the amount of refined and can be enabled only for certain item qualities). - automatically decline (skip manual review) ONLY
INVALID_VALUE
trade (if it does not meet the set requirements forINVALID_VALUE exception
). - automatically accept (skip manual review)
INVALID_ITEMS
orOVERSTOCKED
trades if the trade partner offers to overpay. - request for
INVALID_ITEMS
to be priced by Prices.TF. - new
UNDERSTOCKED
reason for manual review. - option to automatically decline
OVERSTOCKED
orUNDERSTOCKED
reason. - automatically add any accepted
INVALID_ITEMS
(except skins) to sell (if and only if it's priced at prices.tf and not from ADMINS). - list all reasons and items for each trade offer review.
- Support craft weapons as currency:
- set craft weapons as currency (0.05 ref) and automatically craft duplicated craftable weapons and matched class weapons into metal.
- Option to only accept full uses items:
- Dueling Mini-Game check - only accept 5 Uses!
- Noise Maker check - only accept 25 Uses!
- Customs:
- set your own custom greeting, success/failed messages, and/or trade offer review notes.
- disable "show only metal" in the trade summary (it will show x keys, y ref instead of just x ref on the original version).
- option to accept friend requests and invite people to join Steam groups.
- option to recognize Strange Unusual as usual Unusual and vice versa.
- Improvements:
- request pricecheck after every successful trade on each item involved in the trade (except craft weapons and pure).
- automatically add accepted
INVALID_ITEMS
to the pricelist with autoprice and intent to sell, which when sold, it will be automatically removed.
- Others:
- emojis on almost all messages.
- newly added commands: "!pure", "!time", "!delete", "!check", "!block", "!unblock", "!autokeys", "!refreshautokeys", "!refreshlist", "!find", "!inventory", and more!
Instead of your bot sending trade summaries, trade offer reviews, and messages to you via Steam Chat, your bot is able to send it to different channels in your Discord server! If you want to interact with the trade offer reviews and messages sent by your Discord Webhook, you must install tf2-autocord.
Screenshots:
-
Trade summary (or live-trades) -
-
Offer review (when trade partner sent wrong value/overstocked/etc) -
-
Messages (when the trade partner uses "!message" command -
-
Price update (Discord Only) - Show the price changes for each item on your pricelist -
You can also set it to send only the trade summary via Discord and have others (like Offer review and Messages) still sent to you via Steam Chat.
Note: it's also an option to show key rate/pure stock/quick links on each Webhook message.
If you want to use this feature, you must use the ecosystem.template.json from this version. It contains many more variables for you to fill in.
When this feature is enabled, your bot will automatically buy or sell keys depending on the amount of pure your bot currently has. You'll need to set your minimum/maximum keys and minimum/maximum refined metals in your ecosystem.json. Additional explanation can be found here.
.____________________________________________________________. ._______________________________.
| **Buying Keys** | **Selling Keys** | | **Banking Keys** |
| *************** | **************** | | **************** |
| <———————————○ | ○————————————> | | ○————————————> |
| Keys -----|--------|-----> | Keys -----|--------|-----> | | Keys -----|--------|-----> |_______________________________.
| ○———> | <——○ | | ○————————○ | **Disabled** |
| Refs -----|--------|-----> | Refs -----|--------|-----> | | Refs -----|--------|-----> | ************ |
| min max | min max | | min max | <——● |
|_____________________________|______________________________| |______________________________.| Keys -----|--------|-----> |
| **Disabled** | | **Buying when more ref** | <———————————● |
| ************ | | ************ | Refs -----|--------|-----> |
| <——●————————●···> | | <——● | min max |
| Keys -----|--------|-----> | | Keys -----|--------|-----> |_______________________________|
| ●————————●···> | | ○————————————> |
| Refs -----|--------|-----> | | Refs -----|--------|-----> |
| min max | | min max |
|_____________________________| |_______________________________|
Some screenshots:
-
When your bot has enough keys to sell (when your ref < minimum) OR enough ref to buy more keys (when your ref > maximum and keys < max):
-
When your bot doesn't have enough keys to sell, Autokeys will not be active:
You can see the code of this feature here.
If you're having your bot trade unusuals or australiums (which the value, as we know, is more than 5 keys), and someone sends a trade offer with 0.11 ref underpay, your bot will skip this offer and send you a notification to review this offer. With this exception, your bot will accept the trade as long as the underpay is less than the exceptional value that you've set. To use this feature, you'll need to set the exception value on both INVALID_VALUE_EXCEPTION_SKUS
and INVALID_VALUE_EXCEPTION_VALUE_IN_REF
. See here.
- Getting a VPS
- Downloading the bot
- Configuring the bot
- Running the bot (node and PM2)
- Introduction to pricelist
- Parameters
- Manage pricelist
- Other commands