Soska Posted March 3, 2017 Report Posted March 3, 2017 Hello. There was such problem: when the bot sends two DIFFERENT trades at the same time, for example where there are two or three of the same case. One trade is accepted, the other gets the status "Items unavailable for trade" Items are sent by Market name (the classid and instanceid is always the same. they do not have sense). assetid in the offer and the inventory are different. The task such: to send items that are not currently in other trades of the account. Penneyliz and ArlaSokindy 2 Quote
Dr. McKay Posted March 3, 2017 Report Posted March 3, 2017 You need to keep track of which asset IDs you've already sent offers for and not send them again. You can either keep track in your code (which I recommend), or you can use https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#getofferscontainingitemsitems-includeinactive-callback Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.