Don't try to fight random boss until off global
This commit is contained in:
parent
b4d33f9842
commit
20961faa4d
1 changed files with 1 additions and 1 deletions
2
bot.js
2
bot.js
|
@ -58,7 +58,7 @@ function mainLoop() {
|
||||||
}
|
}
|
||||||
|
|
||||||
//RANDOM BOSS
|
//RANDOM BOSS
|
||||||
if(randomBossRefreshing() === true && botFightingRandomBoss === true) {
|
if(randomBossRefreshing() === true && botFightingRandomBoss === true && botFightingGlobalBoss === false) {
|
||||||
botFightingRandomBoss = false;
|
botFightingRandomBoss = false;
|
||||||
} else if(randomBossRefreshing() === false && botFightingRandomBoss === false) {
|
} else if(randomBossRefreshing() === false && botFightingRandomBoss === false) {
|
||||||
clickSelector('#randomBossPortal a');
|
clickSelector('#randomBossPortal a');
|
||||||
|
|
Loading…
Reference in a new issue