Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26659
  • Joined

  • Last visited

  • Days Won

    209
  • Feedback

    100%

Everything posted by Khaleesi

  1. Having multiple OSBot accounts is against the rules and will lead to acc bans. Feel free ot DM me which account you would like to keep and all other will be banned. Enjoy!
  2. You already have an expired trial on this script
  3. Due to the game update of today, the script will nto work properly until the next update. Will get it updated asap! https://secure.runescape.com/m=news/project-rebalance-skilling--poll-81-mta-changes?oldschool=1
  4. I can take a look at that, I advise only using privates though. Or any specific reason why you are doing publics?
  5. Would be easier to see what's going on if you shared some of the code in your loading and drawing methods ^^ Imgur won't work, it's pretyt much broken for some reason. I would suggest fetching them from an url, ibb for example (https://nl.imgbb.com/) Best way is to save it in the OSBot/data folder and try to see if it's there else fetch and save it there to fetch from a url: public static BufferedImage getImage(Script script, String url) { try { return ImageIO.read(new URL(url)); } catch (IOException e) { script.log("Failed to load image with url: " + url); e.printStackTrace(); } return null; } Just do this in your onStart or something and save the image so it can be used by the onPaint
  6. It does not make compost in compost bins atm. IIT does logout and wait for plants to grow and continues when they are done
  7. Sure! Enjoy The first post has all the info
  8. Khal wintertodt updated to V2.45: - Added equip pyromancer gear on Start - Added Menu invokes - Changed some banking and minigame logic - Reordered GUI to make more sense Live soon! Enjoy
  9. Externally, and imgur is acting up lately so I would advise not to use that one That's probably also why they don;t load, bcs they are imgur links. Scripters have to update them
  10. The bot never breaks midgame, it always waits until the game is over anyway
  11. ya it does not bank in between steps on already started quests
  12. Enjoy! Check the logger, will tell you what item it is looking for?
  13. is there a point in even fishing/cooking those?
×
×
  • Create New...