Jump to content

Apaec

Scripter III
  • Posts

    11139
  • Joined

  • Last visited

  • Days Won

    90
  • Feedback

    100%

Everything posted by Apaec

  1. Sure thing; done !(: Apa
  2. Yeah, but you may find that if you start the script when logged out and stop the script before onStart currently executes, the exp-gained will be some very unpredictable (potentially massive) value as it is not initialised. Not a problem for runtime paint data, but if you start saving data this could be an issue.
  3. As Explv said, there are a numebr of ways. I'd probably rank (in terms of tidiness/reliability) them as follows: Message listener (easiest way is to override onMessage) Inventory listener - you'll have to implement this yourself Calculating from xp gain. Not ideal as it requires xp data which is subject to change, plus relies on being logged in and having valid xptracker data
  4. It's not a fast process, in total I would say 15 hours of work to do a good job. I've got a few hours in but recently have been very busy maintaining other scripts and working on other projects. I still fit some time in when I can, but I cannot give an ETA as it depends on a large number of things, many of which are out of my control! Apa
  5. Not quite released yet; but when it is I will be able to distribute trials! Sorry about that Apa
  6. glad it is living up to expectations! (: Have you tried Crab claw isle? During off-peak times, it can be pretty baron there - people don't tend to intentionally crash unless it is completely packed and/or they are a bot with a... less advanced script! Cheers ~Apa
  7. Will factor this in to the rewrite; thanks! (:
  8. OSBot does not have time limits on scripts (Some scripters add this to their free scripts, but I don't do that and am not a big fan of that system)! This script will run until you stop the script; or you run out of resources e.g food. -Apa
  9. I seem to remember it was deprecated because it wasn't functioning correctly; the API now only supports linear random. That being said, it's not too hard to come up with your own equivalent using https://docs.oracle.com/javase/7/docs/api/java/util/Random.html#nextGaussian() Make sure to take into account far-edge generations though! Apa
  10. As someone already mentioned; you'll have to uncheck both checkboxes on the login page, remember username and hide username. This is a limitation of the bot, not the script! If you run into any further issues, don't hesitate to let me know. I have written a custom break handler which will take you to a safe position ~2 minutes before a scheduled break starts. This ensures that you're safely out of combat before trying to log out. When you log back in, the script will resume as normal until your next break occurs. It is worth noting that, if you use the 'force attack if crashed' mode, you may end up crashing someone else when you log back in from a break. Let me know if you have any further queries! -Apa
  11. Yeah; I think when I wrote the script it was the case that you couldn't type spaces into the 'enter name' field when entering a house. Not sure whether this is still true? Either way, if it gets to the right house then there's no problem!
  12. Unfortunately not; although I think there's a couple of blast furnace scripts in the minigames section: https://osbot.org/mvc/sdn2/scripts/13 The script will smelt rune / gold bars in a furnace though, and can smith them on an anvil. Apa
  13. Just run the script as you would any other! Open the script selector and it should be there for the next 24h (:
  14. I've just started your 24h trial; enjoy! (: Apa
  15. Sure, done. And yes, it's a one-time fee! (: Apa
  16. Thanks for your custom! (: Hopefully it lives up to your expectations - let me know how it goes! ~Apa
  17. It starts as soon as I see your request and activate it, and lasts for 24 hours from that time (:
  18. Courtesy of IceB4rrage I have been able to add both Rellekka and Ardougne courses; The script now supports all rooftop courses! Hopefully release will come soon (:
  19. Yeah, sure thing; done! (: -Apa
  20. Woah, that would be awesome! My account currently only has 70 so I can't access ardougne (req.90) or rellekka (req.80). It would be really sweet if I could hop on for no more than 20 mins and gather the rooftop data for Rellekka on your account though (: - I'll drop you a PM now Apa
  21. No problem. Sounds like a good plan - Polymorphism is an important concept! Let me know if you run into any further problems; i'm always happy to help! (: Apa
×
×
  • Create New...