Jump to content

Apaec

Scripter III
  • Posts

    11137
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. Hmm, that's odd behaviour and as you said, definitely not ideal. I'll run some tests for you now, see if I can figure out the cause. Thanks for letting me know! Apa
  2. I think the best thing you can start with is something simple, and it's great that you're aiming/working towards a goal! A good place to start is a woodcutting script, because there are 'checkpoints', and it is very expandable Make the script click trees Make the script not spam click trees Add dropping to the script Add banking to the script Add variables to the script to set tree data (e.g which tree to cut) Add axe upgrade support ... you get the idea From there, you will gain lots of useful knowledge which you can use to branch out into different, perhaps more interesting scripts, like for example a wilderness chaos altar bone gathering/burying script? GL! Apa
  3. All trials activated. Thanks for stopping by!
  4. Awesome progress! Looking forward to when you hit that big 99!
  5. Sure - please could you specify for which script you would like a trial? -Apa
  6. Sure thing both, done & done! -Apa
  7. Pretty weird as I haven't been able to re-create this whatsoever. Does it happen often? and does the script recover? Apa
  8. Generally, using static variables to communicate between classes is frowned upon as it goes against object oriented principles. It may work, but as you get more and more confident with java it might be worth moving away from this concept and trying to learn more about OO. Also, i'd avoid using strings to represent data, but now i'm just getting picky! Keep practising Apa
  9. Sure thing, done! Although have you considered Sand crabs? They're much better exp/h! Hey, Just started your trial - I don't think I received your message if you sent one! Unfortunately per OSBot rules, accounts must be over a week old to qualify for trials of any sort. Sorry about that! Sure, done!
  10. Hmm, this might be really helpful! When I get the code in place, i'll see how much I can test with my own account. If by then I haven't completed the diary, or am limited in how thoroughly I can test the changes, I'll drop you a PM. Thanks for the offer! Sure, done! Really odd.. Are you using mirror mode, or low cpu mode?
  11. You can decompile the jar, which doesn't perfectly re-create the code as compiling isn't a fully reversible process. However, some scripters like to protect their work by obfuscating the code (mixing up the layout, scrambling variable names, re-organising whitespace, all without changing the logic of the code), so watch out for this. If you run into obfuscated code, it's up to you to make a decision about whether you trust it, but if it's someone new or little known, i'd most likely avoid running that script. That being said, you can still elicit some information from obfuscated code. -Apa
  12. It's on the list of things to do Training my account up at the moment for kandarin hard diary so I can test with the teleport -Apa
  13. Sure thing both, done! -Apa
  14. I've been running the script without problems, still unable to narrow down what's going wrong for you. I also didn't catch your answer to this question: If you could give me a number that would be great! Yeah, it's possible! But unfortunately not directly (OSBot has to take a share). You'll have to grab a voucher from the vouchers subforum, then redeem this for in-store credit. Here's a link - let me know if you need anything else! https://osbot.org/forum/forum/227-vouchers/ Apa
  15. Woo, that's awesome to hear! Glad it's working well and many thanks for the screenshot -Apa
  16. Just started your trial.:) In terms of your question, I personally play it safe and bot no more than 1h per day, with perhaps 1 or two breaks in the hour. I understand this is very conservative, but i'd rather make slow progress than losing my account Some users have managed to bot over 3 days in a row, but considering the randomness of bans, I wouldn't recommend this! -Apa
  17. Update! Version 1.03 What's new: Added check for priest in peril quest when accessing Canifis. This means progressive mode also won't move on to Canifis unless you've got that quest complete. Code tidy - removed some duplicate/unnecessary methods, tweaked structure to allow for future course req/progressive mode start checks Tested at Falador to try and determine rare issue experienced by @MattGP. Script course data seems to be up to date and accurate, so perhaps the problem is elsewhere. I will continue to investigate Still working on error correction system, it's not quite ready for release just yet though. Apa
  18. Open the console logger to see the reason ! You've most likely configured something incorrectly Apa
  19. That certainly sounds safer than using a bot to autoclick, yeah!
×
×
  • Create New...