Jump to content

Pandemic

Trade With Caution
  • Posts

    1628
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    100%

Everything posted by Pandemic

  1. He's actually right though, the random function's max is exclusive, so it already goes from 0 - max-1
  2. I fully support that idea, I wasn't downing you doing it, I was answering your question of "Would anyone use this?".
  3. BATTLE!!!!!!!!!!!! If this happens I'll totally judge ;)
  4. Just make an applications folder on your desktop or download RocketDock (if you're a windows user), I don't really see a need for this
  5. NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
  6. Well HTML and Java are very different, but learning java shouldn't be too hard for you.
  7. Thanks for the suggestion, but I think adding a tool to new learners might be confusing. Also, no the i goes down so it starts at the end of the path and decreases until it's at the beginning of the path.
  8. Thanks Omoshu, but this is a rather technical version of what it does, so let me explain it much simpler: The @Override above a function simply means that OSBot will use this function instead of the default function that's defined in the Script class (the one our script is extending from). You can also call the default function by doing the super() function inside of the function you're overriding (well it's useless in this case, because the Script class functions are empty).
  9. Yeah someone also said there was 2 copies of it
  10. Aww I was going to do this, oh well.
  11. No problem ;) I'm still thinking of what should be in part 3... Maybe in depth failsafes, or even GUI's
  12. This also looks good! Nice releases! I plan on releasing my interacting and walking methods soon.
  13. I support this, it's a great idea.
  14. Ah, well that's because the Script class that we extend from implements the MethodProvider class, so all of its functions are usable by your class.
  15. Updated thread to look for the bank using its name, and fixed the formatting (for some reason when I edited it last time it turned all the code into one line )
  16. I know, but this is a basic tutorial I don't want to get too in depth about failsafes. I fully understand this isn't the best way to do it, but it's a simple way that works 95% of the time.
×
×
  • Create New...