Jump to content

Khaleesi

Script Officer
  • Posts

    27587
  • Joined

  • Last visited

  • Days Won

    223
  • Feedback

    100%

Everything posted by Khaleesi

  1. No sorry
  2. Have fun!
  3. You can download teh client on top of the page or with this url: https://osbot.org/mvc/get try to open in a new tab if it doesn't work. To open the file make sure to have java 8 installed You can just google java 8 download and install it
  4. Not sure what you mean by nest a conditionalSleep, but I belive i know what you are trying to do Try to only do 1 action every loop to get a stable outcome the onLoop thread keeps on running so you should just interact with a widget when it's visible. Something like this: (Probably does not work as I don't know the exact texts and actions on the widget) @Override public int onLoop() { if (!myPlayer().isAnimating()) { RS2Object fire = getObjects().closest("Fire"); if (fire != null) { RS2Widget cookWidget = getCookingWidget(); if (isWidgetVisible(cookWidget)) { if (cookWidget.interact("Cook")) { ConditionalSleep2.sleep(5000, () -> !getInventory().contains("Raw trout") || !fire.exists())); } } else { if (fire.interact("Cook")) { ConditionalSleep2.sleep(5000, () -> isWidgetVisible(getCookingWidget())); } } } } }
  5. Looks like an issue with the stable build, was fixed in the dev build: (Should be stable build soon) Osbot does not trade scripts, and bans can always happen at some point, that the risk we take by botting Mix up tasks and settings and good breaks to stay more safe if you got a temporary ban the next usually is a perm
  6. You can already do that, you can choose what action to use when you add the item It's not possible to wait though as it will alays hop by default Checking it out, will keep you updated EDIT: Been testing it for a while and it's working just fine here, hopping and filling the coal bag just fine when inventory is full it fill the coal bag and buys more until inventory is full again before it starts banking. I would not recommend runing it mixed as it's hard to kepe track of coal and other ores. Use only Coal or only iron ore Restart your cleint and try running it again, make sure to check the coal bag option
  7. Have fun!
  8. Checking it out
  9. Enjoy!
  10. Can you try again? Running fine for me atm
  11. Don't think V1.24 is live yet though, might have been a client issue after all if all is good now
  12. Probably bcs V1.24 was not live yet, check it again
  13. Will have to check. I pushed a fix in V1.24, should fix your issue It's just a gui bug if you switched from stealth to mirror where menu invokes are enabled (which is not a thing on mirror mode)
  14. What is wrong with it? Running it now and it's been working fine for me. Tempoross had a gui bug, there is no pathing issues atm Fixed in V1.24 for you
  15. Added in V1.24, same for Jatix in Taverly Live in a few hours! Enjoy
  16. woot woot
  17. There is no known issues with the script for the past few years. Make sure to restart your cleint after yesterdays hame update so you have the latest version running. Provide proper info and screenshots if you believe you have an issue, without any of that I won't be able to help Feel free to contact me on discord for some quicker response time
  18. Yes will be added soon!
  19. Enjoy! You already have an expired trial on this script
  20. Goodluck on scripter! Feel free to ask questions if you are stuck ^^
  21. it is, but only agility tickets and no anti pk support Enjoy!
  22. Done, Enjoy
×
×
  • Create New...