-
When the Steam API is down (which happens pretty frequently, from what I gather), I'm getting this:
```
Unhandled Exception: SteamTrade.Exceptions.TradeException:
I'm having a problem getting one of…
-
Everytime I download the tf2 item schema it seems to take quite a while. We should cache what is downloaded to a file and reuse that on next launch. When the schema gets updated, only then download it…
-
I've added a public function to Bot.cs and I need to run it from somewhere else, say Interface.cs which is a GUI I'm designing.
However I cannot use `Bot.function()` since the function() doesn't show…
-
My Code :
``` C#
using SteamKit2;
using System.Collections.Generic;
using SteamTrade;
namespace SteamBot
{
public class SimpleUserHandler : UserHandler
{
public int ScrapPutUp;
…
-
Make `AddItem` and `RemoveItem` only modify the local copy, and when `Poll` gets called, update steam with the local copy of data. Can we do it?
-
What do you guys think, should we add versioning to the SteamBot?
-
Found this out the hard way by copy-pasting configuration items in `settings.json` where `logFile` was the same value for each bot.
Also steam guard was on for the bot accounts and it was prompting f…
-
I am admin of the bot but when I try to use any of the help, add or remove commands it doesn't work.
Either by steam chat or trade chat.
Any help ?
-
Hi,
I've manged to get the bot with default config running.
I have a bunch of idle accounts which i use with TF2Idle. I'd like to configure all my idle accounts so they can run as bots and trade the…
-
I've received reports that the SteamBot times out when traded (everything up until then works perfectly fine). When you trade it, it gives the `OnAfterInit` message, but after that (no matter what yo…