Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/11/19 in Posts

  1. private List<Player> getPlayersAttackingPlayer(String playerName, int tileDistanceFromPlayer, ArrayList<String> friendNames){ Filter<Player> playerFilter = new Filter<Player>() { @Override public boolean match(Player player) { return !player.getName().equals(playerName) && myPlayer().getArea(tileDistanceFromPlayer).contains(player) && !friendNames.contains(player.getName()) && (player.getInteracting() != null) && player.getInteracting().getName().equals(playerName); } }; return getPlayers().filter(playerFilter); } If you are just trying to get one player, use Malcoms method instead, this one will be more performant heavy. Example Usage ArrayList<String> friendsNames = new ArrayList<>(); friendsNames.add("Bill"); List<Player> players; if((players = getPlayersAttackingPlayer(myPlayer().getName(), 20, friendsNames)) != null){ for(Player player : players){ log(player.getName()); } }
    2 points
  2. Brought to you by the #1 most sold script series on the market. Come and see why everyone's choosing Czar Scripts! This is the most advanced Agility bot you will find anywhere. BUY NOW $9.99 NEW! Added Both Wyrm Courses! SCRIPT INSTRUCTIONS Optimal Setup for the bot: Please set the mouse zoom to far away (to the left, like below) so that more obstacles can be seen in the view, and so the script can be more stable and reliable Also, make sure to have roofs toggled off (either go to settings tab or type ::toggleroof) for optimal results
    1 point
  3. Hey guys, thought I would give you a list of vets and why they are vets Decode - Super mod for multiple years Tom - Scripter, Active Chris - Scripter, Active, Ex Mod Ez11 - Scripter, Active Apaec - Scripter, Active Czar - Most premium scripts on the sdn for years Eagle Scripts - Scripter, Active Fruity - Scripter, Discord Helper, Active Pain - Long time user, semi active, high market cred Maldesto - Admin, Active Maxi - Owner Dbuffed - Active, Feedback, trial mod, chat box helper Mordred - Active, helpful Dex - Super mod for years, behind the scenes help, designer Th3 - Helped with multiple projects back in the day and promised he would always have vet for helping ProjectPact - Scripter, ex mod, long time user of osbot, active Any arguments I'm free to debate
    1 point
  4. How is everyone?
    1 point
  5. Saw an account almost identical to this one sold for 600m. Yours is definitely worth the same amount, if not even more. It depends on the buyer. An account of this stature would retain a base value of 600m regardless of your reputation; but there wouldn't be a lot of people who would be willing to pay the correct cost, and would rather lowball you because they know they are able to take advantage of the fact that you aren't tenured within these forums.
    1 point
  6. Bet you missed me
    1 point
  7. Nope I think you could organize a lot of banks in that 24 hours and not buy the script after
    1 point
  8. Id definitely go with powerfuls zulrah accounts. They reduce rare drop rates from 2/512 to 1/256.
    1 point
  9. Start the official osrs client first - 3rd party clients dont work - before loading osbots mirror mode.
    1 point
  10. Please update us on this progress.
    1 point
  11. 1 point
  12. 1 point
  13. 3 classes u can use to add a trail and a crusor Classes: Usage: global vars: private MouseTrail trail = new MouseTrail(0, 255, 255, 2000, this); private MouseCursor cursor = new MouseCursor(52, 4, Color.white, this); onPaint: public void onPaint(Graphics2D g){ trail.paint(g); cursor.paint(g); } Credit: swizzbeat -> cursor DarkMagican -> trail Original posts:
    1 point
  14. Yeah, that is snape grass with white lilies with 90+ farm. not using amulets of bounty at all Bot runs pretty flawlessly, I've had several 24H+ progs. 18k allotments and still no pet
    0 points
×
×
  • Create New...