Hello everyone,
Is there a way to automatically update the OSBot client?
I have an automated farm which runs bots through CLI, but when an update occurs it can't run new clients anymore.
Do something simple like:
int eatPercentage = 50; //Initial value
if(myPlayer().getHealthPercent() < eatPercentage){
//Eat food
eatPercentage = random(40,60); //Set new value
}
If the client isn't working, ask yourself the question: "Is it thursday?"
If the answer is yes, then just wait until the client is fixed because an update just happend