I have added a couple of lines to teleport the bot to Revenant's Toll, which works properly, but I cannot get it to actually run to the Summoning Bell.
I've tried to look up how to declare and utilize the Vector3 data for Navigator.MoveTo, but I seem to be missing something crucial.
Here is what I have for the move that I am trying to do.
[HIDE]
[/HIDE]
I have attached my code, which does work, but only if you are currently standing next to the Summoning Bell already.
Any insight you have to offer would be greatly appreciated, thank you!
newb
I've tried to look up how to declare and utilize the Vector3 data for Navigator.MoveTo, but I seem to be missing something crucial.
Here is what I have for the move that I am trying to do.
[HIDE]
Code:
var location = new Vector3(14.30233f, 28.99997f, -734.7808f);
if (Navigator.NavigationProvider != null) { Navigator.MoveTo(location); }
I have attached my code, which does work, but only if you are currently standing next to the Summoning Bell already.
Any insight you have to offer would be greatly appreciated, thank you!
newb