24 posts
Posted 09 April 2013 - 05:16 PM
So i've got my self acquainted with the basics of coding a turtle. I have a turtle who will take a distance input and mine a 3x3 tunnel, placing torches every 5 blocks. Its pretty awesome actually and you all helped me get over the road bumps tipping me up.
Now though, I'm imagining something bigger. I'm thinking it would require GPS to get to work correctly. I basically want to set up a Turtle based Mail system that allows the bases in our world to shuttle items between them with the turtles, depositing items in to one chest and delivering the items found in another.
However I have no idea how GPS works…
Any thoughts or insights would be appreciated!
1511 posts
Location
Pennsylvania
Posted 09 April 2013 - 05:38 PM
Read the wikiWhen somebody wants their house on the mail network, you will have to add their pos in the world to a table filled with 'addresses'
199 posts
Location
Switzerland
Posted 09 April 2013 - 11:29 PM
for setting up a GPS System check out this
Tutorial
24 posts
Posted 10 April 2013 - 02:28 AM
Read the wikiWhen somebody wants their house on the mail network, you will have to add their pos in the world to a table filled with 'addresses'
A table of 'addresses' sounds like a good idea. I gave the wiki entry a read before posting, and placed some servers in the world, but they didn't seem to do much.
for setting up a GPS System check out this
Tutorial
Oh this looks really helpful, I'll give it a read tonight! Thanks.
199 posts
Location
Switzerland
Posted 10 April 2013 - 02:42 AM
Maybe have a look at
this topic. I made a basic script for turtle mail based on Files and Coords from Minimap.
i planned to implement GPS and Server based adress list but at the moment its just laying around somwhere :D/>
greets
Loki
24 posts
Posted 10 April 2013 - 11:01 AM
Maybe have a look at
this topic. I made a basic script for turtle mail based on Files and Coords from Minimap.
i planned to implement GPS and Server based adress list but at the moment its just laying around somwhere :D/>
greets
Loki
oh this is vary cool! If I build on this I'll give this a bump.
1511 posts
Location
Pennsylvania
Posted 10 April 2013 - 11:17 AM
oh this is vary cool! If I build on this I'll give this a bump.
This is such a neat idea. I don't think anyone else has made a mail system with turtles before (Anyone correct me if i'm wrong :P/>) I would love to see it in action when it's completed ^_^/>