NeilBFormy 1 Posted April 15, 2023 (edited) 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"); Edited April 15, 2023 by NeilBFormy
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now