agario-client
agario-client copied to clipboard
experienceUpdate
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');
});
Nope, it works but the login packet changed so this is why u didn't get experienceUpdate
.
already got the login change...
@SzAmmi Hey, I need to contact you on skype, please add me on skype: nicolasdelito
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?
not working for me, remove it