Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NEED MACRO TO GO TO LABEL AFTER USE A SQM
#1
After use X SQM, go to label Y...
Because i'm using this macro to use the sqm
Quote:Map.Use(17238, 33029, 32140, 7, 1)

But, after use the sqm, the script comes back to the previous point, i need to after bot uses that SQM (ID 17238)(COORD 33029, 32140, 7), goes to label SUB, or only continue the script normally...

Thanks!
#2
Change 1 to 0
#3
(01-29-2016, 07:40 AM)Catar Wrote: Change 1 to 0

Continue the same problem, the char goes up again...
#4
Code:
Map.Use(17238, 33029, 32140, 7, 1) Label(SUB)
#5
If id is changing after use so try by maptool
Did u added fixed point before macro ?
Does macro is manual not automatic ?
Does next point is in range less than 6 sqm ?

Or problem perhaps is in bugged macro. Check exactly is and location. If is only 1 item with id what u wanna use try do with
X:=self.position x
And in x loc put !x!
#6
For now i have "soluctioned" part of this problem, but now, with simple fixed points, the cavebot continue stucking, and going back to up grounds...

Resume...
I dont need this initial macro, but in a simple fixed point, the script is bugging, and going back 2 points...
#7
Solved!
I used the macro
Self.MoveS()
And now, the script continues running normally...


Forum Jump:


Users browsing this thread: 1 Guest(s)