NeilBFormy 1 Posted April 15, 2023 Hi I'm new to Dreambot and scripting with it. Whenever dreambot build-in break finishes breaktimer, the solver just ends, and it idles on login screen. Notes. 1. I Selected Account in account selecter and started script, to initiate, (login works fine). 2. When break ends, the log says all solvers has been handled, and goes back to running my nodes, even though its on the login screen. Do i have to handle the relogin in my script? EDIT: Looks like i fixed this issue by manually enabling the Login Solver in the RandomManager. //Enable login solver this.getRandomManager().enableSolver("LOGIN");
Recommended Posts
Archived
This topic is now archived and is closed to further replies.