Jump to content

Eliot

$100.00 Donor
  • Posts

    4523
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    100%

Everything posted by Eliot

  1. Eliot

    Tabs

    You should really be learning OSBot 2 API, not OSBot 1. For OSBot 2, isOpen takes script.bot, isOpen(this.bot)
  2. Any path run over consistently will lead to bans. Our paths are randomized enough that it should help prevent this. There is nothing limiting to doing the work for the user, everything they need is here. That being said, just like with our Miner, we will implement custom pathing for those who prefer it in the future.
  3. No, if we wanted to do that we would have. I prefer doing the work for the user, and anything I don't have I will add.
  4. This will be available on release, thanks!
  5. Hey everyone, As you may or may not know, @Ericthecmh and I have teamed up to write scripts for the OSBot 2 client. We have already posted about our OSBot 2 AIO Fighter: http://osbot.org/for...blicly-released and our OSBot 2 AIO Miner: http://osbot.org/forum/topic/52081-dreamminer-aio-first-public-osbot-2-miner/ We are currently in the middle of making an AIO Woodcutter. We have the following locations: Barbarian Outpost (Willows) Catherby (Willows, Yews) Draynor (Oaks, Willows) Edgeville (Yews) Seers Village(Willows, Maples, Yews, Magics) Socerer's Tower (Magics) Varrock East (Trees, Oaks) Varrock West (Oaks) If I forgot to add any, post them below!
  6. I've still never been banned, oh well, lucky me.
  7. You act us if botting is impossible, it's far from it.
  8. Congrats on OSD!

  9. Grats on OSD!

    1. Deffiliate

      Deffiliate

      OMFG Dude yay! :3 Didn't even notice 'til you told me dawg. <3

  10. This is old news! :P Better late than never.
  11. I think it may come from older games that referred to currency as gold points, I'm not sure though.
  12. Yes gold farming is dead, that's why everyone is still doing it.
  13. Eliot

    VIP+ Scripts

    No, there is no financial incentive for scripters to develop VIP scripts, and I doubt the developers will create an incentive.
  14. No, not quite, there will be plenty of scripts ready for the OSBot 2 SDN on launch. Scripters will always follow the money, and OSBot is arguably the most money with the least effort for scripters.
  15. Eliot

    OSBot 2.1.10

    This also occurs often, and will prevent a script from being stopped. java.lang.NullPointerException at org.osbot.rs07.event.ScriptExecutor.stop(zm:180) at org.osbot.rs07.event.ScriptExecutor.stop(zm:137) at org.osbot.Lpt7.run(fn:881) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
  16. To be honest, anyone is better than @RoomScape.
  17. Eliot

    OSBot 2.1.10

    This happens a lot when ending scripts: [ERROR][06/01 04:11:37 PM]: Uncaught exception! java.lang.ThreadDeath at java.lang.Thread.stop(Unknown Source) at org.osbot.rs07.event.ScriptExecutor.restart(zm:113) at org.osbot.rs07.event.ScriptExecutor.suspend(zm:71) at org.osbot.rs07.event.ScriptExecutor.stop(zm:79) at org.osbot.rs07.event.ScriptExecutor.stop(zm:137) at org.osbot.Lpt7.run(fn:881) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
  18. Eliot

    OSBot 2.1.10

    It's been nice for a while. :P
  19. Well, if you want to be more efficient: short planksPerHour = (short)(3600000d * planksCreated / System.currentTimeMillis() - startTime);
  20. Check this out: MiniMapTileDestination(Bot bot, Position position) Creates an instance of this mouse destination for a tile displayed on the minimap.
  21. As @TheScrub stated, you're going over Integer.MAX_VALUE and thus overflowing. Just change the order of operations. You might have some errors if you store some values as integers, but you should be able to work those out. long planksPerHour = (long)(planksCreated * (3600000.0 / (System.currentTimeMillis() - startTime));
  22. You obviously have minimal knowledge of the source in which OSBot derives revenue. Sponor/VIP sales accounts for a huge portion of the sites income. Keep in mind OSBot only gets 30% - fees of each script sale. As of right now, it does not seem monthly rates will be mandatory, though this is subject to change.
×
×
  • Create New...