Jump to content

Cloxygen

Scripter II
  • Posts

    108
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Cloxygen

  1. I can but I don't have an account with karamja gloves so you have to wait for me to get them
  2. The code is fixed, but the Osbot guys have to approve the commit. Pretty sure they do it once a day. No, you gotta do that yourself, sorry.
  3. ok, thanks. i'll look at it Edit: Should be fixed when it updates.
  4. If you want to place it in the same tile you took it from you can store the position before you pick it up like this GroundItem groundItem; Position itemPosition; groundItem = getGroundItems().closest(e -> e != null && e.getName().contains("Bird snare")); if(groundItem != null) { itemPosition = groundItem.getPosition(); groundItem.interact("Take"); } Or you can make an array of positions around your character when the script starts and check to see if there is a snare in them with RS2Object getPosition() on nearby snares. You would also want to track which snares were yours incase someone started laying traps in your positions.
  5. It doesn't work with essence. this one does, not mine, but it's good. Were you using a slow connection? I can't reproduce either of these issues. If they happen every time could you maybe record it and send it to me?
  6. It should bank in F2P now, the update took some time to go through. Can you tell me where you're mining?
  7. Sorry, last update messed up mining guild. I fixed it though
  8. Just submitted update, fixed this and some other bugs. Also new paint.
  9. Can you screen cap the error message?
  10. does it not already work in there?
  11. Thanks for this. Currently the script will not start without a pickaxe and I have a whitelist of items not to be dropped/deposited. But I will add a check for pickaxe that runs with the script.
  12. Yes it will work in Rimmington. In Al kharid it's probably be because the duel arena bank is actually closer. The webwalker automatically calculates the closest bank (actual walking distance not a straight line), so i can't say for sure, but I would trust it.
  13. thanks for the feedback. I haven't seen any evidence that anti-ban has any impact on ban rates, but it will have an impact on the speed of the bot. Scripts are not allowed to contain optional anti-ban so I chose to exclude it. Sorry.
  14. I added code to fix this but it might still be bugged. I will look into it again. I don't have an account with karamja 3 gloves, I will add as soon as I get one
  15. didn't know there was an underground part lol. ill add this
  16. Its a button, did you click it?
  17. I will look into this.
  18. there is one, top right corner
  19. I think I fixed the tile issue, you should now return to the tile you started on (when the script is next updated).
  20. Thanks for the feedback. This should be fixed next time the script is updated
  21. It should already support mining guild. if it doesn't for you, can you send me specifics and ill try to see why Edit: the script will work in all parts of the mining guild whenever the update goes through.
×
×
  • Create New...