falador1 2 Posted April 24, 2021 Sometimes the bank tutorial handler doesn't click on the "x". Is there a way to force or to restart the handler manually? THe handler then breaks the client making scripts not work or other handlers. Help!
Pandemic 2853 Posted April 25, 2021 I'm not having any problem at all with that solver, are you using a custom mouse algorithm?
PhilBox 24 Posted April 25, 2021 Believe it or not I've run into that exact issue. If I'm not mistaken I narrowed it down to the custom mouse algorithm that I was using as Pandemic suggested.
Pandemic 2853 Posted April 25, 2021 If it is a custom mouse algorithm issue, make sure the algorithm isn't using our provided sleep methods (MethodProvider / MethodContext), it should use Thread#sleep directly.
falador1 2 Author Posted April 26, 2021 Wow. It's sad because I had fixed this problem with another script and forgot to change the code for this one. Sorry and thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.