-
Lamkefyned
- Posts: 348
- Joined: Thu May 23, 2013 11:38 am
- Location: Spain
#1
Post
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))
If you think something is right just because everyone else believes,you're not thinking.
-
rock5
- Posts: 12173
- Joined: Tue Jan 05, 2010 3:30 am
- Location: Australia
#2
Post
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.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:
- “They say hard work never hurt anybody, but I figure, why take the chance.”
-
Lamkefyned
- Posts: 348
- Joined: Thu May 23, 2013 11:38 am
- Location: Spain
#3
Post
by Lamkefyned »
R5 Thanks, I'll try
If you think something is right just because everyone else believes,you're not thinking.