Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27478
  • Joined

  • Last visited

  • Days Won

    222
  • Feedback

    100%

Everything posted by Khaleesi

  1. It can enter the minigame at all time nowdays, so no reason to afk there Provide screenshots when it's in that state please As i'm running this a lot myself and I'm noy seeing any issues at this point.
  2. No trials on this script Too much abuse
  3. Well if you are defending knights and there are no monsters attacking it's normal it afks ... well doing portals it should never afks, there is always monsters to kill and if the portal falls it moves to another one
  4. Ya needs to be unchecked, else it;s really really slow I can add a check for it
  5. yes you can select those from the teleport dropdown
  6. camera movement is one of the obvious ways to catch a bot ... we are not botting in 2015 any more where doing random stuff actually worked Things have changed, the best antiban is not to get stuck and mix up tasks and take enough breaks
  7. Sure! Enjoy
  8. Well i tried every option possible and it's working fine here, please provide me your setup and screenshots when it's stuck at the bank for you so I can see what's going on. That way I can have a better look what's going on, you can always hit me up on discord! Link is on the first post of this topic
  9. no trials on this script sorry
  10. Enjoy the trial!
  11. No sorry, but there is always the possibility to queue it with other scripts to automate it
  12. Well hit and miss does not exist in programming xD It either works or it doesn't Code doesn't live it's own live though
  13. No, but I think he is taking about the cooking widget after pressing Cook on a fire/stove
  14. Like it says, you need OSBot VIp rank to run multiple bots at once
  15. You can open the widget explorer, client debug and then widgets If you also check the wiodgets checkbox you can find the root and child/grandchild id and enter it in the explorer to see text and actions and all other info about a certain widget Sometimes ther eis multiple on a certain position so u gotta try to find the correct one Does that answer your question?
  16. No sorry
  17. Have fun!
  18. 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
  19. 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())); } } } } }
  20. 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
  21. 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
  22. Have fun!
  23. Checking it out
×
×
  • Create New...