Rs Bots Pro Posted April 24, 2013 Author Posted April 24, 2013 currently working on 3 websites for work irl, 2 or 3 scripts for here and trying to find times when i dont want want to just sit down and sleep lol i might do more in a new thread soon
Rs Bots Pro Posted April 25, 2013 Author Posted April 25, 2013 thanksss doodles! im working on a big script atm.
EazyE Posted April 26, 2013 Posted April 26, 2013 when you put the size amount e.g the bytes,short,longs,floats etc. You might want to mention that you can have a string as a number then you can parse it whenever you want much easier and better in some circumstances.
Rs Bots Pro Posted April 30, 2013 Author Posted April 30, 2013 dang!right off of java's website!! i'd love to see the link as proof of your statement because i wrote all three tutorials myself and as such they are my own work under DMCA.
danieljvdm Posted April 30, 2013 Posted April 30, 2013 Good, wholesome tutorial, but I don't see why everyone keeps making tutorials when there already are amazing ones out there... youtube.com/user/thenewboston is EXCELLENT... I supplemented my high school AP computer science course with his videos and it was perfect.
JoeX Posted May 1, 2013 Posted May 1, 2013 I have some computer programming knowledge as I took a class for it junior year in high school. I'm considering trying to make my own simple bot and teaching myself java. My question is, when I was learning coding everything had to have a name. Where do I find the names for everything is rs or do I name them something myself?? Ex. If I wanted my player to attack a goblin, what would I name my player and the goblin? Would be great if someone could answer. Hope I'm making sense.
Rs Bots Pro Posted May 4, 2013 Author Posted May 4, 2013 I have some computer programming knowledge as I took a class for it junior year in high school. I'm considering trying to make my own simple bot and teaching myself java. My question is, when I was learning coding everything had to have a name. Where do I find the names for everything is rs or do I name them something myself?? Ex. If I wanted my player to attack a goblin, what would I name my player and the goblin? Would be great if someone could answer. Hope I'm making sense. Every monster in RS has a id, for example 4523. You assign that number to a variable like so : int Goblin = 4523;