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

Implement pet skills #7

Closed Rutherther closed 1 year ago

Rutherther commented 2 years ago

Add support for receiving and using pet skills. (like for Otter, Yuna etc.)

Rutherther commented 2 years ago

Also movement of pets should be added using a command. (for local client with direct calling of the functions)

Rutherther commented 2 years ago

Movement of pets has been added to local client.

Rutherther commented 1 year ago

First what packets are used for skills must be discovered.

Rutherther commented 1 year ago

First implement group support

Rutherther commented 1 year ago

Pet support has been added!