Titan Rs Posted July 11, 2017 Share Posted July 11, 2017 Hi guys, i've recently finished final exams and have a fuck load of time off. I've always been really interested in the idea of scripting and inspired by other people in the community who have managed to create their own successful gold farms. I hope one day i will be able to script automatic farms and database etc, i know it will be hard af but i quite enjoy coding and the challenge. As i said i have a lot of time off and and lot of time to put towards scripting. I dont mind going the long way if it means i have better and cleaner code. I'm not a total beginner, i did use visual basic with functions, variables, arrays and stuff a couple years back for GCSE's and created a website for fun. Not a very good one but i did learn HTML and CSS. But i know VB isn't really a language and HTML and CSS isn't really the same Do you fellow scripters have any advice where to start. Should i learn java first on codecademy? Any good books to read, or should i dive straight into looking at code etc. Thank You for any help, and apologies in advance if i ask some retarded questions in the next couple months Quote Link to comment Share on other sites More sharing options...
Tom Posted July 11, 2017 Share Posted July 11, 2017 Learn java first, but not on codecademy Once you have general knowledge, you can start learning to script through open source examples as they should be easy to understand. Rest is up to you, gl hf 3 Quote Link to comment Share on other sites More sharing options...
Muffins Posted July 11, 2017 Share Posted July 11, 2017 1 Quote Link to comment Share on other sites More sharing options...
Titan Rs Posted July 11, 2017 Author Share Posted July 11, 2017 3 minutes ago, Muffins said: Thankyou i'll go through these Quote Link to comment Share on other sites More sharing options...
Abysm Posted July 11, 2017 Share Posted July 11, 2017 I dont have any java experience, but I've made 2 pretty simple scripts already here! I suggest you read this and look open source scripts in the local scripts section 1 Quote Link to comment Share on other sites More sharing options...
bugsinmycode Posted July 11, 2017 Share Posted July 11, 2017 I would personally recommend looking at a few tutorials here on the site and give those a shot. It sounds like you have at least a basic understanding of programming in general, and thats all you really need to get started with some tutorials. You will likely have an easier time if you follow tutorials that use states (regarding on site tutorials). If you find yourself struggling the whole way through, then I would suggest trying to learn more about java / common programming concepts and patterns. One of the best things you could do is to find a mentor that can help you when you get stuck. Its easy for new programmers to get stuck for multiple hours on a fairly simple issue that an experienced programmer could likely solve within minutes. Good luck with everything, I hope it works out for you. 1 Quote Link to comment Share on other sites More sharing options...