September 17, 20196 yr 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 September 17, 20196 yr by Bran01 Typo
September 18, 20196 yr 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
September 18, 20196 yr Author 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.
September 18, 20196 yr 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
September 18, 20196 yr 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