-
Why i can't use?
``` C#
using System;
using System.Collections.Generic;
using SteamKit2;
using SteamTrade.Exceptions;
namespace SteamTrade
{
public partial class Trade
{
#region Stat…
-
When starting a new Trade, it almost times out for me because the bot is busy fetching the other player's inventories. This should be made async somehow.
-
tradeProposed event it's not called when sending a trade request from steam to bot. Instead I get an error on steam because the user it's not available for trade. I tried to call webLogOn from webSes…
-
Like the title suggest, I'm no expert in coding. Just wondering If the bot could list down the Players ID / Name after a successful trade?
Something like
[2013-05-24:00:22] PlayerExample traded "Bot…
-
I keep getting an error:
System.NullReferenceException: Object reference not set to an instance of an object.
at SteamTrade.Inventory.GetItem
at SteamTrade.Trade.Poll()
At SteamTrade.T…
-
When the bot trades a person with a private backpack, it cashes instantly.
![](http://puu.sh/1sMe5)
-
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…
-
The bot seemed to of been working perfectly. But once I put the bot on my linux server it runs and starts beautifully but for some reason it seems like it just doesn't want to accept anyone's trade re…
-
This has been solved.
Scroll to the bottom for answer.
-
Title really says it all. I am using the SimpleUserHandler and what I want it to do is when a player adds the bot it will message them asking for a code. Then when the player types in the code it will…