Welcome!

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

Sign up now!

Resolved Weird error to do with mouse

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Code:
aqy
 at gw.d(gw.java:71)
 at ajf.ac(ajf.java:57)
 at ajf.al(ajf.java:63)
 at ajf.mouseMoved(ajf.java:158)
 at app.zN.catch(wnb:84)
 at app.zN.catch(wnb:222)
 at com.runemate.game.api.hybrid.input.Mouse$PathGenerator.hop(bg:874)
 at app.kP.catch(ndc:45)
 at app.kP.catch(ndc:268)
 at app.kP.move(ndc:133)
 at com.runemate.game.api.hybrid.input.Mouse.move(bg:98)
 at app.En.interact(bpb:191)
 at com.runemate.game.api.hybrid.entities.details.Interactable.interact(ki:188)
 at com.runemate.game.api.hybrid.entities.details.Interactable.interact(ki:173)
 at com.runemate.maxiscripts.task.monkkiller.tasks.Attack.execute(Attack.java:60)
 at com.runemate.game.api.script.framework.task.TaskScript.onLoop(qxb:230)
 at com.runemate.game.api.script.framework.LoopingScript.run(htb:239)
 at com.runemate.game.api.script.framework.AbstractScript.start(jnb:156)
 at app.bj.run(ukb:214)
Caused by: java.lang.NullPointerException
 at ajf.ac(ajf.java:56)
 ... 17 more
occurred 3 days ago @Cloud
 
Last edited:
Top