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 mates support to Pathfinding #77

Closed Rutherther closed 1 year ago

Rutherther commented 1 year ago

Should pathfinding stay independent of NosSmooth.Game? That would mean handling ptctl, sc_n, sc_p, pinit, in

Rutherther commented 1 year ago

I have decided to handle ptctl, in in the pathfinding itself. Handling sc_n, sc_p and pinit is not needed.