Everything posted by Khaleesi
- Khal Tithe Farm
-
Khal Pest Control
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
-
Khal AIO Fletcher
Ya needs to be unchecked, else it;s really really slow I can add a check for it
-
Nexus AIO Farmer
yes you can select those from the teleport dropdown
-
Khal Tithe Farm
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
- Khal Tithe Farm
-
Khal AIO Shop Buyer
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
-
Khal Fishing Trawler
no trials on this script sorry
-
Khal Guardians Of The Rift
Enjoy the trial!
-
Khal AIO Smither
No sorry, but there is always the possibility to queue it with other scripts to automate it
-
Khal AIO Shop Buyer
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 😉
-
Need help with Widgets
No, but I think he is taking about the cooking widget after pressing Cook on a fire/stove
-
Can only use (1) Jagex Account at a time....
Like it says, you need OSBot VIp rank to run multiple bots at once
-
Need help with Widgets
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?
- Khal AIO Hunter
- Khal Guardians Of The Rift
-
🔥 KHAL SCRIPTS TRIALS 🔥 HIGHEST QUALITY 🔥 BEST REVIEWS 🔥 LOWEST BANRATES 🔥 TRIALS AVAILABLE 🔥 DISCORD SUPPORT 🔥 ALMOST EVERY SKILL 🔥 CUSTOM BREAKMANAGER 🔥 DEDICATED SUPPORT
No trials on that script, sorry
-
vip
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
-
Nested ConditionalSleep?
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())); } } } } }
-
Khal Wintertodt
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
-
Khal AIO Shop Buyer
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
- Khal AIO Hunter
- Khal Wintertodt
- Khal AIO Agility
-
Khal Wintertodt
Can you try again? Running fine for me atm