Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27098
  • Joined

  • Last visited

  • Days Won

    215
  • Feedback

    100%

Everything posted by Khaleesi

  1. VIP+ just means higher then vip. So sponsers, scripters ...
  2. 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
  3. 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
  4. 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
  5. Check out the "Menu" class. Pretty sure you can get a bounding rectangle around the action you need. Khaleesi
  6. hmm I never tried this before. For what purpose would you need this ? Khaleesi
  7. 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
  8. 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
  9. 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
  10. I'll see if I can make something in the GUI to only attack monsters Khaleesi
  11. 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.
  12. gg wp ... I started to play LOL too ;)
  13. This could be an issue at the sever you are downloading from... Try another mirror or link?
  14. @@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
  15. Just close or hide the window I understand the issue ^^
  16. Mirror client Luckily this doesn't happen too often. Just make sure you start the script with a few loads of coal loaded (2-4 inventories) and you'll be just fine, worst case scenario you might make an inventory of iron (if you're trying to make steel), no biggie.
  17. #1 sold script of all time is APA Rock Crabs. If you're in need of any of my scripts, click my signature and you can request a free trial before purchase
×
×
  • Create New...