Jump to content

Apaec

Scripter III
  • Posts

    11169
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Thanks for letting me know. While there's nothing I can do about misclicks (all sorts of factors such as latency fluctuations, resource throttling etc can cause these), I have been working on an error recovery system in the background. When this is ready, the script will be able to recover from situations such as this one. Best Apa
  2. Update: Version 3.14 Added support for the Myths' Guild Prevented TTNL and progress bars from showing on the paint if you are already 99 cooking -Apa Special thank you goes to @Teezy for lending me his account to gather data for Myths' guild.
  3. Sure - trial started
  4. Sure - trial started
  5. Sure - trial started
  6. I'd strongly suggest against using a long sleep (conditional or otherwise). The reason for this is if the script is sleeping, there is nothing else it can be doing and as such is unresponsive. You're right that this situation poses a particular difficulty which is hard to combat without the use of a long sleep. You could, however, use repeating short sleeps with responsiveness added between calls. One approach to this is to (ideally) use a separate thread and a timer, querying your players animation and resetting the timer if you are still cutting. You know that you are no longer cutting when this timer expires or you have no raw fish left. Apa
  7. It doesn't, but i'd be happy to add it. Unfortunately my test account cannot access the area though. With that said, if you're looking for a 1-tile cooking spot, you could always use the one in Mor-ul-rek for the time being -Apa
  8. Just looked into this, it seems the trial activation was denied as you've already had one with the expiry timestamp 2018-11-09 08:35:50 UTC. Unfortunately, I can only give a single trial per user so I won't be able to reinstate it on your account. Best Apa
  9. Sure - I presumed you meant sand crabs so that's the trial I gave you. If you wanted Rock crabs instead, let me know and i'll switch it Apa
  10. Of course, trial activated
  11. Sure - trial started
  12. Trial started
  13. Sure, trial activated
  14. Certainly, trial started! Apa
  15. Sure - trial started
  16. Try restarting OSBot? Sometimes it can be a little funny like this Apa
  17. Unfortunately, as is the case with all other scripters, I am not allowed to offer trials to users whose OSBot accounts are under a week old (this is an OSBot rule). Sorry about that - please come back in a week! -Apa
  18. Hey, As you mentioned, this issue only happens on mirror mode. I'm not sure what the cause is, but the error resides in the mirror client. I filed a client bug report a while ago but I believe the developers are still looking into it. As mirror mode is still in Beta, issues such as this are to be expected so i'd strongly suggest switching to stealth injection for a reliable experience. I think it would be brave to assume Stealth is any more dangerous than mirror mode - in my mind, you should use both with caution! Best Apa
  19. I've been wanting to overhaul Hosidius for a while now - since the release of resizeable mode the potential to view both the range and bank in the screen at once is much more feasible. With that said, in fixed mode, when the script used to do this, it would end up continuously rotating the camera as it was hard to find a good angle where both objects are visible simultaneously from both perspectives. Perhaps i'd make a hybrid system where the script walks when it is not possible to click (instead of rotating the camera) - i'll think about this and try and work out a good compromise Thanks for the reminder, i've noted this on my list of things to tweak with the script. Apa
  20. Hey, Are you sure you added lobsters to your inventory configuration ? Also, in future, if you check the console, the script will log the reason if it ever stops Apa
  21. Hey, Thanks for the comment. You're not the first person to mention this, however i've not seen any legitimate players not move the camera - don't you think it would be more suspicious to always keep the camera fixed? Also, it would for sure reduce the efficiency of the script in terms of xp rate. I could look into adding this as an option (in fact i've already made a note of this in my list of things to do). Thanks Apa
  22. Hmm, thanks for this suggestion The stairs might be annoying to handle but I can certainly see if this is possible to add. Maybe I could even add both the bank chest and the upstairs booths. I've added it to my list of things to add Apa
  23. You've put a semicolon after 'unote.interact()'. This ends the statement and as such your braces aren't doing what you think they are. Here's how your current code should be formatted unote.interact(); { if (unote == null) { return 0; } } } As you can see, your brackets do not match as you have two closing brackets on the same level. With that said, I have no idea what you're trying to do in this code? Apa
  24. Apaec

    APA Rune Sudoku

    Well, this method is highly dependant on rune prices, which fluctuate a lot. As a result, sometimes this script is very profitable, and other times it is mediocre at best. Often when the OSRS team release content which drops valuable runes (e.g kebos, raids, slayer bosses, zeah, ...) the price of said runes drops so margins with this script change. It is worth doing a test run and/or rune price calculations before investing into this script -Apa
×
×
  • Create New...