Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3575
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. Please show your code.
  2. Right now there isn't any method to get group comments, so you'd need to figure out how to do that on your own.
  3. The answer, I presume, was no.
  4. How could it get details for the item exchange if there was no item exchange?
  5. The confirmation checker doesn't have any events like that. Those belong to steam-tradeoffer-manager. You should just call acceptConfirmationForObject whenever you send or accept an offer that needs confirmation, and that's it.
  6. It's possible but steam-user won't help you as it has nothing to do with HTTP. Also, as far as I know there aren't any modules at all that do the queue so you'd have to implement it yourself.
  7. At the moment, that's not possible. You could create an array or queue somewhere and push offers into it as the event is emitted, then when you're ready to process them go through that array.
  8. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/round
  9. Are you friends with them? I believe you need to be friends and they might even need to be online.
  10. That's a scam.
  11. It probably failed because you're trying to get an encrypted appticket for an app that doesn't have it enabled.
  12. Add another call to getInventoryContents inside the callback of the first one.
  13. https://github.com/DoctorMcKay/node-steam-user#gamesplayedapps-force
  14. That API method doesn't do what you expect. Specifically, it doesn't return market prices nor does it work for Steam Community items.
  15. https://github.com/DoctorMcKay/node-steam-user#playingstate
  16. https://github.com/DoctorMcKay/node-steam-user#promptsteamguardcode https://github.com/DoctorMcKay/node-steam-user#steamguard
  17. Make sure that your bot account has permission to kick users. That error is coming from Steam so there isn't much else I can tell you.
  18. Make the token expected.
  19. Well done, Valve. I'm not seeing that on my own inventory history page. Possible it's just a transient issue?
  20. There is already an existing thread for this (and this isn't the right forum anyway).
  21. Have you sent/accepted the offer already?
  22. No, because having two clients logged into the same Steam account does trickery with your online status.
×
×
  • Create New...