doktokto
doktokto
Wow, I don't ever thought that it's bug, I just used ``` if (Bot.SteamFriends.GetFriendRelationship(OtherSID) == EFriendRelationship.Friend) { ... } ```
SteamKit 1.6.5: 'CallbackMsgExtensions.Handle(ICallbackMsg, Action)" 'This method will be removed in a future version of SteamKit. Please migrate to CallbackManager.' ExampleBot SteamBot\Bot.cs 448 If you update SteamKit to 1.7.0 - there...
`string response`: ``` [head] [script] Sell - Operation Breakout Weapon Case [*price_is_here*] 31 minutes ago All done You're all done, there's nothing left to confirm. © Valve Corporation. All rights...
`data-confid` and `data-key` are same here: ```
Error: [Image](http://i.imgur.com/3bhKg7K.png)
Okay, so I just changed this part: ``` Regex confIDRegex = new Regex("
> 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
If accepting failed we can just check offer status after 10 sec. If it still active - accept again, if it accepted - all good, if it canceled or have...
My record - 38 attempts to accept. Offer accepted successfully only after 38 attempts.