BigDaddy5XL Posted November 27, 2012 Share Posted November 27, 2012 I seem to be having issues with most of the turtle move commands. turtle.forward() turtle.back() turtle.up() turtle.down() All of the above are returning false when they shouldn't. The turtles just sit there. turtle.turnRight() turtle.turnLeft() These two seem to work fine. Also have a suspicion that sleep() isn't working either but not sure on that. Please help. I have no automated tree farm because of this. This is both SP and MP. Link to comment Share on other sites More sharing options...
theprolo Posted November 27, 2012 Share Posted November 27, 2012 Those commands should only return false if the movement is blocked or, if you're on 3.1.3, your turtle has no fuel. Link to comment Share on other sites More sharing options...
BigDaddy5XL Posted November 27, 2012 Author Share Posted November 27, 2012 Ugh.... The fuel.... forgot all about that. Looks like I have some code to rewrite. Thanks prolo. Link to comment Share on other sites More sharing options...
Portablejim Posted November 27, 2012 Share Posted November 27, 2012 If you feel so inclined (and are the server owner), you can disable the need for turtles to have fuel by modifying the config files for the turtle ("cc_turtle.cfg" i think). Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now