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 NPE on api call

Java Warlord
Joined
Nov 17, 2014
Messages
4,906
Banks.getLoaded() produces a NullPointerException:

Code:
java.lang.NullPointerException
    at com.runemate.game.api.hybrid.region.Banks.getLoaded(sac:101)
    at com.runemate.game.api.hybrid.region.Banks.getLoaded(sac:22)
    at productions.celestial.bots.fisher.tasks.bank.OpenBank.execute(OpenBank.java:35)
    at com.runemate.game.api.script.framework.task.TaskScript.onLoop(fnb:182)
    at com.runemate.game.api.script.framework.LoopingScript.run(xob:269)
    at com.runemate.game.api.script.framework.AbstractScript.start(dub:266)
    at nul.iiiiiIiIIiIi.run(ggc:39)

@Cloud
 
Top