Everything posted by Prolax
-
macrocooker banned over night
Gotcha.
-
AutoFighter script not running smooth
Hmm, still attacks the npc twice. Anything I can add? public final class ProlaxAutoFighter extends Script { @Override public final int onLoop() throws InterruptedException { if (!"Seagull".equals(myPlayer().getInteracting()) && !getCombat().isFighting()) { attackNpc(); } return random(100,300); } public void attackNpc(){ NPC seagull = getNpcs().closest(npc -> npc.getName().equals("Seagull") && npc.isAttackable()); if (seagull != null && !seagull.isUnderAttack() && !seagull.isAnimating() && seagull.interact("Attack")) { new ConditionalSleep(5000) { @Override public boolean condition() { return myPlayer().isInteracting(seagull) || !seagull.isAttackable(); } }.sleep(); } } }
-
AutoFighter script not running smooth
Thanks a lot, good to learn. Is this if statement in the onLoop enough? The script clicks twice on the npc though, when attacking. Not sure why atm. public final class ProlaxAutoFighter extends Script { @Override public final int onLoop() throws InterruptedException { if(!myPlayer().isUnderAttack() && !getCombat().isFighting()) { attackNpc(); } return random(100,300); } public void attackNpc(){ NPC seagull = getNpcs().closest(npc -> npc.getName().equals("Seagull") && npc.isAttackable()); if (seagull != null && !seagull.isUnderAttack() && seagull.interact("Attack")) { new ConditionalSleep(5000) { @Override public boolean condition() { return myPlayer().isInteracting(seagull) || !seagull.isAttackable(); } }.sleep(); } } }
- Few Questions
-
AutoFighter script not running smooth
Thanks for the info. Final method: public void attackNpc(){ NPC seagull = getNpcs().closest("Seagull"); if(!seagull.isVisible()){ camera.toEntity(seagull); } if(!getCombat().isFighting() && !myPlayer().isUnderAttack() && seagull.exists() && !seagull.isUnderAttack() && seagull.getHealthPercent() > 70){ seagull.interact("Attack"); new ConditionalSleep(2000,500) { @Override public boolean condition() throws InterruptedException { return getCombat().isFighting() || seagull == null; } }.sleep(); } }
-
Few Questions
- How to implement 'Click here to continue' in your script? For example when you reached a level. - What is the best way to turn your camera when npc is not visible? camera.toEntity(target) ?
-
AutoFighter script not running smooth
Running ok now. Final method: What is a good way to turn camera to npc, when npc is not visible? public void attackNpc(){ NPC seagull = getNpcs().closest("Seagull"); if(!getCombat().isFighting() && !myPlayer().isUnderAttack() && myPlayer().getInteracting() == null && seagull.isAttackable() && seagull.exists() && seagull.isVisible()){ seagull.interact("Attack"); new ConditionalSleep(4000,500) { @Override public boolean condition() throws InterruptedException { return !seagull.exists() || seagull.isUnderAttack(); } }.sleep(); } }
-
AutoFighter script not running smooth
The actual problem is it sometimes spamclicks the npc 2-3 times. Probably something wrong with my conditional sleep public boolean condition() { return myPlayer().isAnimating() || !seagull.exists(); }
-
AutoFighter script not running smooth
I was only asking advice on this combat method. I deleted the other methods. I think states are not really needed, I'm just calling methods in my onLoop.
-
AutoFighter script not running smooth
My AutoFighter script is not running smooth. Is there something I can do to improve it? Here is the current script / method: public final class ProlaxAutoFighter extends Script { @Override public final int onLoop() throws InterruptedException { attackNpc(); return random(300,800); } public void attackNpc(){ NPC seagull = getNpcs().closest("Seagull"); if(!seagull.isVisible()) { camera.toEntity(seagull); } if(!myPlayer().isUnderAttack() && seagull.isAttackable() && seagull != null && seagull.exists()){ seagull.interact("Attack"); new ConditionalSleep(5000) { @Override public boolean condition() { return myPlayer().isAnimating() || !seagull.exists(); } }.sleep(); } } }
-
Damn Weath got me :/
Weath makes me wet. Haha. Ha.
-
Some people..
My Zulrah farm is on the list.
-
anything to do with a lost credit card?
Buy bonds on RuneScape on a few accounts.
-
An easier way to test my script?
You can export into the osbot directory.
- Has anyone ever botted to a 99?
-
Has anyone ever botted to a 99?
Mostly sand crabs, ankous. Didn't try NMZ.
-
Has anyone ever botted to a 99?
Highest I got on osrs on 3 different accounts: 96 str -> banned 90 str -> banned 94 fletch -> banned
-
Looking for a goldfarming partner :)
What you need help with? Scripts, account generator, database?
-
Would this account work for staking?
You're probably stuck at 'Hello World'.
-
Would this account work for staking?
Thanks for those random statistics. Mind sharing the source code of your calculators?
-
Would this account work for staking?
Thanks for this great advice. You know a lot about it.
-
Would this account work for staking?
Haven't staked in a while, not many stakers at 70-80 combat?
-
Would this account work for staking?
40 att 70 str 75 def 75 range 73 hp 1 pray The account would be 73 combat. I would range stake no arm, but with armadyl crossbow and dfs.
-
Other games to bot on
Since when is Fifa a mmorpg?
-
2M+/HOUR Money Making Guide FOR HOBOS
I buy of the chinese, 2 minutes work for 100m.