WJKH

Results 20 comments of WJKH

Well, yesterday I could connect upto 300 bots in servers with 200-300 players. Today I can't connect more than 100, tried different servers and I can't. Chither and others aren't...

@anonymousxxx02 weird, I'm using @dahquan files with some modifications but should be the same. @l3mpik did you made any modification like as interval between connections or something like it?

@anonymousxxx02 the last version of @l3mpik repository isn't working. I will check the version you upload to Mega.

@anonymousxxx02 I tried with your version and it's working right with socks. Then I have found my issue wasn't any server limitation, it's related to the http proxies I was...

By the way, the server is full issue is still there as the current code doesn't try to connect more bots when there're more slots in the server.

@anonymousxxx02 yes, but @dahquan already said it's not supported yet. You need restart the feeder to get a new server. I will check later if I can get it done,...

@anonymousxxx02 I couldn't test @l3mpik version yet (not working) but when you change server you need call bot.close before to call bot.connect again.

@anonymousxxx02 there's not bot.close in your feeder.js then if you want close the connection without killing the process you need call bot.close from bot.js `// close close() { if(this.conn !==...

``` document.body.onmousewheel = zoom; function zoom(e) { if (!w.gsc || !w.playing) { return; } w.gsc *= Math.pow(0.9, e.wheelDelta / -120 || e.detail / 2 || 0); } ```

You can't do it with the actual code. Also you will need an userscript to connect and handle clients.