-
Posts
3629 -
Joined
-
Last visited
Everything posted by Dr. McKay
-
Discussion how can i get the token in the offerURL
Dr. McKay replied to Ferriar_幽助's topic in node-steam-tradeoffer-manager
You should collect the token by asking the user for their trade URL. -
Question Client.users after the bot fully connected?
Dr. McKay replied to Silentz0r's topic in node-steam-user
Notice in the documentation that the users property isn't updated until after the user event finishes? The process.nextTick call waits until the next tick of the Node.js event loop, after the users property has been updated. -
Question Client.users after the bot fully connected?
Dr. McKay replied to Silentz0r's topic in node-steam-user
This is probably a pretty common case that should be supported natively in the module. Update steam-user to v3.22.0 then use the friendPersonasLoaded event. -
Not at this time.
-
Question Sending multiple trade instead of one
Dr. McKay replied to rQwk's topic in node-steam-tradeoffer-manager
Your getGameItems function is probably not clearing an array or something between requests. -
Probably because you're using profileSettings and not uploadAvatar.
-
Question Sending multiple trade instead of one
Dr. McKay replied to rQwk's topic in node-steam-tradeoffer-manager
Show your code please. -
I don't think you can get from Steam the SteamID of the server a player is on, but if you can obtain their server's IP (which I think you can't do for CS:GO) then you can ascertain the SteamID from that.
-
Sure would be nice to know what error.
-
Question How to bypass inviteToGroup restriction [2k17]
Dr. McKay replied to MaSTeR's topic in node-steam-user
Well yeah, that's how you "bypass" needing to be friends with someone to invite them to your group.... you become friends with them. That's not a bypass, that's doing it how you're supposed to do it. -
Question How to bypass inviteToGroup restriction [2k17]
Dr. McKay replied to MaSTeR's topic in node-steam-user
You don't. -
Please read the documentation, specifically the options.
-
It timed out while contacting Steam. That happens sometimes. Either Steam is having trouble or your network is having trouble.
-
Question about pollInterval and node-steam-user
Dr. McKay replied to Axle's topic in node-steam-tradeoffer-manager
No, timed polling remains enabled (unless you disable it manually). Passing a SteamUser just triggers polls more quickly after specific actions happen. -
addMyItem takes one argument, which should be an object.
-
Question Passport Steam login and steamcommunity
Dr. McKay replied to spenser_l's topic in node-steamcommunity
No, "sign in through Steam" doesn't provide any kind of access to the user's Steam account. All it does is give you a verified SteamID. -
Question Send/receive messages to/from non-friends
Dr. McKay replied to Kim's topic in node-steam-user
Yeah, that should work.