Page 1 of 1

Break Distance error

Posted: Mon Nov 10, 2014 2:51 pm
by Lamkefyned
Hello, I have a problem ...

using this type of waypoints ... if I get a Break distance is stopped and not do anything ... anyone have any solution?

Code: Select all

player:moveTo(CWaypoint(3443,4016,430))

Re: Break Distance error

Posted: Tue Nov 11, 2014 5:43 am
by rock5
If you use this

Code: Select all

player:moveTo(CWaypoint(3443,4016,430), true)
it will ignore mobs and not stop until it reaches the coordinates.

Re: Break Distance error

Posted: Tue Nov 25, 2014 12:37 pm
by Lamkefyned
R5 Thanks, I'll try