SteamBot
SteamBot copied to clipboard
Problems with trade offers.
offer.Accept()never returntrueanymore.offer.OfferStatenever getTradeOfferState.TradeOfferStateNeedsConfirmationstate. Even if you open in browser there is no messageAwaiting mobile confirmationin trade offer. But if you callBot.AcceptAllMobileTradeConfirmations();trade will be accepted.Bot.AcceptAllMobileTradeConfirmations();don't write to logConfirmed Trade with...if there is a lot of items in offer (for example 100).
Actually all works fine.
offer.Accept()no longer returns a boolean, please see the method prototype- I am not reproing this
- I will look into this. Edit - I don't see that string in the code anywhere...
I will look into this. Edit - I don't see that string in the code anywhere...
https://github.com/Jessecar96/SteamBot/blob/8a22079bee029bdf99ab9da9ed68b05b3b0005d2/SteamBot/Bot.cs#L1092