- Joined
- Nov 5, 2014
- Messages
- 505
- Thread Author
- #1
I've never personally encountered this and I run my script extensively, but it is showing up in my log.
I think this has been reported before but I can't find it:
@Cloud
I think this has been reported before but I can't find it:
@Cloud
Code:
java.lang.NullPointerException
at a.Vn.getProjectedPolygons(cxb:82)
at com.runemate.game.api.hybrid.local.hud.CompositeModel.getProjectedPolygons(zub:224)
at com.runemate.game.api.hybrid.local.hud.Model.contains(ydb:166)
at a.bL.contains(fqb:12)
at a.vl.move(sqb:239)
at com.runemate.game.api.hybrid.input.Mouse.move(ep:234)
at a.bL.interact(fqb:232)
at a.bL.interact(fqb:52)
at scripts.MassFighter.Tasks.CombatHandler.pickupLoot(CombatHandler.java:129)
at scripts.MassFighter.Tasks.CombatHandler.execute(CombatHandler.java:77)
at com.runemate.game.api.script.framework.task.TaskScript.onLoop(ebb:148)
at com.runemate.game.api.script.framework.LoopingScript.run(yhb:89)
at com.runemate.game.api.script.framework.AbstractScript.start(plb:197)
at a.sJ.run(clb:102)