Everything posted by Khaleesi
- Khal AIO Agility
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
- Khal AIO Fighter
-
Khal Utilities
Use the shopbuyer for that
-
Khal AIO Shop Buyer
Yes it does ๐ Enjoy!
-
Khal Scurrius Rat King
1.I can take a look, but it should already do that 2. You only need a rune mace and 50k in the bank, I can;t think of any reason why it would stop if you have those int he bank and the option enabled
- Khal Guardians Of The Rift
- Khal AIO Fisher
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
- Khal Blast Furnace
- Khal Wintertodt
-
Failed to login. Please try again.
Well either way this should have nothing to do with osbot as logging in to an jagex acc ois somehting completely different. So if you are using a proxy it's probably no good... But feel free to share some screenshots of the exact error so we can have more details aswell
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
-
How can I improve?
I did some modifications on some parts and made some things simpler I did not test run it though ^^ import org.osbot.rs07.api.model.RS2Object; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.utility.ConditionalSleep2; import java.util.Arrays; import java.util.List; @ScriptManifest(author = "pupupot", info = "Mines Amethyst crystals and crafts dart tips", name = "Amethyst Minecraft", version = 1.2, logo = "") public class AmethystMinecraft extends Script { private final int AMETHYST_X = 3008; private final List<Integer> AMETHYST_Y = Arrays.asList(9710, 9711, 9712); // Y positions of amethyst crystals private final String AMETHYST_NAME = "Amethyst"; @Override public void onStart() { log("Script started. Let's get this bag."); } @Override public int onLoop() throws InterruptedException { log("Looking for the purple shit to start mining."); if (getInventory().getEmptySlots() <= 2) { craftDartTips(); return 1000; } RS2Object amethyst = getObjects().closest(obj -> obj != null && obj.getName().equals("Amethyst crystals") && obj.getX() == AMETHYST_X && AMETHYST_Y.contains(obj.getY())); if (amethyst != null) { if (amethyst.interact("Mine")) { log("Mining amethyst... Getting this money"); ConditionalSleep2.sleep(240_000, () -> !amethyst.exists() || amethyst.getName().equals("Empty wall")); } } return random(600, 700); // Return a short random delay before the next loop } private void craftDartTips() throws InterruptedException { // Check if chisel and amethyst are in inventory String CHISEL_NAME = "Chisel"; if (!getInventory().contains(CHISEL_NAME) || !getInventory().contains(AMETHYST_NAME)) { log("Cannot craft amethyst dart tips. Missing required items."); return; } // Try to get Widget by Text or spellname as the ids can change sometimes, don;t know the widget root, but here is an example //getWidgets().getWidgetContainingAction(270, "Make"); if (getWidgets().isVisible(270, 17)) { //Could also press spacebar on keyboard with the Keyboard class if (getWidgets().interact(270, 17, "Make")) { ConditionalSleep2.sleep(60_000, () -> !getInventory().contains(AMETHYST_NAME)); } return; } if (!getInventory().isItemSelected()) { if (getInventory().interact("Use", CHISEL_NAME)) { ConditionalSleep2.sleep(2500, () -> getInventory().isItemSelected()); } } else { if (getInventory().interact("Use", AMETHYST_NAME)) { ConditionalSleep2.sleep(5_000, () -> getWidgets().isVisible(270, 17)); } } } @Override public void onExit() { log("Script stopped. Later Nerd."); } }
-
Khal Motherlode
Ya mlm is being focused lately bcs there has been lots of bot farms in there Should get better soon ๐
- Khal AIO Thieving
-
starting the jar file says cannot connect to OS bot and to restart, help
Make sure to update your client
-
Anyone else having this issue?
Make sure to update your client:
-
Reported by a player
Nobody knows what they do with it, maybe they do, maybe they just ignore everything
-
Khal AIO Shop Buyer
What worlds do you have in your list to hop to? it fails to load the next one, can you let me know what is in the hop list for you? EDIT: I changed something in V1.18, shoudl fix this error Will be live soon
-
Khal Mort Myre Fungus
Will check it!
-
Khal Fishing Trawler
No trials on this script
-
Khal AIO Crafter
Khal crafter (All in One) updated to V3.14: - Added Drift net weaving Live soon! Enjoy
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
- Khal AIO Fletcher