50 Cent Posted September 22, 2013 Share Posted September 22, 2013 I know how to code java and I'm just wondering, what do I use to write the scipts? I know what to write, just not where to write it, if you get what I mean? Link to comment Share on other sites More sharing options...
Celeos Posted September 22, 2013 Share Posted September 22, 2013 Scripts are written in IDEs as well such as Eclipse. ^_^ Link to comment Share on other sites More sharing options...
MB360 Posted September 22, 2013 Share Posted September 22, 2013 Notepad or any IDE. Eclipse is a free IDE you can use to create projects. Link to comment Share on other sites More sharing options...
Wizard Posted September 22, 2013 Share Posted September 22, 2013 If you know how to code, then take a look at the API and get to know it The Main class of your script must extends the class Script which contains the main methods of every basic script onStart onLoop onEnd onPaint Link to comment Share on other sites More sharing options...
Swizzbeat Posted September 23, 2013 Share Posted September 23, 2013 (edited) http://www.youtube.com/watch?v=Mdil7v1J5es Only good video I've ever been able to find about coding for OSBot. Really helped me out with the basics. If you already know how to write a script then just watch the first few minutes where he shows you how to download Eclipse, set up a new class, etc. Edited September 23, 2013 by Swizzbeat Link to comment Share on other sites More sharing options...
50 Cent Posted September 25, 2013 Author Share Posted September 25, 2013 thanks for the help everyone Link to comment Share on other sites More sharing options...
Kati2 Posted September 26, 2013 Share Posted September 26, 2013 I prefer IntelliJ over Eclipse, investigate into both! Link to comment Share on other sites More sharing options...
Anon Posted September 26, 2013 Share Posted September 26, 2013 I prefer Eclipse all day! Eclipse is the best IDE ever! Thats right now ^ Link to comment Share on other sites More sharing options...
Zappa Posted September 26, 2013 Share Posted September 26, 2013 Eclipse all the way! Link to comment Share on other sites More sharing options...
Krulvis Posted September 27, 2013 Share Posted September 27, 2013 I think it really depends on what you want to bring forward with you java. I personally think Netbeans has a way better JPanel designer (Eclipse's Windowbuilder really sucks) but since I got used to eclipse before I knew about netbeans I just use both. If you want to max out the things that both IDE's offer I think you will be able to do more with eclipse eventually but when you start out you it wont really matter Link to comment Share on other sites More sharing options...
Solution Posted September 27, 2013 Share Posted September 27, 2013 put some effort in getting comfortable with an IDE, such as eclipse or intelIJ, as none of them are better. they're both very good and take some getting used to, but it's pretty much personal preference in the beginning. here's a great book if you prefer reading instead of watching youtube vids(as personally do, as it's easier to skip things I already knew) but again, personal preference http://maniali.wikispaces.com/file/view/0470371730.pdf Link to comment Share on other sites More sharing options...