Juggles Posted August 22, 2016 Author Posted August 22, 2016 wow, had no idea you've only been scripting for less than half a year, been running your scripts they are great! time for me to have a crack at it! Thanks and goodluck!
Antonio Kala Posted August 23, 2016 Posted August 23, 2016 @juggles were you full time into learning java and scripting, or were you doing other stuff at the same time too?
Juggles Posted August 23, 2016 Author Posted August 23, 2016 @juggles were you full time into learning java and scripting, or were you doing other stuff at the same time too? No I'm in college. I would do it for like 1-2 hours a day. My school ended in July so I spent a lot of time in July learning it.
Felix Posted August 29, 2016 Posted August 29, 2016 No I'm in college. I would do it for like 1-2 hours a day. My school ended in July so I spent a lot of time in July learning it. just stumbled upon this, pretty awesome are you just doing this for fun then? absolutely nothing wrong with that just curious
Juggles Posted August 29, 2016 Author Posted August 29, 2016 just stumbled upon this, pretty awesome are you just doing this for fun then? absolutely nothing wrong with that just curious Yeah I was bored and wanted to write my own scripts so I started studying it and learning how to code.
4Chan Posted August 30, 2016 Posted August 30, 2016 Wow good progress man. I'm taking my first java course this quarter. I was going to use code academy to get a head start since I have only used c++ to program. I would like to start scripting for runescape so I have a couple of questions. 1.You seem to have really fast progress: What were the best tutorials you found and can you link them? 2.How helpful was code acedemy? Did you have any prior knowledge of programming? 3.What were some of the roadblocks you faced while scripting? 4. What scripts can you run outside of Runescape? Are they useful? 5.What do you know now that you wished you knew when starting?
Juggles Posted August 31, 2016 Author Posted August 31, 2016 Wow good progress man. I'm taking my first java course this quarter. I was going to use code academy to get a head start since I have only used c++ to program. I would like to start scripting for runescape so I have a couple of questions. 1.You seem to have really fast progress: What were the best tutorials you found and can you link them? 2.How helpful was code acedemy? Did you have any prior knowledge of programming? 3.What were some of the roadblocks you faced while scripting? 4. What scripts can you run outside of Runescape? Are they useful? 5.What do you know now that you wished you knew when starting? 1) Code Academy and Head First Java book 2) It was helpful bc it teaches you the basics. You can build from there. No i did not 3) Trying to learn the lingo and how to properly code things as opposed to just putting random codes in 4) I dont script anything outside of runescape 5) How to code in states. I used to code in a linear fashion and thats not good. 2
4Chan Posted September 3, 2016 Posted September 3, 2016 Wow good progress man. I'm taking my first java course this quarter. I was going to use code academy to get a head start since I have only used c++ to program. I would like to start scripting for runescape so I have a couple of questions. 1.You seem to have really fast progress: What were the best tutorials you found and can you link them? 2.How helpful was code acedemy? Did you have any prior knowledge of programming? 3.What were some of the roadblocks you faced while scripting? 4. What scripts can you run outside of Runescape? Are they useful? 5.What do you know now that you wished you knew when starting? Can you explain states vs linear code? Do you plan to code/script outside of runescape? Since you are done with code academy what else are you using for learning material?
GaetanoH Posted September 5, 2016 Posted September 5, 2016 Can you explain states vs linear code? Do you plan to code/script outside of runescape? Since you are done with code academy what else are you using for learning material? Lineair means working without states and just programming everything with if/elses, states is just a cleaner solution for those if/elses
connordom Posted September 5, 2016 Posted September 5, 2016 This is all fascinating! I've been hoping to advance my technologic knowledge for a while and I really think that this would be extremely interesting! Might follow in your footsteps and see how deep the rabbit hole goes!