Jump to content

CLI Help


Bran01

Recommended Posts

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

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

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

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

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.

 

Link to comment
Share on other sites

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