agar-lvlgen icon indicating copy to clipboard operation
agar-lvlgen copied to clipboard

Log the XP in the console.

Open makandz opened this issue 8 years ago • 16 comments

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?

makandz avatar Mar 23 '16 21:03 makandz

Yes!!!! This is the #1 in priority right now I think.

ncmp avatar Mar 23 '16 21:03 ncmp

+1 but then also with the level

clairekardas avatar Mar 23 '16 21:03 clairekardas

Also add a log file.. so that we have a log even if it crashes :+1:

hassanila avatar Mar 23 '16 21:03 hassanila

@hassanila97 I'm going to try to add that xD

makandz avatar Mar 23 '16 21:03 makandz

@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 avatar Mar 23 '16 21:03 pulviscriptor

@pulviscriptor Thanks alot for your help! You saved a lot of time and research in moniclip's protocol.

Cr4xy avatar Mar 23 '16 21:03 Cr4xy

@Cr4xy Don't do an update yet, I'm working on something great and sorta big :+1:

@pulviscriptor Thanks :3

makandz avatar Mar 23 '16 21:03 makandz

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

ncmp avatar Mar 23 '16 21:03 ncmp

@MastaCoder Yep, im out for today. gn8, everyone :)

Cr4xy avatar Mar 23 '16 21:03 Cr4xy

Awwww, gn8 @all :3 xD

clairekardas avatar Mar 23 '16 21:03 clairekardas

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 :)

Shair17 avatar Mar 29 '16 22:03 Shair17

I don't think agario-client has support for that @Jhair2015

makandz avatar Mar 29 '16 23:03 makandz

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?

Shair17 avatar Mar 30 '16 04:03 Shair17

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.

makandz avatar Mar 30 '16 12:03 makandz

@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 avatar Mar 30 '16 13:03 Salvationdk

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

pulviscriptor avatar Apr 01 '16 05:04 pulviscriptor