agario-client icon indicating copy to clipboard operation
agario-client copied to clipboard

experienceUpdate

Open Salvationdk opened this issue 8 years ago • 5 comments

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');
    });

Salvationdk avatar Mar 30 '16 08:03 Salvationdk

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

ghost avatar Mar 30 '16 15:03 ghost

already got the login change...

Salvationdk avatar Mar 30 '16 15:03 Salvationdk

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

SrNicolas avatar Mar 30 '16 18:03 SrNicolas

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?

pulviscriptor avatar Apr 01 '16 05:04 pulviscriptor

not working for me, remove it

SrNicolas avatar Apr 01 '16 08:04 SrNicolas