Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.33k stars 910 forks source link

Bots communicating with each other 2 #304

Closed ghost closed 11 years ago

ghost commented 11 years ago

Is it even possible to trade items between bots?

I wrote this for testing, in OnTradeInit in my handler I add an item (or Trade.SetReady, both fail) if OtherSID == someotherbotsid.

What I get is an exception caught in TradeManager -> StartTradeThread(), raised in Trade.AddItem(...)

if (!ok) throw new TradeException("The Web command to add the Item failed");

because TradeSession -> AddItemWebCmd(...) -> json fetched contains "success":"false"

ghost commented 11 years ago

Duplicate of https://github.com/Jessecar96/SteamBot/issues/297