Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MOVE
#1
Information 
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
#2
(12-01-2013, 04:07 PM)brunovictorino Wrote: 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

change Self.MoveE() and Self.MoveW() to Self.MoveN() and Self.MoveS()


N( North ) S (South).. ^^
#3
you tested? although it is east to west after not working
#4
(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..
#5
pode me ajudar não consigo fazer funcionar
#6
(12-03-2013, 11:40 PM)brunovictorino Wrote: pode me ajudar não consigo fazer funcionar

you need every 2:30 hours?
#7
need not be exactly..
10200000 {Move} Self.MoveN() Macro.Wait(5) Self.MoveS() Exit()
#8
(12-04-2013, 08:56 PM)brunovictorino Wrote: need not be exactly..
10200000 {Move} Self.MoveN() Macro.Wait(5) Self.MoveS() Exit()


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 ..


Forum Jump:


Users browsing this thread: 1 Guest(s)