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 methods for calculating positions of mates #78

Open Rutherther opened 1 year ago

Rutherther commented 1 year ago

When player moves with mates, the mates follow him and stay close to him. Figure out how the client handles it and try to replicate that. Expose the methods somewhere. Maybe add them directly to pathfinding?

Rutherther commented 1 year ago

It seems to me that the positions are quite random, at one of: player + {(1, 1), (-1, -1), (1, -1), (-1, 1), (1, 0), (0, 1), (-1, 0), (0, -1)}