Everything posted by Khaleesi
-
Khal AIO Plankmaker
Ya this is on my todo list
-
Khal Fishing Trawler
No trials on this script
- Khal Wintertodt
-
Khal AIO Fisher
Enjoy the trial!
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
-
Khal AIO Plankmaker
No, you can use my magic script for that though
- Khal Tutorial Island
-
Khal AIO Fletcher
Sure! Enjoy
-
Khal Tutorial Island
I ran 50 accs through it over the past 3-4 days and it didn't get stuck once. If you encounter this issues again, provide a proper screenshot with the script paint visible so I can see what step it's doing and also a screenshot with the paint hidden so I can see what is in the chatbox.
-
java or javascript
You cna learn the basics while scripting but then you might give up quickly due to frustration But ya just learn some basic java
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
-
java or javascript
If you know some of the basics you can already start playing with some stuff
-
Khal Warrior Guild
Both are good examples of a bugged mirror client, restart it and it should be fixed
- Khal Motherlode
- Khal Tutorial Island
-
My script seems to stop immediately and I'm not sure why
You should be doing this in your onLoop int MyAttackLvl = getSkills().getDynamic(Skill.ATTACK); int MyDefenceLvl = getSkills().getDynamic(Skill.DEFENCE);
-
Khal Tutorial Island
Check the OSBot logger for more info
- Khal AIO Thieving
- Khal AIO Thieving
-
Khal AIO Fisher
1. Why are you commenting on the fisher topic if you post has nothing to do with the script? 2. I can bann whoever I want and whenever I want in my discord. It's a community to support people that use my scripts and love botting, toxic behaviour has no place in there. 3. If I would show your chat/behaviour from my discord in public here people would laugh in your face, stop acting like a 16y old.
-
Trying to get the stock of an item in the store but getting java.lang.NullPointerException
Might not be related to your problem but make sure to always null check before using am interact option. NPC Shopkeeper = npcs.closest("Shop npc"); Shopkeeper.interact("Trade"); Should be: NPC Shopkeeper = npcs.closest("Shop npc"); if(shopkeeper != null){ Shopkeeper.interact("Trade"); ... } For the rest, on what line are you getting an NPE?
- Khal Guardians Of The Rift
-
Khal Guardians Of The Rift
Should never be an issue, where does it get stuck for you?
- Khal AIO Plankmaker