Risse Posted July 21 Report Share Posted July 21 how can I view the status of the exchange offer I sent by its unique ID? Without using the function manager.on('sentOfferChanged', function(offer, old State) { console.log(`Offer #${offer.id} changed: ${TradeOfferManager.ETradeOfferState[oldState]} -> ${TradeOfferManager.ETradeOfferState[offer.state]}`); }) ) because it works very rarely Quote Link to comment Share on other sites More sharing options...
Dr. McKay Posted July 22 Report Share Posted July 22 Use getOffer to retrieve a TradeOffer by its ID. Quote Link to comment Share on other sites More sharing options...
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.