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 WebPath. (wzb:8) npe

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Code:
java.lang.NullPointerException
 at com.runemate.game.api.hybrid.location.navigation.web.WebPath.(wzb:8)
 at com.runemate.game.api.hybrid.location.navigation.web.WebPathBuilder.true(shc:7)
 at com.runemate.game.api.hybrid.location.navigation.web.WebPathBuilder.build(shc:187)
 at com.runemate.game.api.hybrid.location.navigation.web.WebPathBuilder.buildTo(shc:274)
 at com.runemate.api.Walking.walkTo(Walking.java:78)
 at com.runemate.maxiscripts.looping.worldwalker.WorldWalker.onLoop(WorldWalker.java:54)
 at com.runemate.game.api.script.framework.LoopingScript.run(nvb:118)
 at com.runemate.game.api.script.framework.AbstractScript.start(anb:10)
 at app.am.run(vwb:224)
@Cloud
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Code:
java.lang.NullPointerException
 at com.runemate.game.api.hybrid.location.navigation.web.WebPath.(wzb:8)
 at com.runemate.game.api.hybrid.location.navigation.web.WebPathBuilder.true(shc:7)
 at com.runemate.game.api.hybrid.location.navigation.web.WebPathBuilder.build(shc:187)
 at com.runemate.game.api.hybrid.location.navigation.web.WebPathBuilder.buildTo(shc:274)
 at com.runemate.api.Walking.walkTo(Walking.java:78)
 at com.runemate.maxiscripts.looping.worldwalker.WorldWalker.onLoop(WorldWalker.java:54)
 at com.runemate.game.api.script.framework.LoopingScript.run(nvb:118)
 at com.runemate.game.api.script.framework.AbstractScript.start(anb:10)
 at app.am.run(vwb:224)
@Cloud
Interesting, was this by any chance a multi-plane calculation?
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Interesting, was this by any chance a multi-plane calculation?
I wouldn't have a clue. If they started the bot on a different plane to the main surface, yeah it's possible i guess.
 
Top