Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3591
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. Are you friends with them? I believe you need to be friends and they might even need to be online.
  2. That's a scam.
  3. It probably failed because you're trying to get an encrypted appticket for an app that doesn't have it enabled.
  4. Add another call to getInventoryContents inside the callback of the first one.
  5. https://github.com/DoctorMcKay/node-steam-user#gamesplayedapps-force
  6. That API method doesn't do what you expect. Specifically, it doesn't return market prices nor does it work for Steam Community items.
  7. https://github.com/DoctorMcKay/node-steam-user#playingstate
  8. https://github.com/DoctorMcKay/node-steam-user#promptsteamguardcode https://github.com/DoctorMcKay/node-steam-user#steamguard
  9. 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.
  10. Make the token expected.
  11. Well done, Valve. I'm not seeing that on my own inventory history page. Possible it's just a transient issue?
  12. There is already an existing thread for this (and this isn't the right forum anyway).
  13. Have you sent/accepted the offer already?
  14. No, because having two clients logged into the same Steam account does trickery with your online status.
  15. I think strictly speaking, the leading SteamID isn't part of the ticket. Some implementations just expect the SteamID to be sent preceding the actual ticket. Therefore, I don't believe I should be including that leading SteamID in the ticket I return.
  16. What exactly is happening?
  17. Thanks for the info. I've merged the pending pull request and published an update.
  18. I don't really think this can be done with a bot. The bot would need to go online in order to receive chat messages, which would override your persona state from the proper Steam client.
  19. You aren't logging into node-steamcommunity.
  20. You could add a function to that app.js file which returns the bot instance. Like exports.getBot = function() { ... }
×
×
  • Create New...