Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

experienceUpdate #131

Open
Salvationdk opened this issue Mar 30, 2016 · 5 comments
Open

experienceUpdate #131

Salvationdk opened this issue Mar 30, 2016 · 5 comments

Comments

@Salvationdk
Copy link

is this packet changed also ?

  • on.experienceUpdate(level, current_exp, need_exp) experience information update (if logined with auth token)

cant seem to get it to retrieve info

here is how im using it.. but nothing is

    myClient.on('experienceUpdate', function(level, current_exp, need_exp) { //if facebook key used and server sent exp info
    if (config.logging) fs.appendFileSync('log.txt', 'Experience update: Current level is ' + level + ' and experience is ' + current_exp + '/' + need_exp + "\r\n", encoding = 'utf8');
    });
@ghost
Copy link

ghost commented Mar 30, 2016

Nope, it works but the login packet changed so this is why u didn't get experienceUpdate.

@Salvationdk
Copy link
Author

already got the login change...

@SrNicolas
Copy link

@Szammi Hey, I need to contact you on skype, please add me on skype: nicolasdelito

@pulviscriptor
Copy link
Owner

I planning to remove experienceUpdate event since i think its now in miniclip server (which is not supported by agario-client).
Does experienceUpdate works for anybody? Can i remove it?

@SrNicolas
Copy link

not working for me, remove it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants