From 988a4a59ba8017cee30d9a90bc2b74fce1c95cda Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sun, 24 Jul 2016 18:06:44 -0400 Subject: [PATCH] Faster boss click --- public/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/bot.js b/public/bot.js index 750b835..e9aba50 100644 --- a/public/bot.js +++ b/public/bot.js @@ -122,7 +122,7 @@ function mainLoop() { setTimeout(function() { clickSelector('span[name="timeRemaining"]:contains("JOIN") a'); }, 4000); - botGlobalBossTimer = setInterval(fightGlobalBoss, 75); + botGlobalBossTimer = setInterval(fightGlobalBoss, 50); botFightingGlobalBoss = true; }