Lower click rate on boss fight
This commit is contained in:
parent
e7e9cba9c9
commit
f55308544d
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, 100);
|
||||
botGlobalBossTimer = setInterval(fightGlobalBoss, 75);
|
||||
botFightingGlobalBoss = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue