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 Cannot get an instance value from a null instance (RegionGrid.tiles)

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Code:
java.lang.IllegalStateException: Cannot get an instance value from a null instance (RegionGrid.tiles)
    at app.xK.super(pdb:172)
    at app.TK.else(psb:83)
    at com.runemate.game.api.hybrid.region.GameObjects.getLoadedAt(gwb:110)
    at com.runemate.game.api.hybrid.region.GameObjects.getLoadedAt(gwb:225)
    at app.am.isValid(xsb:103)
    at app.VM.isVisible(uqb:193)
    at app.QP.else(lzb:162)
    at app.QP.else(lzb:250)
    at app.QP.move(lzb:110)
    at com.runemate.game.api.hybrid.input.Mouse.move(gm:84)
    at app.VM.interact(uqb:31)
    at com.runemate.game.api.hybrid.entities.details.Interactable.interact(ei:252)
    at app.am.interact(xsb:96)
    at com.runemate.maxiscripts.looping.bananapicker.MaxiBananaPicker.pickBananasFromTree(MaxiBananaPicker.java:340)
    at com.runemate.maxiscripts.looping.bananapicker.MaxiBananaPicker.onLoop(MaxiBananaPicker.java:183)
    at com.runemate.game.api.script.framework.LoopingScript.run(pob:52)
    at com.runemate.game.api.script.framework.AbstractScript.start(mxb:134)
    at app.Mk.run(amb:265)
Caused by: java.lang.IllegalStateException: Cannot get an instance value from a null instance
    at app.xK.else(pdb:843)
    at app.xK.super(pdb:275)
    ... 17 more
@Cloud
 
Top