1
0
Fork 0

Faster boss click

This commit is contained in:
Andrew Tomaka 2016-07-24 18:06:44 -04:00 committed by GitHub
parent f55308544d
commit 988a4a59ba
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}