Posted 19 December 2012 - 05:48 AM
Hello, anyone who can help me with a script/program that I can use on my Mining Turtles
1 Mining Turtle to mine 200block farward (tunnel), 2hight, 3widt;
Refuel at X-Y-Z cords(chest with charcoal)
Empty cobblestone at X-Y-Z cords(chest)
Empty rest(minerals/other) at X-Y-Z cords(chest)
When the turtle is done, It shall go back to where It started.
–
[Info] Gonna use example; 3Mining Turtles in width, 2 Mining Turtles in hight.
–
Extra function, for those who can Lua (and help stupid people like me xD)
Place torch every X block, and refuel with torches on X-Y-Z cords(chest)
Connected to a computer;
Get info like "Turtle ID XX Refueling" "Turtle ID XX Getting Torches" "Turtle ID Job Completed"
Simplefied explanation (or not)
If Turtle.inventory.full
empty turtle.inventory
if cobblestone.inventory empty <X-Y-Z>
If not cobblestone.inventory empty <X-Y-Z>
turtle.refuel at <X-Y-Z>
if turtle.refueled continiue tunnel
if turtle.tunnel.200 go back to start point
Hello, I also want a script/program with the Melee turtle.
Is it possible to get it to patroll an area for mobs?
Spoiler
Want;1 Mining Turtle to mine 200block farward (tunnel), 2hight, 3widt;
Refuel at X-Y-Z cords(chest with charcoal)
Empty cobblestone at X-Y-Z cords(chest)
Empty rest(minerals/other) at X-Y-Z cords(chest)
When the turtle is done, It shall go back to where It started.
–
[Info] Gonna use example; 3Mining Turtles in width, 2 Mining Turtles in hight.
–
Extra function, for those who can Lua (and help stupid people like me xD)
Place torch every X block, and refuel with torches on X-Y-Z cords(chest)
Connected to a computer;
Get info like "Turtle ID XX Refueling" "Turtle ID XX Getting Torches" "Turtle ID Job Completed"
Simplefied explanation (or not)
Spoiler
turtle.tunnel.200If Turtle.inventory.full
empty turtle.inventory
if cobblestone.inventory empty <X-Y-Z>
If not cobblestone.inventory empty <X-Y-Z>
turtle.refuel at <X-Y-Z>
if turtle.refueled continiue tunnel
if turtle.tunnel.200 go back to start point
Hello, I also want a script/program with the Melee turtle.
Is it possible to get it to patroll an area for mobs?