Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27142
  • Joined

  • Last visited

  • Days Won

    216
  • Feedback

    100%

Everything posted by Khaleesi

  1. Enjoy! Enjoy! It does red chins in 6 different spotsm randomly picked by the bot, unless you are standing next to a spot then it will use that one I do not have an acc with those reqs yet, will take a look at it asap Priffdinas will also be added later today
  2. Yes you can use osbot with jagex accounts
  3. Try something like this in you onStart to load an image and draw that image in your onPaint public static File imageFile = new File(System.getProperty("user.home") + File.separator + "OSBot" + File.separator + "Data" + File.separator + "image.png"); try { BufferedImage image = ImageIO.read(imageFile); } catch (IOException e) { e.printStackTrace(); }
  4. If you are going to want to walk to a tile that's unwalkable you might run into these issues. For exmaple the tree position is obviously unwalkable as it's blocked by the tree. What you can do to solve this is either get a proper position or create a area around the position and walk to the area instead. Try something like this: Position treePosition = tree.getPosition(); Area treeArea = treePosition.getArea(3); getWalking().webWalk(treeArea);
  5. Enjoy! Enjoy! Does some stalls, fruit stall is included
  6. I can take a lok at that eventually
×
×
  • Create New...