Jump to content

Allen

Members
  • Posts

    350
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Allen

  1. Allen

    :/

    That seriously sucks... If some of the teachers read even half of the things I see on twitter, half of our school would be out lol..
  2. Allen

    I lolled

    Inb4he'sbanned. #RIPSUPREMELEADER2K14
  3. When I see your name I think you meant to spell RuneScape but it was autocorrected to RoomScape. No but really why would you change it.
  4. I'll never reach 1k post, let alone 2704.
  5. Allen

    My first paint

    Maybe some text effects? Gradient, border, shadow, etc.. ?
  6. Allen

    Nice 2m profile views xD

    1. Sex

      Sex

      I'm so famous.... xD

  7. Allen

    My first paint

    It's almost... too basic? Maybe make it a little smoother, it looks like you took a picture of the woods, stuck an image and some text on there and called it a paint(which is what most paints turn out to be i guess...). First time though, so anything is good I guess lol.
  8. Allen

    @Smart.

    Thank you for no'ing my thank you. Thanks again.
  9. Allen

    @Smart.

    Smart4Owner But really... thank you Smart.
  10. You most likely wont use them often if you're planning on programming osbot scripts only :p OT: nice contribution!
  11. Just read over the new API for osbot 2 and now I'm very very glad that I'm getting back into scripting! There have been quite a number of additions to the API that are going to be extremely helpful. Thanks so much for the work you all do.
  12. Only has ip for me everything else is blank
  13. Very nice and detailed guide! I like that you added images as well.
  14. Remove the semicolon at end of for loop. Should be for(int counter = 0; counter < ash.length; counter++) System.out.println(counter + "\t" + ash[counter]);
  15. What about like a $150-$200 lifetime sponsor?
  16. Just babysit, take breaks, and don't train a single skill from 1-99 without training other skills. If you don't plan on babysitting though I wouldn't not, especially hunter where there's always people around you.
  17. I've really wondered why that hasn't already been implemented
  18. Is it currently only level 1 clue scrolls? And if so do you ever plan on adding the solving of higher levels?
  19. Allen

    OSBot 2.0.10 BETA

    Glad to see this is finally released. Great job on this guys, keep up the amazing work .
  20. I have to agree with that, I'm not a fan of Oracle's website layout :P Anyways, PM me anytime you have questions
  21. Take a look at this page when you get a chance: http://www.oracle.com/technetwork/java/javase/documentation/codeconvtoc-136057.html It will tell you some useful stuff about general programming conventions for java. It's good to get in the right habit early so you don't realize you're doing it wrong after you've done it for so long :P. NewBoston is a good source too. Try to find the e-book for HeadFirst Java. That is an amazing book for learning the fundamental principles for Java. (from as little as primitive data types, to polymorphism, inheritance, networking, & concurrency ).
  22. There's an element for it in the source of the webpage titles http://prntscr.com/2san2y However, I'm not sure of the mod/hook, whatever for IPB, allows it to be edited.
  23. class array { public static void main(String args[]) { Capitalize your class names, also since you did not really note it, arrays can also be used for other primitive data types, as well as reference variables(objects). Also this is incorrect: thisisanarray[2] would print out the third element in the array, which is 3. thisisanarray[0] has a value of 1 thisisanarray[1] has a value of 2 thisisanarray[2] has a value of 3 etc..
  24. Good work & luck! Stay dedicated too. Learning to program is useful in many aspects other than scripting for a bot as well, so it is very beneficial that you are teaching yourself this. You never know, you may find that it is suitable for a future career ;). Once again, good luck!
  25. Allen

    v1.7.80-.81

    Good, however, that is apparently not the case for every combat script according to the user above. I'll test it out later and see as well.
×
×
  • Create New...