Quality Scapers Posted March 9, 2017 Share Posted March 9, 2017 So the title pretty much says it! What would be the best way to learn scripting with little to no prior knowledge? Books? Online programs? Thanks for any input! Quote Link to comment Share on other sites More sharing options...
Night Posted March 9, 2017 Share Posted March 9, 2017 Learn Java first 3 Quote Link to comment Share on other sites More sharing options...
Dard Posted March 9, 2017 Share Posted March 9, 2017 https://www.tutorialspoint.com/tutorialslibrary.htm Quote Link to comment Share on other sites More sharing options...
Eagle Scripts Posted March 9, 2017 Share Posted March 9, 2017 (edited) Please first tackle down the basics of Java before taking a look at OSBot scripting. It'll really help you out if you first have some basic knowledge of Java Try looking into Java Head First Books, I believe you can download those somewhere. Once you've got familiar with Java, take a look at the OSBot Scripting Tutorials Section Edited March 9, 2017 by Eagle Scripts Quote Link to comment Share on other sites More sharing options...
mudrlantik Posted March 9, 2017 Share Posted March 9, 2017 (edited) 21 minutes ago, Quality Scapers said: So the title pretty much says it! What would be the best way to learn scripting with little to no prior knowledge? Books? Online programs? Thanks for any input! Check open sources, try to rewrite some very easy scripts, like for example rewrite mining script into wcing or the other way around, everytime you write a new script, even just with little changes you will get better and better.... YOU DONT NEED JAVA KNOWLEDGE FOR BEING ABLE TO WRITE SCRIPT. Scripting is basically sententional calculus. Edited March 9, 2017 by mudrlantik Quote Link to comment Share on other sites More sharing options...
Juggles Posted March 9, 2017 Share Posted March 9, 2017 Code Academy -> Head First Java -> ->Master the basics ->Look at osbot sample scripts. It will make it so much simpler Just now, mudrlantik said: Check open sources, try to rewrite some very easy scripts, like for example rewrite mining script into wcing or the other way around, everytime you write a new script, even just with little changes you will get better and better.... YOU DONT NEED JAVA KNOWLEDGE FOR BEING ABLE TO WRITE SCRIPT. You need the basics at least. People should know how to properly use brackets, booleans, ints, etc Quote Link to comment Share on other sites More sharing options...
mudrlantik Posted March 9, 2017 Share Posted March 9, 2017 4 minutes ago, Juggles said: Code Academy -> Head First Java -> ->Master the basics ->Look at osbot sample scripts. It will make it so much simpler You need the basics at least. People should know how to properly use brackets, booleans, ints, etc Yes thats true but you can figure it out by reading some really simple scripts, for me its just like a puzzle, I know i can write scripts but I dont understand java, it depends some people need to take it slowly and read basics Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted March 9, 2017 Share Posted March 9, 2017 Learn java and then try to mess around with OSbot's API After some time playing around with it you'll be good to write your own script ^^ Quote Link to comment Share on other sites More sharing options...
Quality Scapers Posted March 10, 2017 Author Share Posted March 10, 2017 Thanks everyone for your input i'll give java a go then i'll move into osbot scripting/look over the API! Quote Link to comment Share on other sites More sharing options...