Everything posted by Khaleesi
-
Khal AIO Agility
No I wwon't be adding high alch to this, it increases the bann rates way too much. I did multiple tests and it's not worth, you are better off training purely magic after doing agility Enjoy the trial
-
Khal AIO RuneCrafter
Enjoy! With seed pod I assume?
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
- Khal Fishing Trawler
-
Khal Motherlode
Ya but I was looking into increasing idles anyway, since I was comparing my reaction speed while doing somehting else compared to the current settings
-
Khal Motherlode
Will take a look at that, humanlike idles mimics the afk behaviour, like watching a movie and afking this. You think it should wait some more?
- Khal Motherlode
-
Question about a snippet of code
Was just giving an example. Just check if the object still exists in that case ^^ No need to make things hard, keep it simple and stupid. Never use Onmessage for this kind of things, not very reliable.
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
- Khal Fishing Trawler
- Khal Mort Myre Fungus
- Khal AIO RuneCrafter
-
Khal Tutorial Island
Show soms logs? Did you start the client with an acc and NOT defualt? Ya you can't use mirror, because of resizeable ...:/ True ^
-
Question about a snippet of code
That still has some flaws in it. Imagine the trapdoor already being open, you will never enter the trapdoor. You also need to null check in case the object was not found. Also some conditional sleeps makes it alot better ^^ You want to do something like this: RS2Object trapDoor = getObjects().closest("Trapdoor"); if (trapDoor != null) { if (trapDoor.hasAction("Open")) { if (trapDoor.interact("Open")) { new ConditionalSleep(7000) { @Override public boolean condition() { return trapDoor.hasAction("Climb-down"); } }.sleep(); } } else { Position prevPos = myPosition(); if (trapDoor.interact("Climb-down")) { new ConditionalSleep(5000) { @Override public boolean condition() { return myPosition().distance(prevPos) > 50 || myPosition().getZ() != prevPos.getZ(); } }.sleep(); } } }
-
Khal Wintertodt
Glad to hear! Yes banns can happen anytime unfortunately I can suggest you to take a lot of break, Read this: Preventing RS Botting Bans V3 - Botting & Bans - OSBot :: 2007 OSRS Botting Depending on how many you want I can take a look at a deal for you ^^ Join the discord for that
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
- Khal AIO Fisher
- Khal Tutorial Island
- Khal Pest Control
-
Khal AIO RuneCrafter
Khal Runecrafter (All in One) updated to V3.11: - Astral crafting should now check all staves - Rune pouch support for astrals, put rune pouch in your inventory if you want to use it. Will be live soon! Enjoy
-
Khal Warrior Guild
Let me know when something like this happens again
- Khal Blast Furnace
- Khal Wintertodt
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
- Khal AIO Fisher