Jump to content

Apaec

Scripter III
  • Posts

    11146
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Woo, awesome (: Congrats! Hopefully you will be able to make your money back in no time! -Apa
  2. Not sure why it wouldn't work with super strengths... I deffo tested it with them! Thanks for letting me know. Yeah, I should be able to work with this. I will do some tests and implement it when I get back from holiday! -Apa
  3. Apaec

    APA Chest Thiever

    Unfortunately not, no - sorry! It was mainly created for deadman farming but I may look at expanding to other chest-based money making methods in the future. -Apa Unfortunately not, no - sorry! It was mainly created for deadman farming but I may look at expanding to other chest-based money making methods in the future. -Apa
  4. Looks good! There are a few areas where you're running unnecessary checks e.g in your animation check in the CUT state, but other than that it looks good. As was mentioned above, it's probably best to use a pre-recorded path, but webwalking should be pretty reliable! Good luck!
  5. Heya, cheers for the complements! However unfortunately at the moment I do not do private scripts as the limited free time that I do have I spend working on maintaining my SDN collection! Perhaps in the future! -Apa
  6. I'm not sure why it would terminate unless you've set up breaks on the default profile, and it wouldn't know how to log back in... I've been running with the break manager just fine for some time now; but i'll run a few more tests this week to see if I can re-create this!
  7. Tester.java: public class Tester { private final Script script; public Tester(Script script) { this.script = script; } public void Print(String message) { script.log(message); } } Your script main public void onStart() { Tester tester = new Tester(this) tester.print("hello"); } Wrote it in the reply box so sorry if there are any typos or if I missed anything. Hopefully that cleared things up a bit! -Apa
  8. Thank you, I will also run some tests on CCI 6 and see if I can also solve iroll's problem while i'm there! Sure, refresh your scripts list! '\o/'
  9. Edit: Sure, done. Enjoy! (: -Apa Hmm, that is very strange! At all times when the script stops, a console message should immediately be logged before hand. Since the script is terminating without logging anything, this suggests that it might be caused by something else. Does your internet drop out perhaps? Not sure if that would cause this to happen but it may do... In the mean time I will see if I can re-create this, will run some longer test runs. Apa
  10. I'm presuming you meant sand crabs since you liked that page, so i've given you a 24h trial. Enjoy! (: -Apa Hey, This script is free to use and is available to use on the SDN here: https://osbot.org/mvc/sdn2/scripts/16 -Apa
  11. Done, enjoy! (: Hey, it seems you already had a trial earlier in May, however since it looks like you didn't get much progress in, i've given you an additional 12 hours. Cheers! -Apa
  12. Every joe uses it, jagex have probably profiled it!
  13. I would recommend not botting where possible, e.g for alching you can use an autoclicker, or you could splash, etc. That way, on the off chance that you do get banned, it most likely won't be a macro major. Also please don't use an autoclicker like garys hood or w/e!
  14. Not sure what could be causing that as that stack trace doesn't narrow things down! If this happens again, please could you let me know the full error log? Cheers -Apa
  15. To answer your previous question, you will see that our script extends Script. This is an abstract class in the OSBot API and since we are extending it, we have access to all of its attributes. An example of an attribute is inventory, whereby we are calling the super inventory object attribute and using the methods that it provides. As for the stall, you will find that that is initialised just above the snippet you quoted, we're creating an instance of an RS2Object which is an API object describing an ingame object. Hope that makes sense, let me know if you're still unsure. Since you edited the post I would assume you figured this out yourself but I just thought i'd drop a quick reply in to clear it up if you didn't! -Apa
  16. Looks like Version 2.0 has been released. Give it a go! (: -Apa
  17. You can only have one trial per script (naturally), so in your case you're eligible for a trial in all my scripts other than this one at the moment! (: -Apa
  18. Sure, I've given you a 48h trial as I did to xxgruntxx and will extend it until the latest version (2.0) is available! (see below) -Apa
  19. Hey, sorry for the delay - just got back in! -Apa
  20. Sure, although the latest version (2.0) has not been pushed live yet. I've given you a 48h trial in the hopes that it will be available in that time period, but if not, I will continue to extend the trial by 24 hours until you get to try the latest version, as the script has been re-written from scratch so it would be unfair for the trial not to test what the script really is (: -Apa
  21. \o/ Me! But it took a lot of careful botting with short sessions and no more than 1-2h botting per day.
  22. Yes. I will be looking to re-write the script at some point in the near future to add support for stuff like phials and Rimmington, but for now it only works in Yanille! -Apa
×
×
  • Create New...