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

Make decision choices about combat state #38

Closed Rutherther closed 1 year ago

Rutherther commented 1 year ago

There are some useful things to know about combat

Where to store this information? Combat extensions? Game? Combat extension already references game so there would be no harm in storing it in game and using it from combat extensions?

Rutherther commented 1 year ago

If the bot is going to use combat, it should target Combat extensions anyway. If the bot is not going to use combat, there is no reason to know combat information.

Thus it looks to me putting the information into combat extensions does not hurt. That's the decision.