-
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…
-
All the trading and SteamWeb stuff shouldn't be in the Bot repository. Trading should be a dedicated library (or maybe commit to SteamKit?).
-
Keep an eye on this issue for more information: https://bitbucket.org/VoiDeD/steamre/issue/28/memory-leak-in-steamfriends
## Summary
If someone on the bot's friend's list is connected from a mobile …
-
Opened up steambot.sln and ran the build, when I try to debug it however I get:
```
Launching bot 0
Connection Callback: OK
Logged on callback: invalidPassword
Login Failure: invalidPassword
```
to…
-
I have looked around, and haven't been able to find anything for it. But is it possible to set the bot's status to Busy when a trade is initiated, so that other's know that they are occupied?
-
Trying to compile the ExampleBot, I get the following error.
> Error 5 'SteamKit2.WebHelpers' is inaccessible due to its protection level C:\Users\rannmann\Documents\GitHub\SteamBot\SteamBot\Bot.c…
-
It would be much easier to read and maintain if a Trade was completely seperated from the "TradeSystem", so that you would have a Trade that you can interact with and a TradeSystem that handles all th…