-
Posts
3628 -
Joined
-
Last visited
Everything posted by Dr. McKay
-
Question adding buyorders on Steam Community Market
Dr. McKay replied to shustrik35's topic in General
It's not possible in any of my modules, and probably won't ever be (in compliance with the Steam Subscriber Agreement). -
Question Where im doing wrong (weblogin steam-user)
Dr. McKay replied to katayyayuci's topic in node-steam-user
Don't use steam, just use steam-user. -
Question New way of accepting confirmations?
Dr. McKay replied to 0x737368's topic in node-steamcommunity
The event is still there, but it's deprecated and you're highly discouraged from using it. You should be using acceptConfirmationForObject. -
Loading inventories page by page?
Dr. McKay replied to QuestionRealQuick1's topic in node-steam-tradeoffer-manager
All you need is the appid + contextid + assetid. -
Loading inventories page by page?
Dr. McKay replied to QuestionRealQuick1's topic in node-steam-tradeoffer-manager
No, there's no way to load the inventory page by page. -
Loading inventories page by page?
Dr. McKay replied to QuestionRealQuick1's topic in node-steam-tradeoffer-manager
That won't do any good, you'll need to load the files into memory before you can use them anyway. -
Question steam-totp is Generating Wrong Code
Dr. McKay replied to Cool Guy123's topic in node-steam-user
Either your secret is wrong or your clock is wrong.- 1 reply
-
- node.js
- node-steam-user
-
(and 1 more)
Tagged with:
-
Manually set a dataDirectory.
-
steamids must be an array.
-
https://github.com/DoctorMcKay/node-steam-user#getsteamlevelssteamids-callback
-
After Steam update, don't work function gamesPlayed?
Dr. McKay replied to QuestionRealQuick1's topic in node-steam-user
That screenshot was from another account. I'll keep it in-game for a bit so you can check if you can see it. -
After Steam update, don't work function gamesPlayed?
Dr. McKay replied to QuestionRealQuick1's topic in node-steam-user
Works fine for me. client.gamesPlayed(["Test App", 730]); -
Need help with owner_descriptions field
Dr. McKay replied to vmysiur's topic in node-steam-tradeoffer-manager
Sure, get your inventory and check owner_descriptions. -
You probably need to register then login again.
-
You also need to submit these in your login request.
-
Cannot update profile privacy & settings
Dr. McKay replied to TomYoki's topic in node-steamcommunity
Sorry about that, update to 3.35.1 and it should be good to go. -
Question Adding Full Card Sets to a trade offer
Dr. McKay replied to Go Fast's topic in node-steam-tradeoffer-manager
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. -
Question amount of gems in trade
Dr. McKay replied to neverhood's topic in node-steam-tradeoffer-manager
You would need to query the gem value for each item individually. Unfortunately, that doesn't work for items that aren't yours. -
This has been added to node-steamcommunity in v3.35.0.
-
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.
-
https://github.com/DoctorMcKay/node-steam-user#grouprelationship https://github.com/DoctorMcKay/node-steam-user#respondtogroupinvitegroupsteamid-accept
-
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).
- 11 replies
-
- node.js
- node-steam-user
-
(and 2 more)
Tagged with: