- Joined
- Dec 10, 2014
- Messages
- 3,255
- Thread Author
- #1
Code:
Exception:
Code:
(currentRock == null || !currentRock.isValid()))
Code:
(07:53:17) java.lang.IllegalStateException: Cannot get an instance value from a null instance (RegionGrid.tiles)
(07:53:17) at app.un.new(efb:31)
(07:53:17) at app.on.class(vob:114)
(07:53:17) at com.runemate.game.api.hybrid.region.GameObjects.getLoadedAt(smb:7)
(07:53:17) at com.runemate.game.api.hybrid.region.GameObjects.getLoadedAt(smb:270)
(07:53:17) at app.GN.isValid(ttb:160)
(07:53:17) at com.slashnhax.scripts.statescripts.haxminer.HaxMiner.getCurrentState(HaxMiner.java:57)
(07:53:17) at com.slashnhax.scripts.statescripts.haxminer.HaxMiner.onLoop(HaxMiner.java:65)
(07:53:17) at com.runemate.game.api.script.framework.LoopingScript.run(osb:135)
(07:53:17) at com.runemate.game.api.script.framework.AbstractScript.start(rob:82)
(07:53:17) at app.kI.run(pkb:104)
(07:53:17) Caused by: java.lang.IllegalStateException: Cannot get an instance value from a null instance
(07:53:17) at app.un.class(efb:699)
(07:53:17) at app.un.new(efb:161)
(07:53:17) ... 9 more