- Joined
- Nov 5, 2014
- Messages
- 505
- Thread Author
- #1
@Cloud
Code:
java.lang.IllegalArgumentException: The planes of the start and destination coordinates must match! (0 != 1)
at com.runemate.game.api.hybrid.location.navigation.basic.BresenhamPath.(ytb:19)
at com.runemate.game.api.hybrid.location.navigation.basic.BresenhamPath.build(ytb:171)
at com.runemate.game.api.hybrid.location.navigation.basic.BresenhamPath.buildTo(ytb:233)
at rm.CoN.execute(g:20)
at com.runemate.game.api.script.framework.task.TaskScript.onLoop(ttb:19)
at com.runemate.game.api.script.framework.LoopingScript.run(zpb:138)
at com.runemate.game.api.script.framework.AbstractScript.start(ftb:160)
at a.aI.run(hlb:7)