Jump to content

ez11

Scripter II
  • Posts

    3685
  • Joined

  • Last visited

  • Days Won

    13
  • Feedback

    100%

Everything posted by ez11

  1. There are a lot of ways to filter stuff, thats just a quick way to filter the closest object that meets the criteria. You could also filter for .hasAction() or pretty much anything else. Just google "osbot filter" for more info/examples
  2. Use filters: getObjects().closest(o -> o.getname.equals("Rock") && o.getPosition().equals(POSITION))
  3. ez11

    ezCannon

    I just tested it and they are working properly on the sdn version. Dont forget to click the checkbox. The number you select is the number of cannonballs left in the cannon, not the amount of cannonballs fired. Also keep in mind it takes at minimum 1 gametick (600ms) before your interaction is even registered in the game and it takes time to walk over and interact with the cannon and your cannon will keep shooting during that time, so if your refill threshhold is just barely above an empty cannon the cannon might go empty by the time the script actually walks over to refill.
  4. ez11

    ezCrabs

    I believe deleting your Osbot folder (c/users/Osbot) should fix this. Make sure to copy any settings/local scripts before deleting the folder
  5. ez11

    ezCrabs

    Which osbot version are you using? The current version or the dev build? It seems to be some sort of client issue. Have you restarted the client already? Are you doing anything not normal (like running on a virtual machine)?
  6. It just shows you won that fightpits minigame https://oldschool.runescape.wiki/w/TzHaar_Fight_Pit#Reward
  7. What exactly do you need that isnt already on their website?
  8. Forum got an update and is now currently still WIP
  9. ez11

    ezCannon

    v1.4: added some failsafes so script wont stop because the client loads the inventory to slow after logging in, should be live in 24h
  10. ez11

    ezCrabs

    v.2.05: Fixed bug that made script attacking crabs on other spots not work properly, improved worldhopping to work consistently and added another area for resetting at sandcrabs so resetting should be faster at those spots. As usual updates should be live within 24h
  11. ez11

    ezCrabs

    Please dm me screenshots of the settings you used so i can take a look at it or message me on discord ez11#6553
  12. ez11

    ezCannon

    Yes it works, but you should just dm a mod to get your old account back. Activated 1h trial in the meantime.
  13. I heard chris' dragon killer script is excellent
  14. ez11

    ezCannon

    Thanks for letting me know, will take a look and get this fixed after the weekend
  15. have you tried not doing tutorial island on a proxy?
  16. ez11

    ezCrabs

    Not planning on adding that anytime soon
  17. 1. the return value is how long the script waits between the loops, so every time your script loops its going to wait for 5-10sec based on your code. 2. You have no sleeps at all in your script so it will try to do everything as soon as possible but it takes a minimum of 1tick (0.6s) before anything changes ingame for most things, so your 2nd if statement is simply going to be false on the first loop read this, especially the sleep part
  18. That would be functionally the exact same as using google to find some random free proxy, so I dont see why you think this would benefit you in any way?
×
×
  • Create New...