Everything posted by Prolax
-
What would yall say, Is the best Script for money?
Brains, maybe in a next life.
-
How can you beat tree spirit without a staff - 2017 edition
- How can you beat tree spirit without a staff - 2017 edition
It's 2017, everybody should be perfect by now.- Uhm.. the fuck
That's a good way to end your RuneScape carreer.- Describe the person based on avatar.
Great scripter, should be rank II already.- Describe the person based on avatar.
Asked Donald Duck for anal (twice).- Describe the person based on avatar.
Still virgin.- Do you think Samsung will survive in the near future?
Too late for that, Android and iOS control the market.- Method to hover over next npc
Indeed, I noticed the same. Just a random delay or conditional sleep?- Method to hover over next npc
Thanks, it works!- Method to hover over next npc
Does anyone have a method to hover over next npc for a combat script? Or some advice on how to write my own method for this? Thanks!- Tasemu's Descrete Seagulls! | FREE | First Script | Open Source | CnC Welcomed!
For example in your onLoop, you just call the method attackNpc(), no need for states. But that's just how I prefer it. if (gull != null && !gull.isUnderAttack() && !gull.isHitBarVisible()) attackNpc(); } I tried the script, the attacking of the next seagull could be a bit faster. Very nice for your first script though.- Would you guys like G.E. Tutorial Island accounts?
Tutorial Island accounts 1 week old at lumbridge are 100k each. Walking to GE can be done in 1 line of code.- Tasemu's Descrete Seagulls! | FREE | First Script | Open Source | CnC Welcomed!
Instead of states you could just use methods. I'll test it today.- F2P Botting Journey (Well, an attempt)
Nice achievement, you going to continue till 99?- AutoFighter script not running smooth
public final class ProlaxAutoFighter extends Script { private NPC seagull; @Override public final int onLoop() throws InterruptedException { seagull = getNpcs().closest(npc -> npc.getName().equals("Seagull")); if (!myPlayer().isInteracting(seagull) && seagull != null && !seagull.isUnderAttack() && seagull.getHealthPercent() > 0 && !getCombat().isFighting()) { attackNpc(); } return random(100,300); } public void attackNpc(){ NPC seagull = getNpcs().closest(npc -> npc.getName().equals("Seagull")); seagull.interact("Attack"); new ConditionalSleep(3000,500) { @Override public boolean condition() { return seagull.getHealthPercent() == 0 || getCombat().isFighting() || seagull == null; } }.sleep(); } } Runs pretty good now. Is there any better way to store the seagull variable once?- Botting 70 71 70 to 70 99 70
Thanks for your amazing advice!- Botting 70 71 70 to 70 99 70
Currently have this stats on an account: 70 att 71 str 70 def I'd like to try and bot it to 99 str. I guess Dharok @ NMZ would be the best option?- anything to do with a lost credit card?
- anything to do with a lost credit card?
Even more retarded as I thought.- anything to do with a lost credit card?
"I done this hole my life bro" Haha. Ha. retard.- This is life with osrs
Too cool for school.- Road to 100% Botted G Maul Pure
Nice achievement, let us know when you reach it.- Few Questions
States make it messy. But that's my opinion.- Nightmare zone
You mostly use dharok afking I guess? - How can you beat tree spirit without a staff - 2017 edition