Faster boss click
This commit is contained in:
parent
f55308544d
commit
988a4a59ba
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ function mainLoop() {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
clickSelector('span[name="timeRemaining"]:contains("JOIN") a');
|
clickSelector('span[name="timeRemaining"]:contains("JOIN") a');
|
||||||
}, 4000);
|
}, 4000);
|
||||||
botGlobalBossTimer = setInterval(fightGlobalBoss, 75);
|
botGlobalBossTimer = setInterval(fightGlobalBoss, 50);
|
||||||
botFightingGlobalBoss = true;
|
botFightingGlobalBoss = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue