Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26852
  • Joined

  • Last visited

  • Days Won

    212
  • Feedback

    100%

Everything posted by Khaleesi

  1. Ya I figured it would be something like that, have seen reports of items not being found when another tab was open in other scripts aswell. Should be fixed in the nw version, hopefully online in a few hours
  2. 1. If the portal is 5-10 sec away from spawning the bot will wait for it, not doing anything else. You want to avoid running around like a chicken without head Players using runelite know the timing aswell and thats the most efficient 2. This can only happen when the pouches are still full, it's impossible to ignore the pouches since they all have a empty or full state. Skipping them means they are in the other state 3. Same as 1. the time is calculated which the bot needs to fill up the pouches and inventory to craft, if there is not enough time left until next portal it will just do something else and wait for the portal. Everything in this minigame is based around those portals, depending on the pouches you use you will craft 1 or 2 trips between every portal, that's actually the most optomal way of doing it I will make it move right next to the barrier. I already walked closer but not the exact trow next to the barrier
  3. Khal Blastfurnace updated to V1.47: - Fixed dialogue to start Giant dwarf - Will now bank Noted items - Added check for multiple buckets or any other junk - Added hopping to a blastfurnace world when not in one - Coal bag rework, will also be filled in the bank from now on - Reworked some interactions to make it more humanlike at more efficient - More efficient potion drinking Will be live soon Enjoy!
  4. 1. Never saw this when I ran on injection, but will see what I can do 2. Fixed in next release 3. Added in next release 4. ID's are so 2005 Added in next release Trying to finish up some of the coal bag rework and I will release it.
  5. I don't get this post, 0 info given and can't see anything usefull either
  6. Thx for leaving feedback, I'm aware there are some things that need updating atm 1. Grabbing multiple buckets is a mirror issue where it does not load the inventory properly. Can't change anything to that. Hooking your mirror client properly is important else you will have tons of these issues. 2. Will check the chat with the boat guy, haven't test that in ages and if nobody reports it I assume it works fine. will eb fixed soon 3. I can add a check for a blast furnace world or add an option to hop to a certain world, I assumed a user would be able to to do that himself... 4. Nothing to with a String or ID check, I assumed if you run it from scratch it won't ever be in this state. but I can always add it, not a big deal either. I was already working on a rework becaus eover the time and tons of ORS updates things changed in BF Will include these points aswell!
  7. I'm not sure what you are talking about with this.. "that it didnt remove the Mouse and Keyboard input and turn them off." Explain?
  8. "Will be live soon" The update is pending, just gotta wait for osbot Enjoy!
  9. ohh, na that kind of shit doesn't happen on my scripts I gave you a trial, try it
  10. Khal Guardian of the Rift updated to V1.02: - Fixed repairing pouches at the end of the game - Added UIM mode (Does not use the deposit pool) - Drop runes added to the UI - Fixed CLI Will be live soon Enjoy!
  11. It can only go to the wrong course/rooftop if you make it go to the wrong course... so idk So the only question here is, will you be able to select the right course?
  12. Testing the final things, should be live later today Exp depends on the runes you can makes, the higher the runes the better the exp Mainly Natures, laws, deaths and bloods Also repairing barriers and assembeling guardiens gives a good amount of exp I cna take a look at that
  13. What I do is fetch the image from an url like imgur Save it in the Osbot/data folder and load it in next time, if it's not there download it again. 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); } return null; }
  14. It will ignore a rune it can't craft. based on RC level or quests completed to enter a altar
×
×
  • Create New...