Jump to content

Apaec

Scripter III
  • Posts

    11169
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. sure, please check the instructions on the front of this thread. apa
  2. 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
  3. ive given you a 24h trial, enjoy! apa
  4. 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
  5. Apaec

    89036

  6. How much did that cost you?
  7. couldn't have put it better myself
  8. 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
  9. Apaec

    HOLY F*CK!

    lol... worst part is that seemed pretty mild compared to some of the stuff that goes on in the west...
  10. It's working fine for me. Have you tried deleting the osbot.jar and re-downloading? apa
  11. 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
  12. Ofcourse! i've given you a 24h trial. enjoy! apa
  13. good man
  14. Anything later than that? also, what does the status say? and at what stage does it fail? apa
  15. I've given you a 24h trial, enjoy! apa
  16. 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
  17. Sure haha, I've given you a 6hour trial. Enjoy! apa
  18. 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
  19. Gave you a 24h trial, enojoy! ) apa
  20. Nope, sometimes if you're unlucky they can jump straight for the perm ban (more likely on newer accounts / f2p I guess) apa
  21. Hey guys! Sorry for the very late replies, for some reason I stopped getting notifications when people posted on this thread (sucks ). I believe this issue has been fixed with the latest client releases, but please can you confirm this for me? thanks! I believe that is a client issue, luckily randoms don't need to be dismissed and they just dissapear by themselves after a few seconds. It seems by looking at this post that the devs have fixed the issue and it should be all solved in the latest client revision as well. http://osbot.org/forum/topic/87645-dissmiss-random/page-3 apa
  22. That can happen. Or, you can get a 2day ban first. Or you can stay completely safe. It's anyone's guess as to what happens. Your best bet is to bot safely by taking frequent breaks, playing inbetween, and potentially using mirror mode if you can afford the vip fee. apa
  23. done, enjoy! apa
  24. np haha! glad we got the issue resolved. apa
  25. ah, I see! that clears things up. Thanks for informing me of this! and appreciate the purchase apa
×
×
  • Create New...