-
Posts
3591 -
Joined
-
Last visited
Everything posted by Dr. McKay
-
Use the SteamID to pull their inventory from Steam to get the inspect link, then use that to get the wear.
-
That's more or less what you'd want to do.
-
Question EconItems invalid item id
Dr. McKay replied to safe's topic in node-steam-tradeoffer-manager
You should probably use offer.getExchangeDetails instead. -
What is the community property for in the constructor
Dr. McKay replied to timgfx's topic in node-steam-tradeoffer-manager
steam-tradeoffer-manager uses a steamcommunity instance for all its HTTP requests. If you pass in your own, then it'll respect that steamcommunity instance's options and such, and it will also set cookies on that steamcommunity meaning you don't need to do it yourself. -
Renew the backpack in steam client
Dr. McKay replied to TextDynasty's topic in node-steam-tradeoffer-manager
"Quit" and "relaunch" TF2. -
Loop the array until you find what you're looking for.
-
https://github.com/DoctorMcKay/node-steamcommunity/wiki/CSteamGroup#joincallback
-
The removeFriend method will cancel/decline a friend request. You can't join groups through steam-user.
-
Private inventory.
-
It doesn't do what you think.
-
Question Need to run two different script in one PC.
Dr. McKay replied to HeavenMan's topic in node-steam-user
If you read the documentation a little closer, you'll see that all you need to do is give each a distinct logonID. -
Encryption with a key in environment variables is about the best you can do, assuming your crypto is solid.
-
id.getSteamID64()
-
None of what you just asked makes any sense. But I can tell you that the SteamID you pasted belongs to a Steam group, specifically "FireTeamShot" (http://steamcommunity.com/gid/103582791440766536/).
-
This, it seemed to not be doing anything because you didn't actually have it do anything once it was logged on.
-
Please show your code.
-
Right now there isn't any method to get group comments, so you'd need to figure out how to do that on your own.
-
The answer, I presume, was no.
-
The confirmation checker doesn't have any events like that. Those belong to steam-tradeoffer-manager. You should just call acceptConfirmationForObject whenever you send or accept an offer that needs confirmation, and that's it.
-
It's possible but steam-user won't help you as it has nothing to do with HTTP. Also, as far as I know there aren't any modules at all that do the queue so you'd have to implement it yourself.
-
Question How to pause sentOfferChanged?
Dr. McKay replied to Mentalista's topic in node-steam-tradeoffer-manager
At the moment, that's not possible. You could create an array or queue somewhere and push offers into it as the event is emitted, then when you're ready to process them go through that array. -
TypeError: Cannot read property 'isValid' of undefined
Dr. McKay replied to Verize's topic in node-steam-tradeoffer-manager
What's in your tradelink variable? -
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/round