Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3591
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. Not really, just google http proxies.
  2. I highly doubt you'll find any free proxies that work with Steam.
  3. HTTPS proxies are not supported, only HTTP proxies. Your 400 Bad Request is coming from the proxy, so you're probably not using the correct proxy address/port.
  4. You can't. Nor the group name.
  5. It's in owner_descriptions, which is only available if you loaded your own inventory.
  6. Most likely OfferLimitExceeded is coming from the actual call to offer.send(), not from confirming it. There's also a limit on how many offers can be awaiting confirmation, maybe you hit that.
  7. itemsToReceive always contains the pre-trade data. You can use offer.getExchangeDetails to get post-trade data.
  8. I believe you only need steamLogin, steamLoginSecure, sessionid, and steamMachineAuth cookies (the latter not being necessary if the cookies were obtained through a CM).
  9. You could always use node-steamcommunity's getUserInventoryContents, which is what steam-tradeoffer-manager calls anyway.
  10. I don't understand what you're trying to do here. Why manually make the request instead of using getUserInventoryContents? What do you mean by "not having to cache anything"?
  11. It's not possible in any of my modules, and probably won't ever be (in compliance with the Steam Subscriber Agreement).
  12. Don't use steam, just use steam-user.
  13. The event is still there, but it's deprecated and you're highly discouraged from using it. You should be using acceptConfirmationForObject.
  14. No, there's no way to load the inventory page by page.
  15. Pull your inventory, find the owner_description that contains the date, and parse it.
  16. That won't do any good, you'll need to load the files into memory before you can use them anyway.
  17. Either your secret is wrong or your clock is wrong.
  18. Manually set a dataDirectory.
  19. https://github.com/DoctorMcKay/node-steam-user#getsteamlevelssteamids-callback
  20. That screenshot was from another account. I'll keep it in-game for a bit so you can check if you can see it.
×
×
  • Create New...