-
Hi All,
I've come across a situation where SteamBot hangs when executing `Trade.AcceptTrade()` in the `OnTradeAccept` method. The Debug logs show no error or warnings.
The trade being made as an exa…
-
Hello everyone. I'm really new to this Git and C# thing, but I really need some help. First I want to say this is an amazing piece of work Jessecar96 had created and I thank you for sharing it. Anyway…
-
I was trying to open the Solution, but "SteamKit2" won't open. I found a work around by putting ".nuget" into the "SteamBot" folder. However, this just creates more errors.
I'm not really sure what to…
-
I am trying to ready bot items attributes.
Inventory.Item[] inventory = Trade.MyInventory.Items;
foreach (Inventory.Item item in inventory)
{
int AttributesCount = item.Attributes.Length;
}…
-
I tried to trade with the bot, but then this appears on my screen:
![ss 2013-06-03 at 06 14 26](https://f.cloud.github.com/assets/4522174/600486/ba51b61a-cc68-11e2-9b2d-2f47d473110e.png) This also ha…
ghost updated
11 years ago
-
Pretty self-explanatory.
Either a method that is executed when a friend logs in, or accepts a friend request, or, more specifically, I'd like for Steambot to request to trade when a friend logs in.
I…
-
Hello,
If there a way I can detect if someone has said a specific thing in group chat? In normal chat, we can use if(message.contains("")) function but how to check it in group chat? and if the functi…
-
Hi All,
I'm trying to improve an already made bot that automatically trades all items from other steambots.
I'm attempting to ready up a bot and an exception is thrown constantly from the below code…
-
How to know, what items people give (common, uncommon, rare)?
Help please
-
Right now, the method I've been using is similar to this;
```
public override void OnTradeAddItem(Schema.Item schemaItem, Inventory.Item inventoryItem)
{
foreach (ulong id in Trade.OtherOfferedIt…
ghost updated
11 years ago