inababila Posted February 23, 2018 Posted February 23, 2018 How can I make the client not stop if the account is banned? I get this error "Your account has been disabled, stopping script." and then the script terminates. I tried out what that link says, but doesn't seem to work. https://osbot.org/forum/topic/50429-activatingdeactivating-randoms/ I want to override the default actions.
Eagle Scripts Posted February 23, 2018 Posted February 23, 2018 2 minutes ago, inababila said: How can I make the client not stop if the account is banned? I get this error "Your account has been disabled, stopping script." and then the script terminates. I tried out what that link says, but doesn't seem to work. https://osbot.org/forum/topic/50429-activatingdeactivating-randoms/ I want to override the default actions. Launch the client through CLI with the following cli flag: -allow norandoms You can then make it use your custom LoginHandler :) 1
Chris Posted February 23, 2018 Posted February 23, 2018 java -jar "osbot.jar" -login OSBOTUSER:OSBOTPASS -bot none:none:0000 -script goblin:1 -allow norandoms 1
inababila Posted February 23, 2018 Author Posted February 23, 2018 (edited) Thanks! Edited February 23, 2018 by inababila