February 16, 201411 yr Hello, I have finally have the time to learn Java! . Well, at the moment I have seen the scripting tutorial by H0ppy And still doesn't help me on my mission to scripting... Do you recommend I watch ALL of thenewboston's java tuts? if you have any advice to give me, please do so!
February 16, 201411 yr Scripting doesn't require an advanced knowledge of Java. However, I do suggest you watch as many as you can if you're still not becoming familiar with OSBot's API and scripting protocols. Thenewboston has a decent tutorial set, but you will need to figure out how to apply that knowledge when it comes to scripting. Best of luck to you! ^_^
February 16, 201411 yr I've watched up until around 70 or 80. He been pretty helpful to me, though. A lot of people say he's not worth watching, but it's one of the better video guides I've found.
February 16, 201411 yr Author Scripting doesn't require an advanced knowledge of Java. However, I do suggest you watch as many as you can if you're still not becoming familiar with OSBot's API and scripting protocols. Thenewboston has a decent tutorial set, but you will need to figure out how to apply that knowledge when it comes to scripting. Best of luck to you! Are there any useful guides when it actually comes to scripting?
February 17, 201411 yr Maybe, But doesn't make complete sense to me at this moment. For scripting you need to understand just the basic concepts: -basic eclipse use: creating a project, classes, packages, build path, & exporting -primitive data types -conditional statements(if/else) -Loops(for/while) -Arrays -Methods(public/private, return type, etc..) -Exceptions -Basic OOP(objects, inheritance, polymorhism, encapsulation, etc..) -Understanding packing & project structures to understand the API and why it's designed the way it is -Some classes in the java API(ArrayList, Math, Java AWT library) This can all be learned within a matter of weeks with some dedication.
February 19, 201411 yr Start with RSPS programming it's easier imo than scripting. That's how i started atleast.
February 19, 201411 yr Watching video tutorials is nice, but doesn't help you become a good scripter by itself. You will also need to practice a lot. It's a good way to start. And try after each lesson to use some of the things you learned to create your own little programs.