Everything posted by Khaleesi
- MirrorClient v1.055
-
Khal AIO RuneCrafter
If you can read how to setup: Place every item required by the script at the top of a tab. This will mean you have to reoder the bank to actually run the script. This is to prevent osbot from getting tuck in banking, it fails to scroll sometimes. Sometimes it doesn't click items what are visible for 50%. Causing it to idle... Making something like you suggest sounds good, but in reality it's annoying to code and will most likely mess up something else afterwards ... but I'll take a look at it and see what I can do. Khaleesi
-
Khal Pest Control
Use fixed mode ... hehe
-
Khal AIO RuneCrafter
Client is broken and logging in isn't possible atm. Post in the client bug report forum.
-
Khal Pest Control
Use mirror mode bro, normal client will get you banned on 99% of scripts, fairly easy. OSBot just had a major downtime and update, I'll look into this and see whats causing it
-
Khal AIO Agility
That is a nice amount of graces
-
June 2-3 2015 (Bans)
Haven't been banned. You're just unlucky or not botting very smart Khaleesi's School of Pro Tips: - Don't bot overnight on Wednesdays if you're not going to be on around ~12 PM GMT to stop your bot. RS Updates happen around that time on EVERY Thursday.
-
How to access mirror client?
VIP+ just means higher then vip. So sponsers, scripters ...
-
Ban
Scripts aren't in 95% of the cases not the reason why your account get banned... There are some expections if you get stuck for a few hours etc etc. If you are training combat, bann rates will be way way lower then skils like wc, fishing agil, mining, smith ... Most people botting combat are not goldfarming, so less issue for jagex but remember that botting will soon or later always will get you banned Khaleesi
-
Mapping walkable tiles
Here: static final int UNWALKABLE = 256 | 0x200000 | 0x40000; public static boolean isWalkable(int flag) { return (flag & (UNWALKABLE)) == 0; } XClippingPlane[] clippingPlanes = script.client.accessor.getClippingPlanes(); int[][] map = clippingPlanes[script.myPlayer().getZ()].getTileFlags(); for(int i = 0; i < map.length;i++){ for(int j = 0; j < map[i].length; j++){ if(isWalkable(map[i][j])) //store in list? } } Could be typos in it, typed quickly in here. That's what you wanted to do right? Khaleesi
-
Mapping walkable tiles
Here: static final int UNWALKABLE = 256 | 0x200000 | 0x40000; public static boolean isWalkable(int flag) { return (flag & (UNWALKABLE)) == 0; } XClippingPlane[] clippingPlanes = script.client.accessor.getClippingPlanes(); int[][] map = clippingPlanes[script.myPlayer().getZ()].getTileFlags(); Now just loop through all tiles and check them Khaleesi Not true, if you use the right values the shared flags won't matter. A tile where a door is on is always walkable. but you'll have to check other flags if you can pass from 1 tile to another. Example fence: you can stand on both tiles, 1 tile will hold info if the tile is blocked north,east,south,west. Khaleesi
-
Get the fonts used in RS?
Check out the "Menu" class. Pretty sure you can get a bounding rectangle around the action you need. Khaleesi
-
Get the fonts used in RS?
hmm I never tried this before. For what purpose would you need this ? Khaleesi
- Khal Blast Furnace
-
Khal Blast Furnace
Hurts to hear but look at the gains you made in meantime xD Was it worth making the accounts? Worth to make new accs? ;) Khaleesi
-
Khal Blast Furnace
Fixing pipes and peddling are the most important to do Since pures will be pumping at bf a lot ... so it's most of the time occupied anyway. Khaleesi
-
Khal Pest Control
Script updated to V0.06: - Able to only attack monsters at portals - added a 3rd mode. (Repairing objects) Thi has been made without testing, since client is offline ... As soon as it is online, I'll test run and push the update! Khaleesi
-
Khal Pest Control
I'll see if I can make something in the GUI to only attack monsters Khaleesi
-
Khal Pest Control
I don't get what you are trying to say here ... It does attack monsters if the portal isn't open ... I get like 700+ dmg count on my main every game.
-
Resizeable in 5 minutes!
that's sweet ;)
-
Question regarding Internet speed
gg wp ... I started to play LOL too ;)
-
Question regarding Internet speed
This could be an issue at the sever you are downloading from... Try another mirror or link?
-
Yay! The spam is real! #3000
You have no idea ...
-
Yay! The spam is real! #3000
No idea what you mean thx
-
Yay! The spam is real! #3000
@@Shakur Gotta love these posts! 3k posts Don't forget to request your FREE scripttrials here: http://osbot.org/forum/topic/66292-khal-scripts-request-your-free-trials-here/page-1 Enjoy botting! Khaleesi