Jump to content

Apaec

Scripter III
  • Posts

    11137
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. Glad it's running smoothly! As Theorems said, you can move it around or even move it off the screen. Alternatively you can disable it before starting the script in the settings menu. Cheers! Apa
  2. Perhaps I will write one at some point in the future we will see. Thanks for the compliments, it means a lot! Apa
  3. Sure thing- done! (: Hey! It should loot ammo, have you set it to 'mithril darts' in the startup configuration? Also, I presume you're running on Stealth Injection? Apa Glad you liked it! Thank you for your custom!
  4. Hey, The script doesn't support specialty cooking techniques e.g combining ingredients to make pies or pizzas. It should however be able to cook raw pies into cooked pies on a stove. Actually, I just checked - it currently isn't in the list of foods to cook, but it is something that I can add quite easily. I will do that for you hopefully tomorrow! -Apa
  5. I'm not sure what you mean - which interface are you talking about? I was unaware you could interact with the cooking interface with keyboard shortcuts. Apa
  6. Apaec

    Debugging?

    Glad you got the issues sorted out! (: As for debugging; since it's a live game, mostly what will go wrong will be either at compile time or behavioural. As a result, step/break debugging isn't much help - i'd suggest just doing test runs! You can use log("Hello"); to drop messages in the OSBot console, where you will also find stack traces should things go wrong. If you're coming from a C# background then you should have no problems getting to know Java or the API. Best of luck and if you need anything don't hesitate to let me know! (: -Apa
  7. Hey, It looks like the trial request didn't go through as you've already had a trial, with the expiry timestamp 2017-08-03 17:37:51 UTC. Looking at the usage statistics, it seems you didn't get all that much use out of the script so considering this and the fact that your trial was quite some time ago, i've started a fresh one which will expire 24h from now. Cheers Apa
  8. You can do what Jammer said, but bare in mind that if your script has long sleeps here and there, it won't get frequently updated. You could perhaps work with a timer in another thread, but make sure you correctly create/close the thread !
  9. Yeah; sure thing! (: Done! -Apa
  10. Looks like you haven't already had one; i've just started it now - enjoy! (: -Apa Would be awesome to see; glad it's running 8 hours strong! (: Sure thing; done! (: Apa
  11. It's free on the SDN (:
  12. Wahoo 1 day 14 hours!!! That's awesome stuff; almost 1M xp gained! thanks for sharing! (: -Apa
  13. Sure thing!! (: Refresh your scripts list, they should both be there ! -Apa
  14. Hey! Sure thing, i've started the auth on your account and it will last until this time tomorrow. Hopefully it will live up to your expectations (: ~Apa
  15. Hi guys! As Tim mentioned, Mirror is still in BETA and is pretty buggy. As a result, I would strongly recommend Stealth Injection. There's nothing I can do to make this script 'support' mirror since both clients share the same API - it's down to the developers to work on keeping mirror up to speed. That being said, as I mentioned in the OP, SI is generally considered equally safe if not safer than mirror, so hopefully it shouldn't be a problem to switch over. In my personal experience, bans are based much more on how you bot, rather than the tools you bot with. For more info, check out this post by the Ex-lead content developer of OSBot: https://osbot.org/forum/topic/124429-preventing-rs-botting-bans-v2/ Hopefully that cleared things up! If you're unsure about anything else, don't hesitate to let me know. Apa
  16. Hey! (: The voucher sub-forum can be found here; Hopefully you will be able to find someone! Alternatively, there's usually someone in the chatbox willing to help - https://osbot.org/chat/# If you have any further questions/issues, don't hesitate to let me know! -Apa
  17. Yeah, but nonetheless you've got to account for it! That's what programming is about ;p
  18. It should just be in your scripts list If you refresh, is it there? Apa
  19. Sure thing; done !(: Apa
  20. Yeah, but you may find that if you start the script when logged out and stop the script before onStart currently executes, the exp-gained will be some very unpredictable (potentially massive) value as it is not initialised. Not a problem for runtime paint data, but if you start saving data this could be an issue.
×
×
  • Create New...