Everything posted by Botre
-
How hard is it to make this?
We scripters have debates almost on a daily basis in our private section, sometimes with polls and stuff like that. The thing is, this is not a democracy AT ALL, we have no say AT ALL, and there's pretty much nothing we can do in order to obtain what the majority of us wants. Polls get closed down or ignored, favoritism reigns, threads get locked, the people in charge just won't listen to us let alone join the debate'. I guess we could go on a strike, but I don't see that happening AT ALL either.
-
AIO Skills Dev Log
I will not be going with a JFrame-based info display instead of the traditional paint. In other words, I'll be using the traditional onscreen drawing ^^
-
How hard is it to make this?
If you make it a store buyer and sell would that bypass the rule ?
-
AIO Skills Dev Log
Yes I am. https://eclipse.org/cdt/ Just not for le java.
- AIO Skills Dev Log
-
AIO Skills Dev Log
AIO Skills I've decided to write one script that groups a couple of tasks: AIO minning. Soon© AIO smithing. Soon© AIO fishing. Soon© AIO cooking. Soon© AIO woodcutting. AIO firemaking. AIO fletching. AIO crafting. Soon© AIO agility. AIO thieving. Soon© (green: done, orange: in progress, red: not started) Based on recent discussions in the "Script developer" subforum I've decided to price this script 25$ one-time. The accumulated value of this script is 70$! But, because I grouped them, you and I will be able to get away with almost a 69% discount! The current list of skills is not definite, I will probably add other skills later on depending on demand, right now however (most) of these are my priority. ETA: expect a free one week beta mid - September.
-
So, first day of university!
Acquire the right ones for you ASAP (regular / efficient / personalized).
-
So, first day of university!
Be very careful. If you didn't acquire any study habits (or even the proper tools to study efficiently at all) or school discipline you're in for trouble. Go talk with someone at your school asap
-
Thieving Help (1st Script)
(Not written in an IDE, whatever) /* Global variables. */ private Optional<Entity> stall = Optional.empty(); private Position position = new Position(0, 0, 0); // Set this to the position of your stall. private Predicate<Entity> predicate = p -> p != null && p.exists() && p.getName().equals("Silk stall") && p.getPosition().equals(position); private Comparator<Entity> comparator = new Comparator<Entity>() { @Override public int compare(Entity a, Entity b) { return bs.getMap().distance(a.getPosition()) - bs.getMap().distance(b.getPosition()); } } /* Loop. */ @Override public int onLoop() { if(!stall.isPresent() || !predicate.test(stall.get()) { stall = getObjects().getAll().stream().filter(predicate).min(comparator); } else { stall.get().interact("Steal-from"); } return 1337; }
-
Banking script issue
You are passing an array to a method that only takes a String parameter. Possible solution: for(String f; food) { if(!getBank().contains(f)) continue; else { getBank().withdrawAll(f); break; } }
-
Am I going to die?
Call an ambulance you might be suffering an attack of extreme retardation.
-
New scripter hoping for acceptance ;D
Welcome
-
Basic JFrame animations
I really really like this tbh, I would probably prefer G2D buttons instead of the regular Swing ones (they look so 90s...), but I'm deffo going to give it a thorough look-through when I get some time ;)
-
Basic JFrame animations
Looks neato. However... Alpha-based animations Don't go there. Your CPU will thank me.
-
OSBot-Framework
"OSBot-Framework" Such catchiness and originality
-
POH Locations
Java won't ever remove primitives. Objects waste space, primitives don't, easy as that x) But at this level it probably doesn't matter.
-
POH Locations
You can use lambdas with the Filter class. Filter<RS2Object> lambda = o -> o != null && o.exists(); Filtering a Stream with a Predicate is more efficient than using a Filter on a List, hence the ew. Lambdas are just a matter of reducing verbosity :p Also, why are you boxing the ints ? Oo
- POH Locations
- POH Locations
-
Coming soon! \o/
Dang that account still alive ? Going strong much
-
NEED YO HELP!
"No lootski from otherskis brochachos, mucho sorry :s"
-
This pretty much summarizes my summer
Tony Soprano and Neil deGrasse Tyson are my friends shutup I can't even get started without the potential risk of opening something kinky "by accident". Downloading porn just ruins the whole experience. (I had to remove a lot of :doge:s sorry ) I wouldn't ever judge you for dressing up as @Mysteryy.
-
This pretty much summarizes my summer
Who needs friends outside OSBot anyways
-
farwell osbot...
- OSRS August ahead VS. OSBuddy
https://uk.linkedin.com/pub/james-thompson/42/b6/363 I'm not sure whether they are contractually connected, but it's probably in RSBuddy's best interest to not get on Jagex's bad side. All it would take for RSB to lose it's majority of users is for Jagex to make that client against the rules, so even without a contract they have plenty of leverage. - OSRS August ahead VS. OSBuddy