agar-lvlgen
agar-lvlgen copied to clipboard
Log the XP in the console.
I think it would be great if our level and XP is logged to the console along with the other stuff, (or just logged when the player dies).
I'll see if I can read some documentation on this for agario-client, but I'm not sure they even support it.
@pulviscriptor is it possible to call the XP and player level through agario-client?
Yes!!!! This is the #1 in priority right now I think.
+1 but then also with the level
Also add a log file.. so that we have a log even if it crashes :+1:
@hassanila97 I'm going to try to add that xD
@pulviscriptor is it possible to call the XP and player level through agario-client?
@MastaCoder
Try to use event on.experienceUpdate(level, current_exp, need_exp)
if it will not work, then its in another server https://github.com/pulviscriptor/agario-client/issues/78 which is not supported by agario-client
.
@pulviscriptor Thanks alot for your help! You saved a lot of time and research in moniclip's protocol.
@Cr4xy Don't do an update yet, I'm working on something great and sorta big :+1:
@pulviscriptor Thanks :3
You guys are awesome I wish I was millionaire so I could donate millions to you. At these times I also wish I had studied coding when I had time...
@MastaCoder Yep, im out for today. gn8, everyone :)
Awwww, gn8 @all :3 xD
Hello! could make a autoreclamador of coins in agar.io of free coins?
I think it would be a great idea
when one is not in the pc all day :)
I don't think agario-client has support for that @Jhair2015
but I think it's a great idea, other methods could make the same purpose or
What is what you could do to be claimed automatically every hour?
I think the thing for gathering coins is on another server. We don't mess with the other server. If you want to do that, an autoclicker is your only option.
@pulviscriptor i used this for the level and xp but no output....
maybe packet in agar-client has changed..
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
I think its now in other server with other protocol https://github.com/pulviscriptor/agario-client/issues/78
I probably will remove experienceUpdate
event since its not working anymore.