Jump to content

Eliot

$100.00 Donor
  • Posts

    4523
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    100%

Everything posted by Eliot

  1. Scripters wanted the option of instancing so we could make prices more reasonable for those who don't run farms, however this didn't happen. Maybe we can add instancing and change up prices, we'll see. I'm fairly certain instancing is not a simple thing to add.
  2. Thank you to all of those involved in making this happen.
  3. Learn Java, after that you won't need a teacher.
  4. Eliot

    i back

    Wow my life is now 100x better.
  5. Thanks for the update Laz, I'm looking forward to it.
  6. You've already asked this today: http://osbot.org/forum/topic/54650-so-when-will-the-new-osbot-version-be-released/#entry609267 The answer hasn't changed, it will be released today if possible. The developer is currently working on it.
  7. If an item is selected, why not just click that item?
  8. Yes, I expect it to be released today. @Laz is currently working on it.
  9. Ah, in that case it is a delayed ban. Sorry to hear that!
  10. Considering the client is down, you can't even log into it.
  11. I use the same bank booth and click on the same trees, so I'm glad my script tends to do the same.
  12. This works great for me. 10/10 would use again.
  13. script.objects.closest(new BestMatch(script, name, area)); public class BestMatch implements Filter<RS2Object> { Script script; String name; Area area; public BestMatch(Script script, String name, Area area) { this.script = script; this.name = name; this.area = area; } @Override public boolean match(RS2Object o) { return o.getName().equals(name) && area.contains(o) && script.map.canReach(o); } }
  14. A lot of issues regarding randoms have been fixed for version 2.1.18.
  15. It does look like a rectangle. :P
  16. Yes, you just need to bot SAFE. There are great guides around the net on this. I suggest botting your account(s) at the same time each day and for no more than 5 hours during a 24 hour period. Of course, you can still get away with going 12+ hours a day if you're lucky.
  17. Don't be sad, there are plenty of people here who'd be happy to help you.
  18. Thanks Eric, the work you put in never fails to amaze me!
  19. Wow, they look awesome! Nice job.
×
×
  • Create New...