1

Help with Macros

+ChibLeader+'s Avatar +ChibLeader+4/14/15 10:07 pm
1 emeralds 77
So i have an autowalk-automine macro for farming and mining, but I wanted to convert it to walk 150 steps then stop. How would I Convert what I have so far:

$${
IF(autominewalk);
LOG("Automine & Walk Disabled");
KEYUP(forward);
UNSET(autominewalk);
ELSE;
LOG("Automine & Walk Enabled");
SET(autominewalk);
KEYDOWN(forward);
DO;
KEY(attack);
WHILE(autominewalk);
ENDIF;
}$$


Also, is there a way to make it go 150 blocks, turn right, walk three blocks, turn right and do 150 more?
Posted by +ChibLeader+'s Avatar
+ChibLeader+
Level 3 : Apprentice Engineer
1

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome