Everything posted by Khaleesi
- Jamez
-
Favorite movie of 2014?
Still need to see this movie Lucy was an amazing movie! Really loved that 1
-
50 Shades of Grey
100% my opinion Vene though some hard sex is kinky sometimes But this went a bit over the top for me ^^
-
Attack npc that is not under attack.
add -> !cow.isUnderAttack() You should be useing a Filter instead, this code willc ause the script to pause it the closest cow in underattack. use this: NPC cow = script.npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && (npc.getName().equals("Cow") || pc.getName().equals("Cow calf")) && !npc.isUnderAttack() && npc.getHealth() > 0; } }); You could also check death animation from the cow are check if the cow is over 0 health so it prevents clicking deaths cows. Goodluck
-
bank.depositAllExcept spam clicking deposit all button
What is your code to trigger this piece of code? Since this hasn't any issues in it. Khaleesi
-
What we will be bringing for F2P!
please add another 100
-
MoveMouseEvent[NullpointerException]
Yap had this issue too running my abyss script, Happends when entering abyss outerring. Even though the script just continues like nothing happends.
-
y i cant post?
Yes 100 posts required to participate! Goodluck
-
Khal Woodcutter
Wrong proggie in the post? That what you meant? Script has been updated to V0.03: - Fixed a bug where people get stuck updatirs at seers bank. - Improved solme walking
- Awkward...
- 1,000+
-
Alkarid Warrior script that banks?
Mine Khal warriors is coming soon ;)
-
Khal AIO RuneCrafter
I don't ahve acces to a slayer ring, if you can provide me some time on an account with a slayer ring acces i can make it Khaleesi
-
Khal AIO Fisher
Will be adding this very soon! Expect an update later tonight ;)
-
Walking doesnt work for me
but I only have trouble using Osbot classes, errors thrown, npes, glitchy stuff. I also use 5% of what the class has to over and since my Path can handle object and npcs to traverse... I just like to control everything #controlfreak xD
-
Walking doesnt work for me
Just make you own path class ... takes 15 min and you can control everything yourself.
-
Walking doesnt work for me
You waliking to a position or an entity?
-
Khal Woodcutter
I need to stop drinking xD I also gave you the woodcutting script now ;) Enjoy!
-
It's been a while...
fagex being fagex indeed
-
Just bought a script
What a moment, Needs some time to process, also try restarting client. If not solved within an hour contact a mod
-
#Dedication part II
07 jan 2015 OP xD only 1 online
-
Client is working for me
Lower the RAM you use try as low as possible, do this still occur then?
-
Get polygon of an object
Do you mean something like this? Draw method for a shape around the object: g.draw(object.getModel().getArea(object.getGridX(), object.getGridY(), myPlayer().getZ())); If this doesn't answer your question, try to look in the Model class for what you need. Khaleesi
-
Khal Woodcutter
Hello, Gave you a trial for 2 days. Don't forget to leave some feedback about the script ;) Khaleesi
-
Does anybody know if their are recent Ban's?
Don't bot on accounts you love xD You'll get banned probs