Jump to content

Apaec

Scripter III
  • Posts

    11169
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Sure thing, done !(:
  2. No, this script only supports cooking items on a fire/range, it does not support other niche cooking activities such as wine making, pie making, pizza making, gnome restaurant, ... . I was considering implementing winemaking even though it's unrelated to cooking, but that may warrant a price change as it risks infringing the store rules. I believe there are other specific wine making scripts available on the SDN, be sure to take a look! Sorry about that, hopefully the script will still be of use, but if not you can always request a refund! Apa
  3. Sure thing, done! (:
  4. Sure, done!
  5. Sure, done! (:
  6. Sure thing done!
  7. Yeah, it's annoying I will do my best to find a workaround though.
  8. Mhm, yeah the OSBot interactions can sometimes do this. The interaction returns successful even though it's not - I can't really find a nice workaround. I feel if the script had the camera tied to the top, this might not happen - i will experiment with this and do some test runs. Otherwise, I might add some kind of timed tracker to detect for this, but that really is a messy workaround apa
  9. I think it might be the camera zoom causing the obstacle to be only just on the screen. It should fix itself when the camera randomly turns once every minute or so! There's not much I can do about this really, you could try zooming the camera out a little but that may not help. It's rare that it would get in this situation as the camera angle has to be very specific! Apa
  10. Sure thing - done!! (:
  11. Sure, done! (:
  12. Sure thing, done! (:
  13. Sure thing! There are no requirements to access Sand Crabs (Other than membership), but i'd aim to be minimum ~20+ combat otherwise you might find yourself taking a lot of damage! Apa
  14. Sure thing, done! (:
  15. Uhh, this would be a little tricky with the current infrastructure. It is something I could do (I can do anything!), but it is quite an inefficient method to train and increases the likelihood for error. I'd suggest just buying varrock tabs for quick access to the GE if that is what you need! Glad to hear! Awesome progress (:
  16. Yeah, ofcourse! Done (:
  17. Sure thing, done!
  18. Sure thing, done! (:
  19. Hmm, an interesting problem! In terms of an OSBot script... You would need to establish some kind of connection between multiple instances of the same script, local or remote. I'm sure there is a way to do this, but it would not be very straightforward. That being said, it might be easier to solve the problem a different way -- perhaps there is software online that allows you to duplicate your mouse cursor? Then you could space your clients out across a large monitor such that you can view all windows simultaneously. Worth looking in to! Apa
  20. Alternatively you could pass a reference to the MethodProvider instance via the class constructor, i.e: public class SomeClass extends SomeOtherClass implements SomeInterface { private final MethodProvider mp; public SomeClass (MethodProvider mp) { this.mp =mp; } //... } In your main class which extends Script: public final SomeClass sc = new SomeClass(this); -Apa
  21. Sure thing, done!! (:
  22. Tutorials are online, there are plenty of them!! Your best bet is probably to extend JFrame and work from there. GL! Apa
  23. Sure thing, done!
  24. Sure, done!
  25. Apaec

    APA AIO Miner

    There are a number of API features which do not port well to mirror mode, so some scripts can break/behave strangely. Some scripts may not use these features so will work just fine, perhaps this one - i'm not sure. In general it's (in my opinion) just better not to risk it and stick with what works well- SI!
×
×
  • Create New...