Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3545
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. Either your secret is wrong or your clock is wrong.
  2. Manually set a dataDirectory.
  3. https://github.com/DoctorMcKay/node-steam-user#getsteamlevelssteamids-callback
  4. That screenshot was from another account. I'll keep it in-game for a bit so you can check if you can see it.
  5. Works fine for me. client.gamesPlayed(["Test App", 730]);
  6. Sure, get your inventory and check owner_descriptions.
  7. market_hash_name is the same in all languages. If you want the localized name, you're looking for market_name.
  8. You probably need to register then login again.
  9. You also need to submit these in your login request.
  10. Sorry about that, update to 3.35.1 and it should be good to go.
  11. I'm not aware of any public API or database of full card sets. Maybe there's one somewhere. You'd need to either find one or scrape the gamecards page.
  12. You would need to query the gem value for each item individually. Unfortunately, that doesn't work for items that aren't yours.
  13. This has been added to node-steamcommunity in v3.35.0.
  14. That will only respond to invitations that come in while the bot is running. If the invitation was already there when you started up, it won't emit groupRelationship. You want to also check myGroups.
  15. https://github.com/DoctorMcKay/node-steam-user#grouprelationship https://github.com/DoctorMcKay/node-steam-user#respondtogroupinvitegroupsteamid-accept
  16. You need to escape your backslashes (\\ instead of \). Also CS:GO's appid is 730, not 740 (use the game appid, not the server appid).
  17. The module name is steamcommunity, not steam-community. If you're getting that error, either your clock or your secret is wrong.
  18. There are a few examples that might help you here.
  19. There is not, presently. You'd need to make the HTTP request that the browser makes to open one.
  20. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOffer#getreceiveditemsgetactions-callback
  21. args.length will always be at least 1.
  22. Use getExchangeDetails to get the new assetid.
  23. There is no guaranteed order for the output of getReceivedItems. If you need to map input to output items, use getExchangeDetails.
×
×
  • Create New...