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

Fix clist parsing #48

Closed Rutherther closed 1 year ago

Rutherther commented 1 year ago

Clist packet is currently not parsed correctly.

That is because in pets list the packet sometimes ends with a dot. That should be handled, dot ending as well as no-dot ending should be supported.