Jump to content

CLI Help


Recommended Posts

Posted (edited)

Trying to create a .bat file to load multiple accounts with OSBot at once. Is anyone able to paste some code, screenshot or link a forum post with a reference on how loading more than one account should look?

Currently I can launch the .bat file and it >Logins to OSBot > loads one osrs account, but I'm unable to load multiple osrs accounts in OSBot.

Tried researching a bit myself but I haven't found anywhere that shows examples of multiple accounts. I'm not great with this sort of problem, any help would be appreciated :) Discord is Bran01#0011 if you want to message there instead - I'm AEST

Cheers,

Edited by Bran01
Typo
Posted
16 hours ago, Bran01 said:

Trying to create a .bat file to load multiple accounts with OSBot at once. Is anyone able to paste some code, screenshot or link a forum post with a reference on how loading more than one account should look?

Currently I can launch the .bat file and it >Logins to OSBot > loads one osrs account, but I'm unable to load multiple osrs accounts in OSBot.

Tried researching a bit myself but I haven't found anywhere that shows examples of multiple accounts. I'm not great with this sort of problem, any help would be appreciated :) Discord is Bran01#0011 if you want to message there instead - I'm AEST

Cheers,

 

12 hours ago, Heist said:

I'd also be interested in seeing this.

I believe you are asking something like below? That would open 2 clients with 2 different rs accounts. The "timeout /t 3" will delay from opening the second client by 3 seconds. It's optional as well is proxy. If you want to add more just add more with the details filled in correctly.

java -jar "osbot 2.5.58.jar" -login user:pass -proxy ip:port:user:pass -bot email:pass:0000 -world 500
timeout /t 3
java -jar "osbot 2.5.58.jar" -login user:pass -proxy ip:port:user:pass -bot email:pass:0000 -world 500

  • Like 1
Posted
12 minutes ago, Gunman said:

 

I believe you are asking something like below? That would open 2 clients with 2 different rs accounts. The "timeout /t 3" will delay from opening the second client by 3 seconds. It's optional as well is proxy. If you want to add more just add more with the details filled in correctly.

java -jar "osbot 2.5.58.jar" -login user:pass -proxy ip:port:user:pass -bot email:pass:0000 -world 500
timeout /t 3
java -jar "osbot 2.5.58.jar" -login user:pass -proxy ip:port:user:pass -bot email:pass:0000 -world 500

Thank you for your reply. That following code did work and has improved my current setup.

Is it possible though to open another osrs client within the same OSBot window instead of two OSBot windows?

So in summary instead of 2 OSBot windows with a single account open in each, 1 OSBot window with 2 accounts loaded inside it, same to if I manually went add bot > then it shows in the drop down menu in "Bots" on the right hand side? If that makes any sense.

Appreciate the help.

  • Like 1
Posted
20 minutes ago, Gunman said:

 

I believe you are asking something like below? That would open 2 clients with 2 different rs accounts. The "timeout /t 3" will delay from opening the second client by 3 seconds. It's optional as well is proxy. If you want to add more just add more with the details filled in correctly.

java -jar "osbot 2.5.58.jar" -login user:pass -proxy ip:port:user:pass -bot email:pass:0000 -world 500
timeout /t 3
java -jar "osbot 2.5.58.jar" -login user:pass -proxy ip:port:user:pass -bot email:pass:0000 -world 500

Awesome. Thanks for the reply

  • Like 1
Posted
1 minute ago, Bran01 said:

Thank you for your reply. That following code did work and has improved my current setup.

Is it possible though to open another osrs client within the same OSBot window instead of two OSBot windows?

So in summary instead of 2 OSBot windows with a single account open in each, 1 OSBot window with 2 accounts loaded inside it, same to if I manually went add bot > then it shows in the drop down menu in "Bots" on the right hand side? If that makes any sense.

Appreciate the help.

No I don't think you can or would want to. If I remember correctly running too many bots on 1 client will cause performance issues. But here is the CLI Table the one of the old dev's made when he introduced CLI.

 

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...