PlumpRump Posted March 17, 2019 Share Posted March 17, 2019 (edited) I am attempting to run scripts from the CLI in a unix environment. My bot accounts are F2P, so I need to switch the world to a F2P world in order for them to login. I have attempted to use the -world flag to accomplish this, but it doesn't work. The osbot client starts, and then instead of trying to change the world it just immediately goes to log in, fails because it's always a member's world, and then gives up. The CLI code I'm running is below. java -jar [my osbot jar] -login [my osbot username]:[my osbot pass] -bot [bot email]:[bot pass]:0000 -script [my script]:null -world 301 As you can see, I include the "-world 301" flag at the end. I have managed to pause the script before it tries to log in and changed the world to a F2P one and then it logs in successfully. Edit: I should also mention I'm using osbot 2.5.42.jar Edited March 17, 2019 by PlumpRump Quote Link to comment Share on other sites More sharing options...
PlumpRump Posted March 18, 2019 Author Share Posted March 18, 2019 Update: I've tried to run this cli command on ubuntu in a vm and it worked. I tried on two different mac computers running different versions of osx and it failed in the same way on both. It therefore seems like this is a bug, possibly os related. Quote Link to comment Share on other sites More sharing options...
ry4n Posted August 9, 2019 Share Posted August 9, 2019 I'm having the same issue, if you have a look in the bot log's, it will say something weird like [DEBUG][Bot #1][08/09 11:35:13 PM]: Loading RS world : 313a In the example above I was trying to load -world 440 I'm running macOS High Sierra, this bug is very odd! Quote Link to comment Share on other sites More sharing options...
GiantPandaSak Posted February 12, 2020 Share Posted February 12, 2020 Did either of you end up resolving this issue? Quote Link to comment Share on other sites More sharing options...