Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3591
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. Correct. You can't get new secrets from Steam without disabling and re-enabling.
  2. node-steamstore has a method which retrieves that URL. But yes, please do open an issue on GitHub (linking to this thread) about this as there should be some level of support for distinguishing family-shared games.
  3. Are you using the same account in two places?
  4. https://httpstatuses.com/429 Slow down.
  5. I haven't had a chance yet.
  6. There's nothing provided by the module at this time. In my personal opinion, checking for that warning is useless.
  7. No, sorry, I can't write the code for you.
  8. You'd need to use node-steam-user for that, node-steamcommunity wouldn't work. Look around for the invite-related events.
  9. It's been experienced that Steam just won't send codes to some numbers. I'd suggest contacting Steam Support.
  10. It's not possible to get a listing of all items from Steam economy. The closest you can get is scraping the market.
  11. No, as there's no requests to Steam involved in just creating a TradeOffer object. It all happens locally in memory, up until you send it (or call getUserDetails).
  12. itemsToGive and itemsToReceive are both arrays. If you don't know what this means, please take some online classes on JavaScript.
  13. You can download specific files for a game (like items_game.txt) using node-steam-user.
  14. Lowercase the input first: msg.toLowerCase()
  15. No, bot voting is not something I will support.
  16. Do need to also check the message if you want it to respond differently to different messages.
  17. Creating the offer is probably the easiest way to do it. You don't have to send the offer.
  18. No idea. Seems to work fine here.
  19. Sounds like your Steam account is limited.
×
×
  • Create New...