youssefsoua Posted November 27, 2017 Report Posted November 27, 2017 (edited) Hey At the beginning it was working fine, but now it won't accept incoming offer from my main. This is the code:https://pastebin.com/zkQbFSGG how to auto cancel an offer after a moment? Thanks in advance !!! Edited November 27, 2017 by youssefsoua Quote
Reason Posted November 27, 2017 Report Posted November 27, 2017 If you want to cancel offer after some time you can use constructor cancelTime https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager Offtopic, sometimes "community.acceptConfirmationForObject" giving error but it accept offer anyway. Quote
youssefsoua Posted November 27, 2017 Author Report Posted November 27, 2017 (edited) If you want to cancel offer after some time you can use constructor cancelTime https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager Offtopic, sometimes "community.acceptConfirmationForObject" giving error but it accept offer anyway. Is it like this for the auto cancel ? const manager = new TradeOfferManager({ steam: client, community: community, language: 'en', "pollInterval": "5000", "cancelTime": "60000" }); the problem of incoming offers from my main is that it didn't even execute this line console.log(`Accepted offer. Status: ${status}.`); Edited November 27, 2017 by youssefsoua 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.