Jump to content

Apaec

Scripter III
  • Posts

    11146
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. 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
  2. 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
  3. 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
  4. 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.
  5. 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
  6. Trial started! And best of luck with learning! Let me know if you have any questions Apa
  7. 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
  8. 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
  9. 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
  10. Unfortunately, as is the case with all other scripters, I am not allowed to offer trials to users whose OSBot accounts are under a week old despite your rank (this is an OSBot rule). Sorry about that - please come back in a week! All the best Apa
  11. Hey, Firstly, we're working with Java here, not javascript! They're entirely different Your script looks good so far, well done. As for banking, take it one step at a time. First, make the script walk to the ferry people. Initially you can use the webwalker while you sort out the logic of your script, but after that I would strongly recommend using pathwalking as you know both your source and destination. You can learn more about the functionality of these from the OSBot API After you've got walking done, you need to interact with the ferry dude. I'm not sure how this works - maybe there are dialogues which you have to navigate, in which case you will need the dialogue API. You might not have to deal with dialogues at all however, this depends on the interaction process. Interact with the ferry dude much like you do with the fishing spot! I've left my reply quite open ended as the best way to learn is through trying. You can perhaps ask more detailed questions here if you need more help, or alternatively ask people directly in the OSBot chatbox or the OSBot discord. Good luck! Apa
  12. OSBot was having issues, these have now been fixed. Please try again!
  13. Apaec

    APA Chest Thiever

    OSBot was having issues, these have now been fixed. Please try again! Done!
  14. Trials have been activated to those users who have accounts over a week old If you're still under a week old, please come back later and i'll be more than happy to offer trials! Apa
  15. Hey, Looks like your trial already expired with the timestamp 2018-08-30 18:30:58 UTC Since you didn't get to use the script, i've set you up with a fresh trial which will expire 24h from now. GL! Apa
  16. Hey, OSBot is having problems following the game update a couple of days ago. Please be patient while the developers work on fixing this Apa
×
×
  • Create New...