Jump to content


jakemg's Content

There have been 47 items by jakemg (Search limited from 10-February 22)


By content type

See this member's


Sort by                Order  

#175024 Multi-Level Cactus Farm

Posted by jakemg on 23 April 2014 - 07:55 PM in Turtle Programs

I like the idea but could you add what slots the materials need to go in? and roughly how much cactus this thing needs but other then that great job

Edit: Im sorry I did not watch the video forget what I said above =D



#166318 Turtle Recharge Station

Posted by jakemg on 27 February 2014 - 01:42 AM in Turtle Programs

Very nice I was actually just writing almost the same exact script to refuel my turtles haha nice job



#166317 tunnel mine -3x2 places chest when full

Posted by jakemg on 27 February 2014 - 01:40 AM in Turtle Programs


  • I was just reviewing your code and there seems to be one part of it that can cause u some issues in the future, the only problem is that if there is gravel above the block your turtle dries to dig out he is going to have issues placing the chest so I would advise adding while not turtle.place() do turtle.dig() end =) good luck



    • if turtle.getItemCount(16) ~= 0 then


    • turtle.turnLeft()


    • turtle.dig()


    • turtle.select(1)


    • turtle.place()


    • for i = 2,16 do


    • turtle.select(i)


    • turtle.drop()


    • end



#161865 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D

Posted by jakemg on 24 January 2014 - 08:52 PM in Turtle Programs

View PostRandomMcSomethin, on 19 October 2013 - 01:16 PM, said:

Hmm... looks interesting. I'll try it for myself
Please do and leave feedback if you could =)



#155213 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D

Posted by jakemg on 04 December 2013 - 11:22 PM in Turtle Programs

HOOZAHH haha we made it to 6k thanks alot =D



#151004 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D

Posted by jakemg on 28 October 2013 - 11:28 PM in Turtle Programs

Thank you to every one we hit another goal!!! 5kkkk



#148170 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D

Posted by jakemg on 06 October 2013 - 09:04 PM in Turtle Programs

I have started working on the rednet api the update will be available soon



#144626 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D

Posted by jakemg on 12 September 2013 - 09:29 PM in Turtle Programs

View Postkreezxil, on 07 September 2013 - 06:05 AM, said:

View Postjakemg, on 26 August 2013 - 11:28 PM, said:

umm I'm not sure if im okay with you taking my code?

You're joking right? Why even post it if you are gonna get all proprietary on us.

Im fine if someone imporves my code then posts it back to me so i can look over then post it here but I dont want someone taking credit for something I did



#141878 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D

Posted by jakemg on 26 August 2013 - 11:28 PM in Turtle Programs

umm I'm not sure if im okay with you taking my code?



#141584 MLG Mining: Circular Branch Mining

Posted by jakemg on 24 August 2013 - 09:36 PM in Turtle Programs

very nice program



#141582 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D

Posted by jakemg on 24 August 2013 - 09:30 PM in Turtle Programs

View Postcampicus, on 13 August 2013 - 11:38 PM, said:

I didn't know you could sleep(0), i always put "sleep(0.1)" haha nice job
thanks =P



#139872 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D

Posted by jakemg on 13 August 2013 - 11:22 PM in Turtle Programs

View Postcampicus, on 26 July 2013 - 02:56 AM, said:

What is the purpose of "sleep(0)"? Does that actually do anything? (serious question, I'm still cc noob)

Yes ZudeHackz is correct I put this in because there is a bug on multiplayer servers where it can cause an error. I believe it is because if a loop is running to long but I am not entirely sure if that is the source of the bug.



#139871 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D

Posted by jakemg on 13 August 2013 - 11:21 PM in Turtle Programs

View PostJowajon, on 25 July 2013 - 07:28 PM, said:

My uncle made a program just like this last month o.O

I do recall seeing that program on the form(not sure if that is your uncle's or not) but I can assure you this is my program



#135983 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D

Posted by jakemg on 25 July 2013 - 07:25 PM in Turtle Programs

WOW 1000 views thank everyone!



#132938 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D

Posted by jakemg on 11 July 2013 - 09:08 PM in Turtle Programs

Thanks everyone for the 500 view mark =D



#131479 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D

Posted by jakemg on 05 July 2013 - 03:58 PM in Turtle Programs

Thats what I was going for thanks =D



#131468 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D

Posted by jakemg on 05 July 2013 - 03:04 PM in Turtle Programs

Okay sorry =P



#131323 Enderchest -Quarry -Noob Friendly Interface -Works With Unlimited Fuel =D

Posted by jakemg on 04 July 2013 - 04:25 PM in Turtle Programs

Hi I have been using this script for mining pretty as long as I can remember and over this time I have made it pretty easy to use.

1. To use it all you have to do is download it from pastebin with pastebin get n1ukmWdN (you can name it what ever you like)
2. Then run the program
3. Put an enderchest in Slot 1
4. Then input the information it asks for
5. DONE =D

heres the script
http://pastebin.com/n1ukmWdN


GOALS
500 views
1000 views
2000 views
5000 views
10000 views



#127394 Ultimate Wood Chopper [0.9.5 Prerelease B][Session Persistent]

Posted by jakemg on 18 June 2013 - 11:28 PM in Turtle Programs

Ya to fix that error just add sleep(0) to every loop in the program (thats what i did and it fixed it)



#127344 stops on its own

Posted by jakemg on 18 June 2013 - 06:15 PM in Ask a Pro

you can just add sleep(0) every where there is a loop wether it be a while loop or for i=1,.... loop



#127341 2 targs ?

Posted by jakemg on 18 June 2013 - 05:45 PM in Ask a Pro

Okay so i need an x number for how far it travels and why for the current Y coord the player is at
here is what i have for x
tArgs = { ... }
local x = tonumber(tArgs[1] or "")
while not x do
	    print("Need a distance to travel in number form")
	    x = tonumber(read())
end

but how do i do get a second targ



#126506 targs?

Posted by jakemg on 15 June 2013 - 06:27 PM in Ask a Pro

Hi I forgot how to do targs for my turtle
what im trying to is have the program start with
"welcome to quarry"
"please say how far you want me to mine"
"width":(then have the turtle read what was input and set that to x)

you dont have to put print("welcome to quarry blah blah blah you can just say how to put targs and how to read them

thanks =D



#126178 turtle that handels bedrock?

Posted by jakemg on 14 June 2013 - 01:14 PM in Ask a Pro

thanks



#126177 bios 206 {string "wall"]:14: '=' expected

Posted by jakemg on 14 June 2013 - 01:12 PM in Ask a Pro

s + 1 = s should be
s = s + 1



#126042 turtle that handels bedrock?

Posted by jakemg on 13 June 2013 - 10:53 PM in Ask a Pro

Hi Im trying to make turtle program where i have a long line of turtles and they all dig down to bed rock then then go forward and dig all the way down again. But I cant quite cant my turtle to recognize when they hit bedrock
what im using now
function down()
  while true do
  turtle.digDown()
  turtle.down()
   if turtle.down == false then
   print("bedrock")
   end
  end
end

but this isnt working at all because he wont stop his while true loop so he never prints bedrock