Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Prime Hunter FREE [Deleted]

Status
Not open for further replies.
Primate
Joined
Oct 30, 2014
Messages
3,376
just got this after five mins of running the script

java.lang.NullPointerException
at com.runemate.game.api.hybrid.location.Coordinate.equals(trb:511)
at productions.coconut.hunter.TrapSpot.containsTrapSpot(TrapSpot.java:36)
at productions.coconut.hunter.tasks.PickUpTrap.validate(PickUpTrap.java:27)
at productions.coconut.api.framework.DTaskScript$$Lambda$360/487209254.test(Unknown Source)
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.util.stream.ReferencePipeline.forEach(Unknown Source)
at productions.coconut.api.framework.DTaskScript.onLoop(DTaskScript.java:63)
at com.runemate.game.api.script.framework.LoopingScript.run(zpb:138)
at com.runemate.game.api.script.framework.AbstractScript.start(ftb:160)
at a.aI.run(hlb:7)
Is it occuring often?
 
Joined
Jan 18, 2015
Messages
156
Is it occuring often?

no not at all it was kinda random. Btw why not add action bar into the bot? if you put the trap for example at 1, it wil never have to click on the inv again. It just picks up traps and presses 1. IMO much faster.
 
Primate
Joined
Oct 30, 2014
Messages
3,376
no not at all it was kinda random. Btw why not add action bar into the bot? if you put the trap for example at 1, it wil never have to click on the inv again. It just picks up traps and presses 1. IMO much faster.
Can be done fairly easily, just didn't think about it because it was mainly made for OSRS.
 
Joined
Jan 18, 2015
Messages
156
Can be done fairly easily, just didn't think about it because it was mainly made for OSRS.

Would love to see that makes the bot slightly faster.

chin bot fail.png

btw it somestimes makes this fail, after this is clicks on the trap until the failed trap fell over. It almost never happands tho.
 
Primate
Joined
Oct 30, 2014
Messages
3,376
Would love to see that makes the bot slightly faster.

View attachment 49

btw it somestimes makes this fail, after this is clicks on the trap until the failed trap fell over. It almost never happands tho.
Try turning game messages on.

HKv2N4q.png
 
Joined
Jan 18, 2015
Messages
156
had this after a few hours of running the script today

java.lang.NullPointerException
at com.runemate.game.api.hybrid.location.Coordinate.equals(trb:511)
at productions.coconut.hunter.TrapSpot.containsTrapSpot(TrapSpot.java:36)
at productions.coconut.hunter.tasks.ReLayTrap.validate(ReLayTrap.java:28)
at productions.coconut.api.framework.DTaskScript$$Lambda$420/39063247.test(Unknown Source)
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.util.stream.ReferencePipeline.forEach(Unknown Source)
at productions.coconut.api.framework.DTaskScript.onLoop(DTaskScript.java:63)
at com.runemate.game.api.script.framework.LoopingScript.run(zpb:138)
at com.runemate.game.api.script.framework.AbstractScript.start(ftb:160)
at a.aI.run(hlb:7)
 
Joined
Jul 24, 2014
Messages
633
A suggestion to make it look (even) more human:
I noticed you make the mouse anticipate which next trap should be checked/picked up/removed/etc.
Well if you right click the trap instead of hovering over it, the drop down menu still should have the option to interact with the trap.
Currently the mouse hovers on the same spot, but if you complete an action like placing a trap, your character automatically moves one square away (south I believe?). This could be used to speed it up even more :)
 
Primate
Joined
Oct 30, 2014
Messages
3,376
A suggestion to make it look (even) more human:
I noticed you make the mouse anticipate which next trap should be checked/picked up/removed/etc.
Well if you right click the trap instead of hovering over it, the drop down menu still should have the option to interact with the trap.
Currently the mouse hovers on the same spot, but if you complete an action like placing a trap, your character automatically moves one square away (south I believe?). This could be used to speed it up even more :)
I did actually try before, and it seemed to mess up interaction a bit. Hovering was the more human-like option.
 

tim

Joined
Jan 22, 2015
Messages
142
I get this every 30 mins to an hour. Doing Red chins on rs3. Also get the same error when doing grey chins.

java.lang.NullPointerException
at productions.coconut.hunter.tasks.LayTrap.execute(LayTrap.java:50)
at productions.coconut.api.framework.DTaskScript$$Lambda$468/332362834.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.util.stream.ReferencePipeline.forEach(Unknown Source)
at productions.coconut.api.framework.DTaskScript.onLoop(DTaskScript.java:63)
at com.runemate.game.api.script.framework.LoopingScript.run(irb:25)
at com.runemate.game.api.script.framework.AbstractScript.start(qtb:26)
at a.PJ.run(egb:50)


edit/ Now that i have 80 hunter it seems to be running flawless. Haven't got the error since so it must be something to do with before 80.
 
Last edited:

tim

Joined
Jan 22, 2015
Messages
142
I literally have to baby sit this today.. It keeps setting up boxes in the wrong spot then tries to lay down one in the correct area. Which makes it stand there till the wrong one falls over. It's happening every couple mins.
 
Joined
Jan 17, 2015
Messages
1
struggling as i have used this bot since 60-99, its a great bot and all but lately i have just been receiving a message when i start it up, or leave it for 5 minutes, An unhand-led error has occurred.... have tried every setting, thanks!
 

tim

Joined
Jan 22, 2015
Messages
142
I keep getting this recurring error even after restarting the client and so forth.

java.util.concurrent.CancellationException
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at com.runemate.game.api.hybrid.local.Camera.turnTo(pob:188)
at productions.coconut.api.Antiban$1.run(Antiban.java:51)

edit/ seems to do it when it spins the camera.
 
Last edited:
Joined
Feb 17, 2015
Messages
112
Can someone help me out here. As soon as I run the script everything gets exremely laggy. Too laggy for the bot to even work.

EDIT: Nvm gave JRE a re-install and everything seems to be good.

EDIT2: This error message is popping up every 2-5mins

java.lang.NullPointerException
at productions.coconut.hunter.tasks.KillChin$1.accepts(KillChin.java:22)
at productions.coconut.hunter.tasks.KillChin$1.accepts(KillChin.java:18)
at com.runemate.game.api.hybrid.util.Filter.getAccepted(mfb:271)
at com.runemate.game.api.hybrid.queries.QueryBuilder.results(cub:271)
at productions.coconut.hunter.tasks.KillChin.validate(KillChin.java:55)
at productions.coconut.api.framework.DTaskScript$$Lambda$436/1941277575.test(Unknown Source)
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.util.stream.ReferencePipeline.forEach(Unknown Source)
at productions.coconut.api.framework.DTaskScript.onLoop(DTaskScript.java:63)
at com.runemate.game.api.script.framework.LoopingScript.run(uvb:5)
at com.runemate.game.api.script.framework.AbstractScript.start(rvb:58)
at a.nj.run(gjb:122)

Looks like such a good script though would love to see it fixed!
 
Last edited:
Primate
Joined
Oct 30, 2014
Messages
3,376
I get this every 30 mins to an hour. Doing Red chins on rs3. Also get the same error when doing grey chins.

java.lang.NullPointerException
at productions.coconut.hunter.tasks.LayTrap.execute(LayTrap.java:50)
at productions.coconut.api.framework.DTaskScript$$Lambda$468/332362834.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.util.stream.ReferencePipeline.forEach(Unknown Source)
at productions.coconut.api.framework.DTaskScript.onLoop(DTaskScript.java:63)
at com.runemate.game.api.script.framework.LoopingScript.run(irb:25)
at com.runemate.game.api.script.framework.AbstractScript.start(qtb:26)
at a.PJ.run(egb:50)


edit/ Now that i have 80 hunter it seems to be running flawless. Haven't got the error since so it must be something to do with before 80.

struggling as i have used this bot since 60-99, its a great bot and all but lately i have just been receiving a message when i start it up, or leave it for 5 minutes, An unhand-led error has occurred.... have tried every setting, thanks!

I keep getting this recurring error even after restarting the client and so forth.

java.util.concurrent.CancellationException
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at com.runemate.game.api.hybrid.local.Camera.turnTo(pob:188)
at productions.coconut.api.Antiban$1.run(Antiban.java:51)

edit/ seems to do it when it spins the camera.

The issue above also happens to me.

Can someone help me out here. As soon as I run the script everything gets exremely laggy. Too laggy for the bot to even work.

EDIT: Nvm gave JRE a re-install and everything seems to be good.

EDIT2: This error message is popping up every 2-5mins

java.lang.NullPointerException
at productions.coconut.hunter.tasks.KillChin$1.accepts(KillChin.java:22)
at productions.coconut.hunter.tasks.KillChin$1.accepts(KillChin.java:18)
at com.runemate.game.api.hybrid.util.Filter.getAccepted(mfb:271)
at com.runemate.game.api.hybrid.queries.QueryBuilder.results(cub:271)
at productions.coconut.hunter.tasks.KillChin.validate(KillChin.java:55)
at productions.coconut.api.framework.DTaskScript$$Lambda$436/1941277575.test(Unknown Source)
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.util.stream.ReferencePipeline.forEach(Unknown Source)
at productions.coconut.api.framework.DTaskScript.onLoop(DTaskScript.java:63)
at com.runemate.game.api.script.framework.LoopingScript.run(uvb:5)
at com.runemate.game.api.script.framework.AbstractScript.start(rvb:58)
at a.nj.run(gjb:122)

Looks like such a good script though would love to see it fixed!
Having a look right now.

Edit: Seems like nothing is wrong with the code to me. Although I do suggest disabling the chin killing feature (it's in beta, needs some work if not a rewrite).
 

tim

Joined
Jan 22, 2015
Messages
142
Don't know why then. I started it up when i woke up and still getting the error. I had everything disabled already. Didn't seem to start doing it till after Monday's rs update.
 
Primate
Joined
Oct 30, 2014
Messages
3,376
Don't know why then. I started it up when i woke up and still getting the error. I had everything disabled already. Didn't seem to start doing it till after Monday's rs update.
I found out why, just waiting for a push and then it should be fixed.
 
Joined
Feb 17, 2015
Messages
112
I found out why, just waiting for a push and then it should be fixed.
Thank you so much can't wait to give the new update a try looks like an awesome script!

Update: Script has been flawlessly running Chinchompa's for 2+ hours.
 
Last edited:
Status
Not open for further replies.
Top