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 combat extension #32

Closed Rutherther closed 1 year ago

Rutherther commented 2 years ago

Adds an extension that allows to go into combat mode and attack enemies.

Supports three techniques to attack

Rutherther commented 1 year ago

Currently only SimpleAttack technique is supported. Support for more techniques will be added later.