![]() |
MOVE SOUTH ON CERTAIN SQM! - 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: MOVE SOUTH ON CERTAIN SQM! (/thread-16859.html) |
MOVE SOUTH ON CERTAIN SQM! - Ochon - 12-12-2014 Hello I need a macro which will move the character twice to the south on a certain sqm. The cavebot is stuck in one place and I just need to move south twice then he is continuing the whole process. Please help me asap. Thank you! RE: MOVE SOUTH ON CERTAIN SQM! - mr. Kris - 12-12-2014 Add fix point in cavebot where You want do two south moves and add macro in cavebot manual. Macro: Code: 0 {MoveSouth2} Self.MoveS() Macro.Wait(100) Self.MoveS() Exit() RE: MOVE SOUTH ON CERTAIN SQM! - Ochon - 12-12-2014 (12-12-2014, 11:30 AM)mr. Kris Wrote: Add fix point in cavebot where You want do two south moves and add macro in cavebot manual. Mate I cannot add fix point at the sqm I want it because it's going to the end of the cavebot sqm's and it's a done full afk script I cannot do it myself ![]() RE: MOVE SOUTH ON CERTAIN SQM! - mr. Kris - 12-12-2014 Maby special sqm - block dqm? |