From ff9f75ad7b280430d3405f9805bcce7fcbc698d8 Mon Sep 17 00:00:00 2001 From: Jean-David Moisan Date: Mon, 18 Apr 2016 12:43:40 -0400 Subject: [PATCH] No more wall code This will make the bot perform worst near walls, but overall better everywhere else. --- bot.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot.user.js b/bot.user.js index c8a56527..59f16703 100644 --- a/bot.user.js +++ b/bot.user.js @@ -24,12 +24,12 @@ SOFTWARE.*/ // @name AposBot // @namespace AposBot // @include http://agar.io/* -// @version 3.647 +// @version 3.650 // @grant none // @author http://www.twitch.tv/apostolique // ==/UserScript== -var aposBotVersion = 3.647; +var aposBotVersion = 3.650; //TODO: Team mode // Detect when people are merging @@ -1034,7 +1034,7 @@ function AposBot() { if (badAngles.length > 0) { //NOTE: This is only bandaid wall code. It's not the best way to do it. - stupidList = this.addWall(stupidList, player[k]); + //stupidList = this.addWall(stupidList, player[k]); } for (var i = 0; i < badAngles.length; i++) {