Rutherther / NosSmooth

Nostale bot library written in C#. May describe the current state of the game/character from packets. Multiple sources available for capturing the packets from running game.
MIT License
6 stars 3 forks source link

Add pathfinding #23

Closed Rutherther closed 2 years ago

Rutherther commented 2 years ago
Rutherther commented 2 years ago

Probably put this in a separate repository? No: split Local and Remote, this will be in this repository.

Rutherther commented 2 years ago

Currently pathfinding from one position to another on one map is supported using NosSmooth.Extensions.Pathfinding. Support for long journeys will be added later.