Mr Pro Pop Posted September 30, 2016 Share Posted September 30, 2016 (edited) Hello guys, I have created this thread to ask all of you, What script does osbot needs ? Please feel free to request, Do not hesitate. All comments and suggestion/requests are allowed! Best regards, Mr Pro Pop. Edited September 30, 2016 by Mr Pro Pop Quote Link to comment Share on other sites More sharing options...
Krys Posted September 30, 2016 Share Posted September 30, 2016 aio gwd Quote Link to comment Share on other sites More sharing options...
Spookz Posted September 30, 2016 Share Posted September 30, 2016 something that stops me from logging out at sancrabs so i can reagro inclient autoclicker working tele tab scipt Quote Link to comment Share on other sites More sharing options...
Token Posted September 30, 2016 Share Posted September 30, 2016 profile pic uploader 2 Quote Link to comment Share on other sites More sharing options...
Antonio Kala Posted September 30, 2016 Share Posted September 30, 2016 how about you guys give real suggestions 1 Quote Link to comment Share on other sites More sharing options...
FrostBug Posted September 30, 2016 Share Posted September 30, 2016 Puro Puro Quote Link to comment Share on other sites More sharing options...
Salty as fuck Posted September 30, 2016 Share Posted September 30, 2016 aio gwd If I bothered to learn npc filtering for npcs that aren't in combat, I'd start on a free AIO GWD hint hint @@Token Quote Link to comment Share on other sites More sharing options...
melomel Posted September 30, 2016 Share Posted September 30, 2016 Agility pyramid, devoted safe cracker, rimmington gilded script with phials support, waterfall quester Quote Link to comment Share on other sites More sharing options...
Token Posted September 30, 2016 Share Posted September 30, 2016 If I bothered to learn npc filtering for npcs that aren't in combat, I'd start on a free AIO GWD hint hint @@Token List<NPC> noobs = npcs.getAll().stream().filter(n -> !n.isUnderAttack()).collect(Collectors.toList()); 1 Quote Link to comment Share on other sites More sharing options...
Mr Pro Pop Posted September 30, 2016 Author Share Posted September 30, 2016 If I bothered to learn npc filtering for npcs that aren't in combat, I'd start on a free AIO GWD hint hint @@Token Here is one, I hope it helps and sorry for my last post! public void Available() { List<NPC> npc = npcs.getAll(); for (NPC n : npc) { if (!n.isUnderAttack() && n.getHealthPercent() > 0) { npc.add(n); log(n.getName()); } } } Quote Link to comment Share on other sites More sharing options...
Salty as fuck Posted September 30, 2016 Share Posted September 30, 2016 List<NPC> noobs = npcs.getAll().stream().filter(n -> !n.isUnderAttack()).collect(Collectors.toList()); this is why i'm going to have your kids Here is one, I hope it helps and sorry for my last post! public void Available() { List<NPC> npc = npcs.getAll(); for (NPC n : npc) { if (!n.isUnderAttack() && n.getHealthPercent() > 0) { npc.add(n); log(n.getName()); } } } thx for the help, fam gonna go with token's method tho cause we're having babies soon 1 Quote Link to comment Share on other sites More sharing options...
Mr Pro Pop Posted September 30, 2016 Author Share Posted September 30, 2016 (edited) this is why i'm going to have your kids thx for the help, fam gonna go with token's method tho cause we're having babies soon @ As you like, Here is an improvement, List<NPC> npc = npcs.getAll(); for (NPC n : npc) { if (!n.isUnderAttack() && n.getHealthPercent() > 0) { npc.add(n); for (NPC e : npc) { e.interact("Action"); } } } } Edited September 30, 2016 by Mr Pro Pop Quote Link to comment Share on other sites More sharing options...
Fishing Posted September 30, 2016 Share Posted September 30, 2016 Corp killer 1 Quote Link to comment Share on other sites More sharing options...
Kim Posted September 30, 2016 Share Posted September 30, 2016 Ranarr farmer Quote Link to comment Share on other sites More sharing options...
ez11 Posted September 30, 2016 Share Posted September 30, 2016 a castle wars script Quote Link to comment Share on other sites More sharing options...