MOVE - 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 (/thread-12924.html) |
MOVE - brunovictorino - 12-01-2013 900000 {Move} Self.MoveE() Macro.Wait(5) Self.MoveW() Exit() this macro is not working perfectly. need to move the char 1 sqm to the north and south every 2 hours and 30 minutes RE: MOVE - Thiaguin- - 12-01-2013 (12-01-2013, 04:07 PM)brunovictorino Wrote: 900000 {Move} Self.MoveE() Macro.Wait(5) Self.MoveW() Exit() change Self.MoveE() and Self.MoveW() to Self.MoveN() and Self.MoveS() N( North ) S (South).. ^^ RE: MOVE - brunovictorino - 12-03-2013 you tested? although it is east to west after not working RE: MOVE - Thiaguin- - 12-03-2013 (12-03-2013, 11:03 PM)brunovictorino Wrote: you tested? although it is east to west after not working no tested.. lol, turnN (north) turnS(south) , look in macro features.. i use it a lot to make scripts.. RE: MOVE - brunovictorino - 12-03-2013 pode me ajudar não consigo fazer funcionar RE: MOVE - Thiaguin- - 12-04-2013 (12-03-2013, 11:40 PM)brunovictorino Wrote: pode me ajudar não consigo fazer funcionar you need every 2:30 hours? RE: MOVE - brunovictorino - 12-04-2013 need not be exactly.. 10200000 {Move} Self.MoveN() Macro.Wait(5) Self.MoveS() Exit() RE: MOVE - Thiaguin- - 12-04-2013 (12-04-2013, 08:56 PM)brunovictorino Wrote: need not be exactly.. 90000 {TurnESWN} Self.TurnE() Macro.Wait(200) Self.TurnS() Macro.Wait(200) Self.TurnW() Macro.Wait(200) Self.TurnN() in 1 min / 30 seg your char turn E , S , W , N .. |