August 17, 20232 yr I came across this and I get it for the most part. But I'm not sure how to go about what I'm trying to do. I'm trying to have the breaks set in the client trigger the Break Manager but I'm not sure what I need to put in shouldActivate() for that to happen. Simply trying to have my scheduled breaks make me go afk until I log out in game instead of pressing the logout button
August 17, 20232 yr return true => starts the breakhandler retrun false => stopts the breakhandler Every other logic is up to you how you want to implement it ^^ Have some kind of method in the breakmanager to set a variable which you can check in shouldActivate Edited August 17, 20232 yr by Khaleesi
August 17, 20232 yr Author 6 hours ago, Khaleesi said: return true => starts the breakhandler retrun false => stopts the breakhandler Every other logic is up to you how you want to implement it ^^ Have some kind of method in the breakmanager to set a variable which you can check in shouldActivate Yeah I've gathered that much. But I'm not sure how to use the breaks saved in the client to trigger this.
August 18, 20232 yr 11 hours ago, Alakazizam said: Yeah I've gathered that much. But I'm not sure how to use the breaks saved in the client to trigger this. I don't think you can retrieve those values tbh, the only method available is getBot().getTimeUntilNextBreak();
Create an account or sign in to comment