Jump to content

Apaec

Scripter III
  • Posts

    11135
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. Apaec

    APA AIO Miner

    Not sure why it would do this - have you tried in stealth injection? Apa
  2. Sure - trial activated! Apa
  3. The script will log to the console, so just open that: Settings (top right) > Toggle Logger Apa
  4. No worries, glad you got it sorted Apa
  5. Sure, just started a 24h trial on your account Apa
  6. That's no problem, i've gone ahead and started a fresh 24h trial on your account starting now. Good luck Hey, Unfortunately I don't do private scripts. Sorry about that. Apa Sure thing, trial started!
  7. Sure - trial started! Hey, Nice progress! I'm not sure why it would stop - have you checked the console logger? It could be that you've got breaks configured but haven't specified (correct) login details for your account. Alternatively, it could be that you've set the script to stop if crashed, or the script could have run out of resources (both on your player or in the bank). Apa
  8. Awesome to hear That's some insane progress! +2 levels at 93 agility is mad. Thanks for sharing this beast Apa
  9. There's no specific reference to 'fire' in the API - we're working with Java objects here. It seems you've got the brackets and semi colons a little confused as well, it might be worth looking up some basic java tutorials to get the basics down before trying to do this Apa
  10. Sure - trial started Apa
  11. Not sure if/when I would add support for the cave. There are still a number of details that I have to work out, including how to fit the options onto the UI and how to integrate the cave with the current code, etc.
  12. Well, it looks like you've correctly defined the fire: RS2Object fire = getObjects().closest("Fire"); Then all you have to do is select the item in your inventory: getInventory().interact("Trout", "Use"); .. and once that is selected (you will have to add checks for this), you can interact with the fire: fire.interact("Use"); -Apa
  13. Unfortunately i'm not working on anything new at the moment and am focusing my efforts on maintaining my current collection. Perhaps this will change when new content enters the game Apa
  14. Both trials started Thanks Apa
  15. Hey, Yeah - mirror mode doesn't seem to work with this script. I'd strongly suggest switching over to Stealth Injection for a reliable experience. For more information, check out the 'things to consider before buying/trying 'section on the main thread Apa Sure, trial started:
  16. Sure thing - trial started -Apa
  17. Hmm, potentially but this won't always work if the interface offers multiple options (e.g karambwan). As a result, adding support for this would be a more involved process. Thanks for the suggestion
  18. Update! Version 3.15 Updated Hosidius to not walk Made the script left-click ranges (where possible) -Apa
×
×
  • Create New...