May 27, 20169 yr You can write your own logs to a txt file provided its located in the Data folder or a subfolder within the Data folder. Not sure if you can get the actual console output tho. Unless your making your own script you definitely cant do this. Edited May 27, 20169 yr by LoudPacks
May 27, 20169 yr Can I access the logs for my script externally from the client? What you can do is run OSBot in debug mode from the command line, and redirect all output to a file. Open up CMD / terminal and type: java -jar "C:\Users\Username\Downloads\OSBot 2.4.59.jar" -debug >> test.txt With the correct file path to your OSBot.jar This will output all log statements to the file test.txt Edited May 27, 20169 yr by Explv
May 27, 20169 yr Author What you can do is run OSBot in debug mode from the command line, and redirect all output to a file. Open up CMD / terminal and type: java -jar "C:\Users\Username\Downloads\OSBot 2.4.59.jar" -debug >> test.txt With the correct file path to your OSBot.jar This will output all log statements to the file test.txt Cheers lad, basically what I wanted :-)
Create an account or sign in to comment