Jump to content

Apaec

Scripter III
  • Posts

    11136
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. Hey Random dismissing is handled by the client so there's not much I can do if that's not working. It might be worth double checking your settings menu to see if the checkbox is selected. As for bans, as a general rule of thumb i'd strongly recommend against botting on any accounts that you care about losing. If you do bot on them, no matter what script, keep a low profile and take extra caution! Apa
  2. Glad you got the first issue sorted, I understand setup issues can be annoying and tedious to resolve. As for your second issue, the reason is types. For some reason (?) you're defining your areas as single element arrays. Not sure why! As a result, when you call '.contains' on the array, java doesn't know what to do as arrays do not have a .contains method in this context. You'll either need to unwrap the value and then call contains, or even simpler: change your area definition to an Area rather than an Area[]. Good luck! Apa
  3. Hmm, maybe. I've taken note of this on my to-do list and i'll see if there's a neat way to detect this situation. Apa
  4. Hey, Not sure what you mean by this? Apa
  5. Not much that i can do about this sadly once the crabs are awake, the script has no way of determining which are yours and which are other peoples, so it cannot attack them. This situation will happen very rarely however, and the crabs reset within a minute or so to impact to exp rates should be minimal! Best Apa
  6. People play with different styles, some people don't ever move the camera, others move it a lot. There's not much I can do the calibrate to all play styles but remember that camera and mouse movement frequencies and deviations are randomised on script start so it will never follow the same pattern. I wouldn't worry about this for causing bans though. Instead, i'd focus more on keeping a low profile while botting, this is your best chance at not getting banned! Apa
  7. Naturally there's no specific cut off point so I can't give you a quantitative answer to this. When I was training agility on my test account, I did about 15 minutes each day and didn't run into any problems. You can be as brave or as cautious as you want. Apa
  8. I've started a 24h trial on your account. Loads of people get banned all the time from lots of causes. If you're careful, you will be fine! Apa
  9. Hi Leven123, This sounds unlucky - next time it would be worth being more careful when botting. If you keep sessions short, use generous breaks and play legitimately between sessions, you should be fine. I've had no problems with my test account to date! Heya, I'm happy to offer a 24h trial if you'd like to give the script a try first hand. After that, feel free to purchase the script from the store with the following link: https://osbot.org/forum/store/product/673-apa-rooftop-agility/ Let me know if you're interested in a trial Apa
  10. What does it say the reason is in the console logger?
  11. Thanks for your custom and i'm glad the script is working well I've started your sandcrabs trial. Good luck! Apa
  12. Looks like you're exporting it right, but it looks like you are compiling the script with Java 10. OSBot does not support this version of java. You will need to install Java-SE 1.8 and configure the project to compile with this. Hopefully after making this change, everything will work as expected Apa
  13. Both trials started, thanks for stopping by!
  14. If you have multiple scripts in that directory with the same manifest name, you can expect some weird behaviour - try removing (albeit temporarily) all other scripts from the folder, so that you are just left with this script. Then try - this will allow you to further pinpoint where the issue lies. Let me know how it goes Apa
  15. I'd first start with just the cursing, then you can add alching later. Starting with both at the same time might be a little complicated for now. The benefit of the API is it abstracts away all the specific mouse movement and co-ordinate stuff, so you should take full advantage of this. You're going to want to use the Magic API and the Interaction API. Off the top of my head, it will be something along these lines: getMagic().castSpell(NormalSpells.CURSE); Remeber to check that you have the required runes etc. Good luck! Apa
  16. Have you imported java.utils.Arrays? You will need this for the static asList method. Other than that, your code should work fine. The bot would click those tiles, yes. But not necessarily all of the tiles in the path. I like to have my paths with a very small tile interval (I use a script to record paths for me) to guarentee that the next tile will always be reachable. You can always try and experiment with the method and see how it behaves / notice its limitations - i'd suggest this! Good luck Apa
  17. UPDATE! Version 3.13 It looks like Jagex have renamed karambwans in a recent game update. The script has now been updated to reflect these changes, and will now work as expected.
  18. Hey, It will move to a safe position 2 mins before a break. After the break, the script will walk back to the spot and resume function. The break data is given to the script from the client, so please make sure that your break settings are correct as it sounds like you might have misconfigured your break timings? -Apa
  19. Trial started! And best of luck with learning! Let me know if you have any questions Apa
×
×
  • Create New...