Faster clicking
This commit is contained in:
parent
86fd720821
commit
e7e9cba9c9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue