- Joined
- Dec 10, 2014
- Messages
- 3,255
- Thread Author
- #1
Code:
java.lang.NullPointerException
at app.eP.move(ahc:112)
at com.runemate.game.api.hybrid.input.Mouse.move(em:231)
at com.runemate.game.api.hybrid.input.Mouse.move(em:251)
at rm.S.break(re:153)
at rm.S.break(re:42)
at rm.S.break(re:122)
at rm.eA.break(nd:205)
at rm.CON.onLoop(q:36)
at com.runemate.game.api.script.framework.LoopingScript.run(mub:101)
at com.runemate.game.api.script.framework.AbstractScript.start(ztb:268)
at app.VK.run(lnb:70)
I'm passing in an interactionpoint and it's not null, idk why this error is being thrown.
@Cloud