Jump to content
McKay Development

I have two questions.


Zaferix

Recommended Posts

1. You're on your own with that.

2. When SteamUser emits webSession, call SteamCommunity#setCookies with the cookies that webSession gave you.

 

Thanks I have one more problem. Create account not working.

 

client.logOn();


client.on('loggedOn', function (details) {
    console.log("Logged as " + client.steamID.getSteam3RenderedID());
    client.setPersona(SteamUser.EPersonaState.Online);
});


client.createAccount("usernameiwrited", "passwordiwrited", "[email protected]", function (result, steamid) {
    console.log(result);
    console.log(steamid);
    console.log("Account Created.");
});
 
Does not work. I don't have any error or log just skip createaccount part. Account does not create.
Edited by Zaferix
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...