Jump to content

Apaec

Scripter III
  • Posts

    11150
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. They'd have to be premium for it to be czar
  2. i've gotta wait until feb for my 2nd anniversary
  3. Alching is so simple to script that it would be silly for it to be released as anything other than free. Same for teleporting - it's just spamming a spell. apa
  4. Trouble is, the more unique a script is, the lower the userbase, so the lower the profits. Consider 10 people using a looting script at the same time. The item spawns would be so slow that the profit would drop dramatically. You cannot release a script and promise high profit rates at the same time as having a high userbase. The method would simply crash! apa
  5. this is the reason I only have 4 scripts, not 100 - If i see a script which has already been made and does the job well, I DON'T make another branded version of it. Obviously though, some people do ^^ - sucks, but it's the way it is. The real problem is the lack of script ideas which haven't already been made.
  6. I mostly agree with this - I think we need a more formal bug report system perhaps. But alot of the time, it's the user who is at fault, so perhaps a user guide might be a useful thing to have too. Also, I think alot of scripters are put off maintaining their scripts when you recieve a message like this: (recieved this as a message on my den cooker script. Turns out the user didn't follow the clear instructions on the main thread. But I went ahead and pushed an update anyway. Still waiting to recieve a thank you. Oh wait, i've never (in about 1 year) recieved a thank you for any of my free scripts (maybe once or twice?)) apa
  7. sure, please check the instructions on the front of this thread. apa
  8. How so? also you're probably better off searching for soultions online - I have very little experience with eclipse troubleshooting as mine's never failed me! apa
  9. ive given you a 24h trial, enjoy! apa
  10. interact already has visibility and camera handling checks and methods, so there's no need to call willow#isVisible at all. Infact, what kitiria had originally was probably much better, as your method will get in a continuous sleep loop if the willow isn't null but is off the screen. @Kitiria: If you really wanted to make it more efficient and not get permanently stuck, you can use a filter (a neat way of doing this is with streams, like so): objects.getAll().stream().filter(obj -> (obj.exists() && obj.getName().equals("Willow") && obj.hasAction("Chop-down") && getMap().distance(obj) <= 10)).collect(Collectors.toList()); which will reasonably efficiently generate a collection of all the nearby objects with the name willow and the interaction option chop down within a distance of 10 tiles from the player. you can then proceed to iterate through this collection and further filter it to find your desired tree, and then interact with it like so if (tree != null && tree.exists()) { tree.interact(); } ~apa
  11. How much did that cost you?
  12. couldn't have put it better myself
  13. they prolly know every1 who bots, they just ban selectively Without bots, their game would die, and they would only make half the cash from memberships anyway. If there are too many bots, the legit players would quit and they would also lose money. So they balance the bans out. apa
  14. Apaec

    HOLY F*CK!

    lol... worst part is that seemed pretty mild compared to some of the stuff that goes on in the west...
  15. It's working fine for me. Have you tried deleting the osbot.jar and re-downloading? apa
  16. Sorry guys, for some reason I was unfollowed from the thread. I've just pushed an update live, version 2.0. Here's the change log: Gui reworked Banking reworked, all tabs now supported. Entity detection reworked and hence interactions completely updated Should now attempt to return to the fire should it stray away, eg if it walks to grace. Added simple cursor Added anti-aliasing to paint This update should be live within a few hours. You know you're running it when it says V 2.0 at the top of the Gui/Paint. Merry Christmas! ~apa
  17. Ofcourse! i've given you a 24h trial. enjoy! apa
  18. Anything later than that? also, what does the status say? and at what stage does it fail? apa
  19. I've given you a 24h trial, enjoy! apa
  20. Unforuntately I only offer 24h / 6h trials. Please see my trials thread for more details : osbot.org/forum/topic/61445-apa-script-trials-⌠free⌡-⌠24-6-hour-trials-available⌡-⌠4-script-selection⌡-⌠scripter-iii⌡-⌠apa-scripts-collection⌡ apa
  21. Sure haha, I've given you a 6hour trial. Enjoy! apa
  22. Please be more specific - what exactly isn't working for you? It may well be that you've run out / don 't have enough of a supply such as food / runes. If this is the case, open the client console and it will tell you what the problem is! apa
  23. Gave you a 24h trial, enojoy! ) apa
×
×
  • Create New...