Jump to content

Apaec

Scripter III
  • Posts

    11169
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Sure- trial started -Apa
  2. Yep, should be mostly up to date. If you spot anything that you suspect might be outdated, please let me know And yes, this is for OSRS Apa
  3. Sure - trial started Apa
  4. Sure - trial activated Apa
  5. Sure -trial started Apa
  6. Here's a link to the OSBot API: https://osbot.org/api/ To check if you're at a location, i'd take a look at the Area API: https://osbot.org/api/org/osbot/rs07/api/map/Area.html Then, you can do something like: Area someArea = new Area(500,600,700,800); if (someArea.contains(myPlayer())) { log("hello!"); }
  7. Sure - trial started Apa
  8. You can get a really long way by trying (and failing!) to write scripts of your own. This kind of stuff is much better learned by doing, rather than through lessons, guides or videos. Think of a cool script that you want to write, make sure it is simple, and give it a shot! Good examples of simple scripts are those which have a very basic task which can be gradually expanded. For example, a woodcutting script can start by just clicking on trees. Then, you can add appropriate delays and pauses, dropping, walking, banking, upgrading axes, etc etc. As always, if you have any questions, post em here and i'll do my best to answer! -Apa
  9. Hey, Yep, that can happen often. In future, if this kind of thing happens again, open the console logger (accessible via the OSBot settings menu). The script will log details of execution there, and if for whatever reason the script terminates unexpectedly, it will always display the reason (e.g. misconfiguration, low hp, etc) or an error there. Apa
  10. Sure - trial activated Apa
  11. Sure - trial started. Have you considered training at Sand Crabs instead? they're much better exp! Apa
  12. Hey, Sure thing - trial activated. As for payments, this is all handled by OSBot, and the store only accepts PayPal. However, you can still pay with RSGP: you will have to purchase a store voucher from a third party (see this subforum: https://osbot.org/forum/forum/227-vouchers/) which you can then redeem for in-store credit. Hope that helps, let me know if you need anything else! Apa
  13. Thanks for letting me know. I've made a note of this, and i'm not sure if there's something I can tweak to reduce the frequency of this, but I will run some tests in hosidius and see. Apa
  14. Sure- trial started Apa
  15. All trials started The scripts will be available in your collection like any other script would be for the next 24h. Enjoy! Hey, which script are you interested in? -Apa
  16. All trials activated Thanks for stopping by. @nover: I'm not an experienced botter in these times (the botting scene changes over the years, and I haven't run a script for a significant time for a year or so now). I'd recommend tuning in to the OSBot discord, where you can get more (& better) advice. In general, keep sessions short, use generous breaks, and play legitimately between sessions, and you should be fine. GL! Apa
  17. Hmm, this is quite a niche corner case that I hadn't accounted for in the script. The script checks for your player being under attack, and since this is not the case in this situation, the issue occurs. I have made a note of this and will see if I can work out a fix for the next update when I am back home. Thanks for letting me know Apa
  18. All trials started Apa
  19. Sure thing - trial started! Apa
  20. Sure - trial started Apa
  21. Both trials activated Apa
  22. Unfortunately the blast furnace minigame is not supported, sorry about that Hey, That's concerning, are you sure you have a cannon ball mould in your bank? When the script stops, it will give the reason for stopping in the console logger (accessible via the OSBot settings). If you have a look there, the script should give the reason for termination (e.g configuration issue etc). Hopefully that helps sort your issue, but if not, please let me know. -Apa
  23. Hey, good thanks, hope you are too. Sure thing - trial started Apa
  24. Ah, yes, that'll do it - if your health gets too low, and the script has now way of healing, it will stop for safety. As for werewolf course, this is a rooftops script so only rooftop courses are supported. While the script does support Canifis rooftop course, it doesn't support other non-rooftop courses. Sorry about that Apa
  25. Hey, Where does the script get stuck and log out? Hopefully i'll be able to fix this for you Apa
×
×
  • Create New...