Jump to content
McKay Development

Recommended Posts

Posted (edited)

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
Posted (edited)

 

1. You're on your own with that.

 

I thought people help on this forum. You should give me one clue to where to start.

 

Also i really need a clue. I can't find way to do it.

Edited by Zaferix

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...