falador1 2 Posted March 22, 2021 I know that the Mouse movement algorithm function is still in beta and buggy but I wanna list some bugs just so they're known and if theres anything I can do as a workaround 1. If the login handler is called while a script is running (e.g. quickhop) the entire client breaks. EDIT: #1 might be any handler because it breaks on the Bank Handler as well. 2. Sometimes the camera isn't adjusted to see an object if using an alternate algorithm. 3. Sometimes if stuck in a loop the script can't be stopped unless you close the client. Wondering if anyone had any workarounds or tips. EDIT 2: I don't even know where to start for debugging it seems like it breaks dreambot itself
Bunnybun 181 Posted March 22, 2021 Use Thread.sleep() for mouse algorithms because MethodProvider.sleep() can cause random solvers to block forever when called inside them
falador1 2 Author Posted March 22, 2021 Magic! For Thread.sleep() I had to catch/throw an error but after that it worked like a charm!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.