-
Posts
49 -
Joined
-
Last visited
Recent Profile Visitors
545 profile views
McMuffinDK's Achievements
-
McKay is this even possible?
-
Question Adding Full Card Sets to a trade offer
McMuffinDK replied to Go Fast's topic in node-steam-tradeoffer-manager
Maybe you can use this http://steam.tools/cards/ -
McMuffinDK started following Problem Bot is very slowly , Adding Full Card Sets to a trade offer , Parse steamguard code and 3 others
-
It is not, I was thinking of something like this: client.logOn({ "accountName": username, "password": password, "auth": steamGuardCode });
-
Is it possible to parse the steamguard auth code in a variable?
-
Question acceptConfirmationForObject is not working
McMuffinDK replied to altend's topic in node-steamcommunity
I actually don't know. But probably as you have to assign it as a new authenticator -
Do you need help? Don't hesitate to DM me on discord then! (McMuffinDK#5901) I would love to help you the best i can
-
Question acceptConfirmationForObject is not working
McMuffinDK replied to altend's topic in node-steamcommunity
Use this link, it is working for me https://github.com/winauth/winauth/releases/download/3.5.1/WinAuth-3.5.1.zip -
Question acceptConfirmationForObject is not working
McMuffinDK replied to altend's topic in node-steamcommunity
Try use winAuth to get your identity and shared secret and see if that works -
xedom reacted to a post in a topic: Help with getServerList
-
Yes, i would say so. Notice that the max limit is 5000
- 11 replies
-
- node.js
- node-steam-user
-
(and 2 more)
Tagged with:
-
xedom reacted to a post in a topic: Help with getServerList
-
Try to add setTimeout with a few sec and see if it helps, might be called too early
- 11 replies
-
- node.js
- node-steam-user
-
(and 2 more)
Tagged with:
-
xedom reacted to a post in a topic: Help with getServerList
-
Sorry, my bad.. NULL must be null
- 11 replies
-
- node.js
- node-steam-user
-
(and 2 more)
Tagged with:
-
xedom reacted to a post in a topic: Help with getServerList
-
client.getServerList(NULL, 100, (servers) => { console.log(servers); }) You can find information about filters here: https://developer.valvesoftware.com/wiki/Master_Server_Query_Protocol#Filter
- 11 replies
-
- node.js
- node-steam-user
-
(and 2 more)
Tagged with:
-
Might be your server specs, the coding and so on
-
McMuffinDK reacted to a post in a topic: Please cancel some before sending more.
-
You can get it from the CEconItem object that you can get using node-steam-tradeoffer-manager
-
The shorter one is used with the item's market id wich (if i got it right) is hard to get. The long one is in the tradeoffer object that is sent and therefore a lot easier to use