Suss Posted January 13, 2019 Posted January 13, 2019 I was wondering how can I change the world that you login to from the Client Screen? Very very nooby question but I can't find how to do it at all I appreciate all the help
Explv Posted January 13, 2019 Posted January 13, 2019 29 minutes ago, Suss said: I was wondering how can I change the world that you login to from the Client Screen? Very very nooby question but I can't find how to do it at all I appreciate all the help Use the CLI flag -world
Suss Posted January 13, 2019 Author Posted January 13, 2019 1 minute ago, Explv said: Use the CLI flag -world Using the command line interface -world? And where do I do that. I'm so confused. That's an extremely broad response.
Explv Posted January 13, 2019 Posted January 13, 2019 1 minute ago, Suss said: Using the command line interface -world? And where do I do that. I'm so confused. That's an extremely broad response. You start the bot from the command line, and specify a world. java -jar "C:\Users\YourUsername\Downloads\OSBot 2.5.31.jar" -world 499 If you don't understand that, consider using my osbot manager which has this functionality built in:https://osbot.org/forum/topic/100554-explvs-osbot-manager/
Suss Posted January 13, 2019 Author Posted January 13, 2019 54 minutes ago, Explv said: You start the bot from the command line, and specify a world. java -jar "C:\Users\YourUsername\Downloads\OSBot 2.5.31.jar" -world 499 If you don't understand that, consider using my osbot manager which has this functionality built in:https://osbot.org/forum/topic/100554-explvs-osbot-manager/ Thats very helpful thank you. But my main concern is if someone was to run my script. Is there not a built in way to change worlds before logging in anyway? Or is the way you said the only way.
Explv Posted January 13, 2019 Posted January 13, 2019 34 minutes ago, Suss said: Thats very helpful thank you. But my main concern is if someone was to run my script. Is there not a built in way to change worlds before logging in anyway? Or is the way you said the only way. There isn't currently a way to change worlds from the login screen. You can use the world hopper after logging in. But afaik the only way to choose a world before logging in, is by using the CLI flag.
Suss Posted January 13, 2019 Author Posted January 13, 2019 7 minutes ago, Explv said: There isn't currently a way to change worlds from the login screen. You can use the world hopper after logging in. But afaik the only way to choose a world before logging in, is by using the CLI flag. Thats what I wanted to know. Thank you so much man
Gunman Posted September 24, 2021 Posted September 24, 2021 8 hours ago, maximiliano1 said: This method doesn't work anymore? Yes it does. List of CLI commands https://osbot.org/forum/topic/118831-cli-commands-table/
maximiliano1 Posted September 25, 2021 Posted September 25, 2021 On 9/24/2021 at 3:33 AM, Gunman said: Yes it does. List of CLI commands https://osbot.org/forum/topic/118831-cli-commands-table/ Doesn't seem to work on Linux for me
Gunman Posted September 25, 2021 Posted September 25, 2021 5 hours ago, maximiliano1 said: Doesn't seem to work on Linux for me This worked for me on Ubuntu 20 java -jar "OSBot 2.6.33.jar" -autologin -bot 0:0:0000 -world 430
maximiliano1 Posted September 28, 2021 Posted September 28, 2021 On 9/26/2021 at 2:35 AM, Gunman said: This worked for me on Ubuntu 20 java -jar "OSBot 2.6.33.jar" -autologin -bot 0:0:0000 -world 430 Thx bro