Jump to content

Team Cape

Members
  • Posts

    2607
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Team Cape

  1. the value of the object is passed into the method, but the method still needs a way to refer to the object. the reference to the object that the method uses is different from the reference to the object that is given. psvm(String[] args) { Foo f = new Foo(); //f is a reference to the value given by new Foo() doSomething(f); // java will take the value given by the reference f (namely the value of that new Foo) and pass it to doSomehing() } static void doSomething(Foo f) { f.doAThing(); //in order for the programmer to do something with that value inside of the method though, the programmer needs a way to reference it inside of the method. Thus, the method is using a different reference to the same value } This was roughly how it was explained to me in my AP CS course. if i missed anything, someone correct me
  2. thinking you probably mean bugged, i'll check it out
  3. glad we can all agree on something
  4. This is quite possibly the worst thing I've ever read. Do not breed and definitely do not script.
  5. dont believe its possible to put scripts together like that. just make it one script.
  6. Most basic CLI: java -jar YOUR FILE PATH -bot RUNESCAPE_USER:RUNESCAPE_PASS:BANK PIN(feel free to put 0000) -script SCRIPT_NAME:params
  7. Mods don't control that. Only admins do. Also, this is incredibly inappropriate for a topic. Either PM @Maldesto or keep it in a hidden subforum.
  8. i dont believe it does that (?) but that would be an issue to take up with the developers
  9. wouldnt be a bad addition to the API though
  10. if(getMap().canReach(juliet)) juliet.inteact("Talk-to"); else getWalking().webWalk(juliet.getPosition()); //or if you want to manually handle the door feel free to I died laughing after reading this
  11. bug should hopefully be fixed in the next SDN update (should come soon). if it's not fixed by then, post on the thread and i can check it out. also, a picture would be useful. please use the bug report format on the primary page of the thread
  12. Major update that comes out very soon fixes all of these issues uploading it to SDN soon. Edit: Update has been uploaded to the SDN please see update log to see changes
  13. its almost like we need more CBAs or some crazy idea like that
  14. Team Cape

    9 = 21

    breaking the chain of mods posting here
  15. good shit keep it up bro
  16. "he left me a nice feedback. fuck him"
  17. nice "giveaway" signatures are worth more than 10m btw
  18. get their bounding box use the width/height of that box
  19. ely dropped way more. also, shit gets cheaper over time. it had starting hype, so it had a high price. then it died down, so the price went down
×
×
  • Create New...