12-12-2015, 02:05 AM
(12-10-2015, 05:34 PM)chaloxs Wrote: Hello Pepople
I need macro for go up with parcel or box , for acc free
I appreciate your help
Thank ...!
At first make sure you can go up in this place with boxes or parcels and
Add fixed point in cavebot later paste this macro
0 {TurnNU} Self.TurnN()
0 {go north} Self.StepNorth()
Its for going ^
if parcels on east >
0 {TurnEU} Self.TurnE()
0 {go east} Self.StepEast()
if parcels west <
0 {TurnWU} Self.TurnW()
0 {go west} Self.StepWest()
if parcels south V
0 {TurnSU} Self.TurnS()
0 {go south} Self.StepSouth()
If work rep++ please