overdose Posted May 7, 2020 Report Posted May 7, 2020 Hello everyone, is there anyone who is willing to help me to set up (if it's possible) to auto accept empty trade offers? I will give reward for doing so. Quote
vrtgn Posted May 8, 2020 Report Posted May 8, 2020 manager.on('newOffer', offer => { if (offer.itemsToGive.length === 0) { offer.accept(err => err ? console.log('There was an error accpeting the offer!' : null); } }); Quote
overdose Posted May 8, 2020 Author Report Posted May 8, 2020 You can add me on steam https://steamcommunity.com/profiles/76561198093102680/ 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.