-
Posts
3545 -
Joined
-
Last visited
Everything posted by Dr. McKay
-
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:
-
Question acceptConfirmationForObject is not working
Dr. McKay replied to altend's topic in node-steamcommunity
The module name is steamcommunity, not steam-community. If you're getting that error, either your clock or your secret is wrong. -
There are a few examples that might help you here.
-
There is not, presently. You'd need to make the HTTP request that the browser makes to open one.
-
getReceivedItems items array not complete
Dr. McKay replied to JohnNate's topic in node-steam-tradeoffer-manager
https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOffer#getreceiveditemsgetactions-callback -
args.length will always be at least 1.
-
Use getExchangeDetails to get the new assetid.
-
There is no guaranteed order for the output of getReceivedItems. If you need to map input to output items, use getExchangeDetails.