1
0
Fork 0

Faster clicking

This commit is contained in:
Andrew Tomaka 2016-06-24 05:48:31 +00:00
parent 86fd720821
commit e7e9cba9c9
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, 250);
botGlobalBossTimer = setInterval(fightGlobalBoss, 100);
botFightingGlobalBoss = true;
}