samy109 41 Share Posted November 2, 2015 (edited) I'm currently converting a script of mine from another client and have no idea how to do this with the login handler, as I have a special world hopper which I need control over the login bot for. Is this possible and if so how? And also, how do you control login/logout yourself, are there methods in the client like login() logout() Edited November 2, 2015 by samy109 Link to comment Share on other sites More sharing options...
Pandemic 2469 Share Posted November 2, 2015 We don't allow custom login handlers at this time (however you could write your own in loop and not select an account when you run the script I believe). Link to comment Share on other sites More sharing options...
samy109 41 Author Share Posted November 2, 2015 I dont mean a custom login handler, I mean how to disable and re-enable the current one. Link to comment Share on other sites More sharing options...
qbots 239 Share Posted November 3, 2015 I dont mean a custom login handler, I mean how to disable and re-enable the current one. //disable getRandomManager().disableSolver(RandomEvent.LOGIN); //enable getRandomManager().enableSolver(RandomEvent.LOGIN); Link to comment Share on other sites More sharing options...
Recommended Posts