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 OldschoolBank.withdraw NPE

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Code:
java.lang.NullPointerException
 at com.runemate.game.api.osrs.local.hud.interfaces.OldschoolBank.withdraw(OldschoolBank.java:99)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(Bank.java:196)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(Bank.java:192)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(Bank.java:174)
 at com.runemate.maxiscripts.looping.superheater.MaxiSuperheater.bank(MaxiSuperheater.java:252)
 at com.runemate.maxiscripts.looping.superheater.MaxiSuperheater.onLoop(MaxiSuperheater.java:88)
 at com.runemate.game.api.script.framework.LoopingScript.run(LoopingScript.java:37)
 at com.runemate.game.api.script.framework.AbstractScript.start(AbstractScript.java:69)
 at com.runemate.tasks.ScriptExecutor$ScriptThread.run(ScriptExecutor.java:206)
@Cloud 4 days ago
 
Top