Everything posted by Nitrousek
- Intellij is rude
-
Someone give me an acoustic cover playlist
If you took boobs out of life equation, it'd suck as well. What you are proposing goes against the nature, so the answer is no.
-
... per hour giving negative ammount?
veryshort planksPerHour = (veryshort)(3600000d * planksCreated / System.currentTimeMillis() - startTime); Your short actually wouldn't work if he started the script and crafted items instantly // for many scripts
-
... per hour giving negative ammount?
He can hold planksPerHour as integer, there's no need for long, as it won't even exceed 2k. Also, he doesn't need to reverse order, if he changed the number to double. (3600000.0) or (3600000d). The resulting double will be converted back to integer without any problems. int planksPerHour = (int)(3600000d * planksCreated / System.currentTimeMillis() - startTime);
-
... per hour giving negative ammount?
Yes, and my method would work just fine, if you care to test.
-
OSBot 2 Pathing Method.
You don't need to grab the x,y in the position, you need to: 1. grab the position from position[] 2. check the current closest position from that array and assume it's your position (so now check the array starting from this position and find closest) 3. then walk the next position, (if it exists and if your distance from the last position is bigger than X) All you need to do this is: Simple Position(parameter Position[]) and void (parameter Position[]) functions. 2 Simple for loops. map.distance(position) map.walk(position) If you really want to you can also use canReach. You should probably also make it not spam-click too much. That's how I'd do it anyway. If you still can't do it you can contact me on PM, with any scraps that you've been trying.
-
... per hour giving negative ammount?
That's what she did.
-
... per hour giving negative ammount?
Don't listen to this guy ^, just use my method, should work. If it doesn't something is wrong with something else you have not shown.
-
... per hour giving negative ammount?
public int getPerHour(int value) { if (System.currentTimeMillis() - startTime > 0) { return (int) (value * 3600000d / System.currentTimeMillis() - startTime); } else { return 0; } } and use in onPaint() like this: g.drawString("" + getPerHour(planksCreated), x,y);
-
... per hour giving negative ammount?
You have not supplied enough information. Also, I'm assuming that's not everything you have for determining planksCreated planksCreated += client.getInventory().getAmount(userChoiceP); You haven't even shown us what data types those all are.
-
Banned 1.3m flax
Mother of dragons uses dragons to pick dem flag, easy, 100k flax/ph right?
-
Precise Air Orbs Free Trials - First 5 to Post
Hey, how hard are they to sell / what are they used for?
-
Dex = Graphics god
She hot? Give me number pls... PS. I'm kinda rich, so give her a good word about me ;D.
-
Dex = Graphics god
I am the graphics god, he's at best my apprentice. Especially when it comes to animation, lols.
-
So I cleaned my room today...
OMG I ALWAYS NEEDED THOSE TO CREATE MY SCRIPTS BASED ON HEIGHT AND WEIGHT OF NPCS... BUYING NOW.
-
Girls making out with girls
or is a PLAYA! (who will soon lose his gf)
-
Selling Bonds 900K Each
bought 2 bonds, ty.
-
How do I add proxy to OSBOT
socks5 proxies are supported by OSBot.
-
The Great Transition Forward - OSBot 2
Well, if they don't fix it, I'm not gonna release the script. I don't see the point in transition when I'm supposed to work on something that simply doesn't work.
-
The Great Transition Forward - OSBot 2
Just converted one of my smaller scripts - Tutorial island script - for OSBot 2. Took me about several hours to get a hang of the API. Another several to actually change the code. Now, after all this time, I run the script to see how it runs. I seriously was naive enough to believe it would run. Well, it doesn't. ColorPickers method, isColorAt() - http://osbot.org/osbot2_api/org/osbot/rs07/api/ColorPicker.html Does not work (throws more nullpointers then me searching for my biological parents). java.lang.NullPointerException at org.osbot.rs07.api.ColorPicker.isColorAt(jf:41) My script is entirely based on ColorPicker.
-
The Great Transition Forward - OSBot 2
What world do you live in Gilgad XD? Equivalent would mean that's the same script, by the same script maker. No one would make a slayer script in that case (no one makes it anyway due to the work needed).
-
[How & Why] Mouse Algorithm Alternative! [Make your scripts less detectable!]
Very interesting, +1.
-
still no banerino
It's okay, you'll go to sleep, then you'll try to login, then suprise suprise.
-
NKTutorialIsland - project
That's what she said. But yeah, I'm still tweaking stuff ^^.
-
NKTutorialIsland - project
Currently it's just a beta. Everyone who purchased any of my script worth more than one buck, can claim this script from me for free by contacting my skype: Ja5io1 Other than that, once I build this script into something bigger than just tutorial island, for example, when it also has options to suicide combat on goblins, train on chickens, fish some fish and woodcut nearby trees after finishing tutorial island, I'll release this as a script which will start people their new accounts without any hassle. Would most likely cost about $3 to $4. Video of it handling tutorial island coming in few minutes: 6:25 tutorial island, not bad huh?