Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug Traversal not working

Joined
Apr 7, 2017
Messages
2
So this is where it gets stuck, doesn't matter if the door is open or closed, when i walk outside the house, it'll start walking. Happens not only in this house, others around too.
233304f2422150cfe2b6e5e5a5d1a717.png

My code;
Code:
Path path = Traversal.getDefaultWeb().getPathBuilder().buildTo(OakArea.getRandomCoordinate());
if (path != null) {
    path.step();
}
 
Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
So this is where it gets stuck, doesn't matter if the door is open or closed, when i walk outside the house, it'll start walking. Happens not only in this house, others around too.
233304f2422150cfe2b6e5e5a5d1a717.png

My code;
Code:
Path path = Traversal.getDefaultWeb().getPathBuilder().buildTo(OakArea.getRandomCoordinate());
if (path != null) {
    path.step();
}
The door must bot be added. Post the coordinates for the door, the outside and inside, and they'll add it.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,868
I dont know, but party and me noticed some issues with doors earlier too.
I said ages ago that doors weren't being opened and slash said they weren't being generated or something and he'd look into it, but this was at the start of the year. I thought it had been fixed. But apparently my cooker doesn't open any doors so either it broke again or was never fixed :/
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
I said ages ago that doors weren't being opened and slash said they weren't being generated or something and he'd look into it, but this was at the start of the year. I thought it had been fixed. But apparently my cooker doesn't open any doors so either it broke again or was never fixed :/
It hasn't been resolved although both @SlashnHax and myself invested time working on it. I'm unlikely to be able to do it anytime soon so hopefully he'll find an opportunity to do so.
 
Top