Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3631
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. 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.
  2. Make the token expected.
  3. Well done, Valve. I'm not seeing that on my own inventory history page. Possible it's just a transient issue?
  4. There is already an existing thread for this (and this isn't the right forum anyway).
  5. Have you sent/accepted the offer already?
  6. No, because having two clients logged into the same Steam account does trickery with your online status.
  7. 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.
  8. What exactly is happening?
  9. Thanks for the info. I've merged the pending pull request and published an update.
  10. 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.
  11. You aren't logging into node-steamcommunity.
  12. You could add a function to that app.js file which returns the bot instance. Like exports.getBot = function() { ... }
  13. You should provide the arguments as arguments, not as an object.
  14. You'd have to reverse engineer it yourself.
  15. It has never been tested to ensure that it actually returns well-formed tickets.
  16. fs is not an npm module. It's built into Node.js.
  17. That should work, but for robustness you should listen for the disconnected event then re-login after that gets emitted (but make sure you only call logOn in response to disconnected if you manually initiated the logoff; disconnected can also be emitted if Steam goes down, in which case it will automatically reconnect).
  18. I don't believe this is currently possible (in node-steamcommunity; it will never be possible in node-steam-user).
  19. You want to parse the URL? https://nodejs.org/api/url.html
  20. Depending on what library you're using, there might be a method to get contexts. That said, it's likely any items you're interested in have a static, global context ID. For example, all current Valve games (TF2, CS:GO, etc) have a single context ID of 2. Steam Community items (emoticons, backgrounds, etc.) have a context ID of 6.
×
×
  • Create New...