Jump to content

Is it possible to disable RandomSolvers?


Hel

Recommended Posts

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

-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
Link to comment
Share on other sites

-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 :)

Link to comment
Share on other sites

  • 4 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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