macro for up - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: macro for up (/thread-18918.html) |
macro for up - chaloxs - 12-10-2015 Hello Pepople I need macro for go up with parcel or box , for acc free I appreciate your help Thank ...! RE: macro for up - Squ - 12-12-2015 (12-10-2015, 05:34 PM)chaloxs Wrote: Hello Pepople 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
|