Jump to content

Apaec

Scripter III
  • Posts

    11157
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. What does it say the reason is in the console logger?
  7. Thanks for your custom and i'm glad the script is working well I've started your sandcrabs trial. Good luck! Apa
  8. 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
  9. Both trials started, thanks for stopping by!
  10. 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
  11. 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
  12. 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
  13. 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.
  14. 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
  15. Trial started! And best of luck with learning! Let me know if you have any questions Apa
  16. That's odd Thank you for letting me know. I'll run some tests hopefully tomorrow and see if I can figure out the problem. I'll post here with any updates -Apa
  17. It seems to cook just fine for me - have you done the quest which lets you cook karambwans? Otherwise you will have to cook poisoned karambwans. Apa
  18. Hmm, an interesting idea. I'll take a look at the banking code and see if this is feesible to add. Also, i've put it on my to-do list - thanks for the suggestion
×
×
  • Create New...