Advertisement
Guest User

CustomTurtleAPI

a guest
Apr 12th, 2014
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 KB | None | 0 0
  1. hello = "hello"
  2. function chestSet()
  3. print("Enter the chest's X co-ord relative to the Turtle.")
  4. chestX = tonumber(read())
  5. print("Enter the chest's Z co-ord relative to the Turtle.")
  6. chestZ = tonumber(read())
  7. print("Enter the chest's Y co-ord relative to the Turtle.")
  8. chestY = tonumber(read())
  9. print("Enter the chest's direction number relative to the turtle")
  10. chestDir = tonumber(read())
  11. end
  12.  
  13. function locationSet()
  14. x = 0
  15. y = 0
  16. z = 0
  17. end
  18.  
  19. function locationChange(local way)
  20. if way == "up" then
  21. y = y + 1
  22. elseif way == "down" then
  23. y = y - 1
  24. elseif way == "right" then
  25. z = z - 1
  26. elseif way == "left" then
  27. z = z + 1
  28. elseif way == "forward" then
  29. x = x + 1
  30. elseif way == "back" then
  31. x = x - 1
  32. end
  33. end
  34.  
  35. function locationCurrentSet()
  36. currentX = x
  37. currentY = y
  38. currentZ = z
  39. currentDir = direction
  40. end
  41.  
  42. function locationGo(goX,goY,goZ)
  43. while y < goY do
  44. mineUp()
  45. end
  46.  
  47. while y > goY do
  48. mineDown()
  49. end
  50.  
  51. while x < goX do
  52. mineForward()
  53. end
  54.  
  55. while x > goX do
  56. mineBack()
  57. end
  58.  
  59. while z < goZ do
  60. mineLeft()
  61. end
  62.  
  63. while z > go Z do
  64. mineRight()
  65. end
  66. end
  67.  
  68.  
  69. end
  70.  
  71. function directionSet()
  72. direction = 1
  73. end
  74.  
  75. function directionChange(local way)
  76. if way == "left" then
  77. if direction == 4 then
  78. direction = 1
  79. else
  80. direction = direction + 1
  81. end
  82. elseif way == "right" then
  83. if direction = 1 then
  84. direction = 4
  85. else
  86. direction = direction - 1
  87. end
  88. end
  89. end
  90.  
  91. function directionGo(dDirection)
  92. if dDirection == 1 then
  93. if direction == 1 then
  94. print("Not Necessary")
  95. elseif direction == 2 then
  96. turtle.turnRight()
  97. directionChange("right")
  98. elseif direction == 3 then
  99. turtle.turnLeft()
  100. directionChange("left")
  101. turtle.turnLeft()
  102. directionChange("left")
  103. elseif direction == 4 then
  104. turtle.turnLeft()
  105. directionChange("left")
  106. end
  107. elseif dDirection == 2 then
  108. if direction == 1 then
  109. turtle.turnLeft()
  110. directionChange("left")
  111. elseif direction == 2 then
  112. print("Not Necessary")
  113. elseif direction == 3 then
  114. turtle.turnRight()
  115. directionChange("left)
  116. elseif direction == 4 then
  117. turtle.turnLeft()
  118. directionChange("left")
  119. turtle.turnLeft()
  120. directionChange("left")
  121. end
  122. elseif dDirection == 3 then
  123. if direction == 1 then
  124. turtle.turnLeft()
  125. directionChange("left")
  126. turtle.turnLeft()
  127. directionChange("left")
  128. elseif direction == 2 then
  129. turtle.turnLeft()
  130. directionChange("left")
  131. elseif direction == 3 then
  132. print("Not Necessary")
  133. elseif direction == 4 then
  134. turtle.turnRight()
  135. directionChange("right")
  136. end
  137. elseif dDirection == 4 then
  138. if direction == 1 then
  139. turtle.turnRight()
  140. directionChange("right")
  141. elseif direction == 2 then
  142. turtle.turnLeft()
  143. directionChange("left")
  144. turtle.turnLeft()
  145. directionChange("left")
  146. elseif direction == 3 then
  147. turtle.turnRight()
  148. directionChange("right")
  149. elseif direction == 4 then
  150. print("Not Necessary")
  151. end
  152. end
  153. end
  154.  
  155. function checkInv()
  156. numinslot = {}
  157. for i in 1,17 do
  158. turtle.select(i)
  159. numinslot[i] = turtle.getItemSpace
  160. end
  161.  
  162. for i in 1,17 do
  163. if numinslot[i] == 0 then
  164. return(true)
  165. else
  166. return(false)
  167. end
  168. end
  169. end
  170.  
  171. function checkForChest()
  172. fullInv = checkInv()
  173. if fullInv == true then
  174. locationCurrentSet()
  175. locationGo(chestX,chestZ,chestY)
  176. directionGo(chestDir)
  177. for i in 1,17 do
  178. turtle.select(i)
  179. turtle.drop()
  180. end
  181.  
  182. locationGo(currentX,currentY,currentZ,currentDir()
  183. end
  184. end
  185.  
  186.  
  187. function mineDown()
  188. turtle.digDown()
  189. turtle.down()
  190. locationChange("down")
  191. checkForChest()
  192. end
  193.  
  194. function mineUp()
  195. turtle.digUp()
  196. turtle.Up()
  197. locationChange("up")
  198. checkForChest()
  199. end
  200.  
  201. function digBack()
  202. turtle.turnLeft()
  203. directionChange("left")
  204. turtle.turnLeft()
  205. directionChange("left")
  206. turtle.dig()
  207. turtle.turnRight()
  208. directionChange("right")
  209. turtle.turnRight()
  210. directionChange("right")
  211. checkForChest()
  212. end
  213.  
  214. function digLeft()
  215. turtle.turnLeft()
  216. directionChange("left")
  217. turtle.dig()
  218. turtle.turnRight()
  219. directionChange("left")
  220. checkForChest()
  221. end
  222.  
  223. function digRight()
  224. turtle.turnRight()
  225. directionChange("right")
  226. turtle.dig()
  227. turtle.turnLeft()
  228. directionChange("left")
  229. checkForChest()
  230. end
  231.  
  232. function mineForward()
  233. turtle.dig()
  234. turtle.forward()
  235. locationChange("forward")
  236. checkForChest()
  237. end
  238.  
  239. function mineBack()
  240. digBack()
  241. turtle.back()
  242. locationChange("back")
  243. end
  244.  
  245. function mineLeft()
  246. digLeft()
  247. turtle.left()
  248. locationChange("left")
  249. end
  250.  
  251. function mineRight()
  252. digRight()
  253. turtle.right()
  254. locationChange("right")
  255. end
  256.  
  257. function refuel()
  258. local limit = turtle.getFuelLimit()
  259. local fuelamount = turtle.getFuelLevel()
  260. while fuelamount < limit do
  261. for i = 1,17 do
  262. turtle.refuel(i)
  263. end
  264. end
  265. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement