Khaleesi
Script Officer
-
Joined
-
Last visited
-
Currently
Viewing Forums Index
Everything posted by Khaleesi
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
-
Got mule account banned, some questions!
It's ok becarefull botting on your main if a botting account got banned on the same IP. They might have flagged the IP and your main has a higher chance of getting banned Khaleesi
-
Got mule account banned, some questions!
Your missing the point here i think. Bot account: bots gold -> trades to Mule Mule: ONLY holds gold A mule only holds gold, it doesn't bot gold ... why would you risk all the gold on your mule? Khaleesi
-
Thinking of creating an insurance program for runescape services?
Insurance companys are all bullshiet ... They are happy to receive, but once htey have to pay they will come up with some crappy reason not to... Good idea though ;)
-
Khal Pest Control
Sure you got 6 hours trial Have fun!
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
-
Khal AIO RuneCrafter
Read this: http://osbot.org/forum/topic/71785-script-loader/ They are working on this issue. regards Khaleesi
-
Khal Pest Control
Is this a question or is it a statement you make? Khaleesi
-
Khal AIO Agility
Read this: http://osbot.org/forum/topic/71785-script-loader/ Thx , Khaleesi
-
When you block someone, remove their ability to post on your threads
I think that is a good suggestion. Support +1
-
Intel Yew Chopper [Draynor Village]
The method to parse runtime to a string can be much easier: If you want days added, you'll have to rewrite it a bit ^^ public static String formatTime(long ms) { long sec = ms / 1000L; return String.format("%02d:%02d:%02d", new Object[] { Long.valueOf(sec / 3600L), Long.valueOf((sec % 3600L) / 60L), Long.valueOf(sec % 60L) }); } Why is this code in Onstart? Don't think you need that ^^ timeRan = System.currentTimeMillis() - this.timeBegan; Try to use more random things instead just 1 number. if (YEW1_AREA.contains(myPlayer())) { getCamera().moveYaw(0); getCamera().movePitch(60); } if (YEW2_AREA.contains(myPlayer())) { getCamera().moveYaw(190); getCamera().movePitch(45); } Looks good for the other things, Botre posted some other information ^^ Khaleesi
-
Khal Pest Control
Why does everybody keep asking: - Is this still working? - is this up-to-date? Ofcourse it works ... Why would it be on the store if it didn't work? Khaleesi
-
Two questions
Don't think it's in Osbot API.. Why do you need a clients API for that? it's basic Java, you can make it yourself in 5 minutes.. Khaleesi
-
Khal Pest Control
Sure, you have 6 hours ^^ Khaleesi
-
Serious Discussion
Its not possible to create a script that is 100% flawless. In theory it would be 100% flawless, but a script is not a human, so it will fail if anything happends that's not meant to be. All we can do is make it as good as possible ^^ Khaleesi
- Script Loader
-
Khal Pest Control
Sure you got 6 hours Enjoy!
-
Khal AIO RuneCrafter
I did push it around 10 hours ago, but currently the SDN is having some issues. Check for V0.42 in the paint Khaleesi
-
Khal AIO Agility
It's is a SDN error, check the forum annoucements The devs are working on a fix for this. Khaleesi
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
-
Khal Blast Furnace
It's indeed a SDN issue, Devs are working on a fix. Khaleesi
-
Khal Pest Control
How in the hell can it be outdated sometimes? whut? This is being updated weekly... If you have any issues, use the bug report template. Khaleesi
-
Khal Blast Furnace
Check under "proggies", @LeBron posted one with addy bars. Khaleesi
-
Khal Woodcutter
Done Location? Logs? Errors at console? Try restarting client
-
Khal AIO RuneCrafter
Script updated to V0.42: - Fixed issue while taking off glory with full inventory - Fixed issue, when getting off path at wildy ditch - Fixed issue with earth talisman at lava runes - Fixed getting stuck in abyss - Improved emptying pouches - Failsafe at astrals if accidently switched magic book to "Normal" switch back. If you have more bug reports, please let me know. Enjoy! Khaleesi