Alakazizam Posted August 17, 2023 Share Posted August 17, 2023 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 Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted August 17, 2023 Share Posted August 17, 2023 (edited) 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, 2023 by Khaleesi Quote Link to comment Share on other sites More sharing options...
Alakazizam Posted August 17, 2023 Author Share Posted August 17, 2023 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. Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted August 18, 2023 Share Posted August 18, 2023 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(); 1 Quote Link to comment Share on other sites More sharing options...