Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26740
  • Joined

  • Last visited

  • Days Won

    212
  • Feedback

    100%

Everything posted by Khaleesi

  1. Ya needs to be unchecked, else it;s really really slow I can add a check for it
  2. yes you can select those from the teleport dropdown
  3. 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
  4. 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
  5. no trials on this script sorry
  6. No sorry, but there is always the possibility to queue it with other scripts to automate it
  7. 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
  8. No, but I think he is taking about the cooking widget after pressing Cook on a fire/stove
  9. Like it says, you need OSBot VIp rank to run multiple bots at once
  10. 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?
  11. 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
  12. 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())); } } } } }
  13. 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
  14. 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
  15. Can you try again? Running fine for me atm
  16. Don't think V1.24 is live yet though, might have been a client issue after all if all is good now
  17. Probably bcs V1.24 was not live yet, check it again
×
×
  • Create New...