EchoTiger
Official Profile and Singular Developer
- Joined
- Nov 28, 2012
- Messages
- 6,810
I'm Echo, Azyul is the project name.Hi Azyul,
quick question that doesn't seem to have been covered. Can the universal navigation snips be used for point to point navigation and if so, how?
example: If i wanted to travel from Stormwind to Tirisfal glades, how would I invoke that using the snips?
thanks for the effort you have made in making these they are excellent.
Just use <MoveTo/>. For the XYZ, put it in Tirisfal Glades.
The bot knows how to navigate from point to point already without any fancy code.
As long as there's no loading screen between the two points - the bot will automatically calculate the fastest route no matter how far it is.
So you could do:
<Universal Navigation to Eastern Kingdoms />
<MoveTo X="123" Y="456" Z="789" /> <!-- Use the XYZ for Tirisfal Glades -->
Even if the bot is in Booty Bay, the <MoveTo /> will be able to get the bot to Tirisfal Glades.