Jump to content
McKay Development

Recommended Posts

Posted

hi,dear doc,i‘m so sorry to trouble you,but I'm really confused,.

When i use node-steam-tradeoffer-manager ,it work well for accepted and confirmed new offer,but sometimes it seemed not accepted or confirmed some offer,so always have 1~2 offer left and it not manage this old offer again ,how i can do for this ?I used the same code as the example.

Posted (edited)
17 hours ago, Dr. McKay said:

您可以使用offerList事件来查看是否有任何旧的报价仍处于活动状态。

how i can let node-steam-tradeoffer-manager accept and comfirm them agin?have any example?sorry i have so many noob question

Edited by dixianren
  • 2 weeks later...
Posted
On 2020/9/8 at PM4点42分, Dr. McKay said:

您可以使用offerList事件来查看是否有任何旧的报价仍处于活动状态。

hi,doc,when i use offlist ,set filter is EOfferFilter.ActiveOnly but there have some historical offers present in the output.how i can only get the active offer?

Posted
1 hour ago, Dr. McKay said:

Just filter the list to only active offers.

I'm sorry,i'm so noob,how to filter the list to only active offers?the EOfferFilter only have three of the following

"ActiveOnly": 1,

"HistoricalOnly": 2,

"All": 3

 

  • 2 weeks later...
Posted

Ty,Doc,i use

manager.on('offerList', function(filter, sent, received)

and it work well,but it polling and work per 30s, how i can let it delay more time?i set delay(settimeout) in it,but not useful.

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...