- Joined
- Sep 14, 2014
- Messages
- 445
- Thread Author
- #1
Code:
(12:39:03) java.lang.IllegalArgumentException: The planes of the start and destination coordinates must match! (0 != 1)
(12:39:03) at com.runemate.game.api.hybrid.location.navigation.basic.BresenhamPath.<init>(pob:151)
(12:39:03) at com.runemate.game.api.hybrid.location.navigation.basic.BresenhamPath.build(pob:27)
(12:39:03) at com.runemate.game.api.hybrid.location.navigation.basic.BresenhamPath.buildTo(pob:261)
(12:39:03) at productions.coconut.prayer.house.Altar.execute(Altar.java:41)
(12:39:03) at com.runemate.game.api.script.framework.task.TaskScript.onLoop(ebb:148)
(12:39:03) at com.runemate.game.api.script.framework.LoopingScript.run(yhb:89)
(12:39:03) at com.runemate.game.api.script.framework.AbstractScript.start(plb:197)
(12:39:03) at a.sJ.run(clb:102)
The task of walking to the altar within a FOH only executes once the player is inside the house itself. The portal and the altar are on the same plane level.
@Cloud