Jump to content

Apaec

Scripter III
  • Posts

    11143
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Access is immediate Let me know if you're interested in trying the script out before you decide on buying ! Cheers -Apa
  2. Awesome, I hope it lives up to your expectations! Thanks for the amazing progress report too... 16 hours woah! ~apa
  3. Not directly unfortunately, you'll have to grab a store voucher and redeem that! (sellers can be found here: https://osbot.org/forum/forum/227-vouchers/ ) Cheers -Apa
  4. Woo, awesome proggie, thanks for that! As for the mouse moving thing, this is pretty tough to combat, but I will take a look and see if there's anything that I can do about this for the next client revision. However, i wouldn't worry too much as i'm not sure if jagex even observes mouse movements, or whether they even track click positions. (ofcourse, there's no way of knowing, but I am reasonably sure that if they tracked mouse movement they would only be able to sample, not track the whole path, therefore an inhuman movement such as this when sampled may look nice and random:) Hard to say. It's a commonly botted area, but if you bot cautiously, you can minimise your chances of being banned. Take a look here! osbot.org/forum/topic/45618-preventing-rs-botting-bans/ If you're interested in a trial, please let me know / like the thread! Sure, i've enabled the script on your account for 24h, refresh your scripts list! Unfortunately this is a little difficult as (as far as I know) no tidy way to determine which crabs are 'yours'. After about 1 minute of wandering, the crabs will eventually return to their positions though. The best I can do to prevent this is to map the pathing to avoid other spots so atleast other users of the script do not disturb you, which I have done to the best of my ability, but beyond that there's no further feasible alternatives that I can pursue. I would recommend, if possible, to choose a more secluded spot to prevent this if it is a big issue for you! Thanks, -Apa
  5. refresh your scripts list
  6. The trial lasts for 24 hours, and that is all. Although it seems I have no record of you having run the script so i've refreshed your trial for an additional 24 hours, starting now. Enjoy!
  7. https://osbot.org/api/org/osbot/rs07/event/RandomExecutor.html#getTimeUntilBreak--
  8. Hey, At the moment this does happen yes, although you will be logged out shortly after for inactivity. (much like a normal player would I suppose). I took a look at the API a little while ago to try and find this feature (getting time until break) but couldn't. Upon looking now, it seems i've found it (perhaps not where you might expect), and I might implement moving to the hop position to log out. However there's no guarentee that it will work consistently and I will run some tests over the next few weeks and try and get it added ASAP
  9. Heyo, cheers for this. I've thought about adding waterbirth support but the fact that it's singles makes it pretty tough to automate as you have to carefully enter the spot after refreshing such that you don't wake them all at once. As a result, if the bot were to do it, it could potentially be detectable as the bot would consistently make the same mistakes a human wouldn't make (it would be possible but difficult to prevent this). Additionally, with the release of sandcrabs, more AFK locations have been added meaning that if you want to simulate afk-training it's probably best to do it in a multi-combat area such as crab claw isle. That is not to say that I don't plan on adding it in the future, I may work on adding it at some point as the bulk of the rock crab code needs rewriting anyway, but I cannot promise anything for now! Cheers, Apa
  10. i've given you a 24h trial starting now. Enjoy! ~apa
  11. Ah, yeah. You need to make sure you import the things that you're using!
  12. Can you send me a screenshot of the exact error you're getting perhaps?
  13. Hmm, I will take a look into these for you guys, not sure what could have caused this. Perhaps thursdays update although it's unlikely. Cheers apa
  14. task/state you can call it whatever you want I guess. A simple way to do it is have an enum of states and switch between them, although this results in two potentially large blocks of code which is not ideal. You can split these states into classes if you really wish, and have condition/execute methods but that's really just another way to achieve the same thing. How you structure a script really depends on the function you require, whether it's AIO etc..., there's no one way of doing it really. Getting the structure right is the hardest part to get a good balance of code readability and flexibility. It's definately worth trying to get right at the start! apa
  15. Perhaps try using some classes instead
  16. Not sure why it wouldn't drink the super strengths, could you please let me know, what are the values displayed in the paint when the script is running? specifically the potion counters
  17. What if you're not at a bank
  18. I would highly recommend against that. Although you might have gotten lucky in the past, using while loops like that means the risk of getting stuck is high. There's no perfect solution but it's important to design your scripts as to minimise this risk!
  19. Apologies haha, it's a sure way to end up in an infinite loop, perhaps consider a for loop or a different design such as integrating a method relying on the onLoop's delayed loop to retry!
  20. You can't rely on an api method to execute correctly first time, low-cpu or not (The reason for this is the bot is dealing with a live game, so latency fluctuations / dcs etc also have a say in the script execution). For this reason, writing scripts in a heavily 'recipe' style is not recommended (e.g bank#open, then bank#withdraw assuming the bank is open after calling bank#open) Try and design your scripts such that it will do whatever it needs to do and repeat if necessary to reach the desired in-game situation. (tip: try the if statement) ~apa D:
  21. I will add it to the list of places to add. Still working on the re-write, but running into some structure issues which means the update is taking longer than I would have liked. Hopefully everything should be in place for next seasonal though!:) ~apa
  22. Ah, apologies. I put through a trial request but it appears to have been denied due to the trial you recieved on the 12th march 2016. As the script has been through a bunch of new versions since then, i've given you a new 24h trial starting now. Cheers! apa:)
  23. There are no requirements whatsoever, and I would say that sandcrabs are better xp as sandcrabs have 60hp (compared to rock crabs' 50hp). Also, sandcrabs have a larger choice of camp locations so you have less down-time running around spawning new crabs. Cheers! ~apa
×
×
  • Create New...