Jump to content

Is it possible to disable RandomSolvers?


Recommended Posts

Posted

Dissabling it is easy, you'll just need to launch the OSBot client from CLI with a -allow norandoms parameter.

 

Example:

java -jar "PATH_TO_OSBOT\osbot 2.4.101.jar" -login OSBOT_LOGIN:OSBOT_PASS -bot BOT_USERNAME:BOT_PASSWORD:BANK_PIN(0000 if none) -debug 5012 -allow norandoms -script SCRIPT_NAME_OR_ID:null (script parameters are null)

Check this out http://i.imgur.com/8ZCZeq4.png

  • Like 1
Posted (edited)

I was under the assumption the norandoms was for dismissal of randoms? Maybe I'm just misunderstanding though?

-norandoms disables Osbots login handler/ALL random events

then you'd have your own Login Event like this

http://osbot.org/forum/topic/109560-a-simple-login-handler/

 

& then maybe something like if(!getClient().isLoggedIn){  execute(LoginEvent); or logging in lol

 

image.gif

this dismisses all random NPCs without the -norandoms in CLI

Edited by Bamboozled
Posted (edited)

-norandoms disables Osbots login handler

then you'd have your own Login Event like this

http://osbot.org/forum/topic/109560-a-simple-login-handler/

 

& then maybe something like if(!getClient.isLoggedIn){  execute(LoginEvent); or logging in lol

 

image.gif

this dismisses all randoms

 

 

I had the assumption that -allow norandoms dismisses ALL random solvers. The includes logging in, RS pesky random dismissal  etc. and I do believe that even breaks (correct me if I'm wrong). I seriously doubt that if you use -allow norandoms and check "Dismiss all randoms" in OSBot settings, that the client with dismiss RS randoms

Edited by nosepicker
Posted

-norandoms disables Osbots login handler/ALL random events

then you'd have your own Login Event like this

http://osbot.org/forum/topic/109560-a-simple-login-handler/

 

& then maybe something like if(!getClient().isLoggedIn){  execute(LoginEvent); or logging in lol

 

image.gif

this dismisses all random NPCs without the -norandoms in CLI

yeah, I thought the -norandoms had the same effect as that checkbox, again, thankyou all to clearing this up :)

  • 4 years later...
Posted

Sorry I'm still not clear what -allow noRandoms does -- what is a login random solver? And if I, like the OP, want to only allow the client to go on a break during certain periods (so it doesn't break in the middle of an important loop, for example) how would one do that? I'm making a merching script. Thank you!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...