ComputerCraft Forums

ComputerCraft => Programs => Turtle Programs => Topic started by: Kaikaku on Mar 14, 2021, 12:57 PM

Title: Rapid Fire / Prank Drone Builder
Post by: Kaikaku on Mar 14, 2021, 12:57 PM
(Oh my, just found out about the "new" forum. Was quite difficult to get last week a post onto the old forum...)

This program builds either a prank dropper drone, that drops once per minecraft day an item (option 1).
Build option 2 makes a more nasty thing, I call rapid fire drone (RFD), that can shoot up to 2880 arrows (lag incomming).
Per default the turtle moves upwards until it is blocked (by block or build hight limit) and builds the drone there.
Further options to choose are to make a turtle refill the drone or the fire command for the RFD.
The RFD uses 5 dispensers and a computer with a modem in the middle. Per redstone turning on and off, I use two os.sleep(0.1) commands, that's as fast as I got it.

Finally, I put some effort in improving player useabilty (@Inksaver: your comment helped w/ motivation :) )


Parameters (optional, not case sensitive):
bDrone [number, [number] rfd, refill, fire number]


Pastebin:
https://pastebin.com/A35d84ge (https://pastebin.com/A35d84ge)

Video:

Idea for this build is a vanilla reddit post:
reddit... (https://www.reddit.com/r/Minecraft/comments/ld2uu9/so_i_made_a_drone_that_drops_packages_every/)
Title: Rapid Fire / Prank Drone Builder
Post by: poisoned on Mar 19, 2021, 12:23 AM
Haha, hey there,
we will surely try this out.
I love this "rapid fire" thing.
This are still the priorities that pushes us up 2 limits....^^

I mean it - this is no joke.
In the end, we are all just little boys playing around (and learning a lot for sure!)
Title: Rapid Fire / Prank Drone Builder
Post by: Kaikaku on Mar 21, 2021, 08:05 AM
Quote from: poisoned on Mar 19, 2021, 12:23 AM...
I love this "rapid fire" thing.
...
Thx!

Actually, I just wanted to make a short and simple builder program, that saves you the trouble of getting the drone somehow up in the air. But then I just couldn't resist to add the "slightly" more powerfull version :D
Title: Rapid Fire / Prank Drone Builder
Post by: poisoned on Mar 21, 2021, 08:47 AM
haha
i bet u couldn't...:0)