Closed ghost closed 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"
Duplicate of https://github.com/Jessecar96/SteamBot/issues/297
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"