Everything posted by Khaleesi
-
Khal AIO RuneCrafter
Script update to V0.14: - Fixed astrals teleporting, teleporting requires earth staff, earth battlestaff or mud staff. Script will take staff from bank the equip. - Fixed abyss randomly walking, now walks straight to the objects. - Improved interactiong with the objects in abyss. - Fixed Chaos altar not creating runes in altar. - now able to use glory(5) and (6). To do: - Fix glitchy mounted glory sometimes. - Food support inside abyss Kind regards khaleesi
-
Khal AIO RuneCrafter
This 1 is khal ? xD
-
Khal Essence Miner
Thats awkward, so it works now?
-
Khal Essence Miner
Where did you start the script?
-
MMORPG Web Design Showcase [SPEEDART]
This guys is amazing
-
Khal AIO RuneCrafter
Hello Yakuza, I've fixed the teleport yesterday, but didn't update the script yet. @Abyss, Can you get me a screenshot when this happends? when script doenst rotate camera for objects. @Chaos, Probably some minor flaw Script will be updated this evening! Khaleesi
-
WIN $100 - VOTE NOW
Why don't we use proxies? No login are authentication required xD Dutch OP!
-
Step It Up Mald
Almost reached 2k!
- Step It Up Mald
-
@Anne.
Wow your mom must really love you !
-
How nice can you be?
11/10 Would bang x3
- Need GFX!
-
Local clients
He has, then client throw a error: Could not load class: "blah blah" It was a script I made for him, i'll take a look whats wrong and keep you up-to-date!
-
Entities
RS2Object trapdoor = objects.closest("Trapdoor"); A better way to do this is: if (!myPlayer().isMoving() && inventory.contains("Bucket")) { RS2Object trapdoor = objects.closest("Trapdoor"); if (trapdoor != null) if (trapdoor.isVisible()) trapdoor.interact("Climb-down"); else camera.toEntity(trapdoor); } If you want a trapdoor on a specific position you have to use the Filter. This can filter out everything you want. Example: if (!myPlayer().isMoving() && inventory.contains("Bucket")) { RS2Object trapdoor = objects.closest(new Filter<RS2Object>(){ @Override public boolean match(RS2Object object) { return object != null && object.getName().equals("Trapdoor") && object.getPosition().equals(new Position(0, 0, 0)); }}); if (trapdoor != null) if (trapdoor.isVisible()) trapdoor.interact("Climb-down"); else camera.toEntity(trapdoor); } Goodluck! Khaleesi
-
Khal AIO RuneCrafter
OKk thx for the report, This is indeed glitchy, will get this sorted once I got home from work ! Khaleesi
-
Double Banned - F2P
ya now f2p came out bann rates are skyhigh Just give it some itme to calm down ^^
-
How do you pronounce
Something like: "Ardougne" ? xD
-
OSBot 2.3.31 - DepositBox, InteractionEvent
gg wp
-
MSwordies - Swordfish @ Karamja
Great start for first script, even though It can have some soem serious improvements Objects/npc: You should use null checks and checks if the object/npc visible, etc... This will thrown nullpointer exceptions once in a while, breaking your script. Don't use the ID's of npc's or objects, since they will chance once in a while. This will cause your script to break and you have to update the ID's Interfaces: Try to use interfaces to handle the chat, this will be 5-10 sec faster then yours. This could easy be messed up with some lagg though Even though i think it's a pretty good attempt for a first script! Goodluck Khaleesi
-
Khal AIO RuneCrafter
Ya got this reported too yesterday, Can you tell me in what direction your glory is located? Can you get me a printscreen from the osbot client (remove your name). Thx !
-
Khal Woodcutter
Script has been updated to V0.04! V0.04: - Added Port sarim Willows - Fixed too much walking with innteractions Kind regards Khaleesi
-
Khal AIO Fisher
Script updated twice today: V0.03: - Added Jatizso support V0.02: - Added Karamja F2p support (requires coins for boat) - Updated Shilo village - improved catherby Script has been updated to V0.04: V0.04: - Fixed traveling to karamja (when pirates treasure quest is not completed) - Karamja now using the depositbox at monks instead draynor bank Goodluck! Khaleesi
-
Khal AIO RuneCrafter
I've got no idea No clue about bans really I know runecrafting isn't that much high bann rate then common skills ^^
-
Khal AIO RuneCrafter
Could do, Will see what's the best option. Not sure if prayer is so important! Maybe just 2-3 food will be enough xD
-
Quick Ban High Rates Both Accounts Banned
don't tell us stuff we already know ^^