Jump to content
McKay Development

Won't accept offer coming from my main account and how to auto cancel an offer after a moment?


Recommended Posts

 

 

 

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 by youssefsoua
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...