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

Figure out dashes #61

Closed Rutherther closed 1 year ago

Rutherther commented 1 year ago

A dash sends a location to dash to. A dash skill has to be detected correctly, The position has to be sent. Other skills should not contain position.

Rutherther commented 1 year ago

I've added an attack type from Skill.dat, if that type is 5, that means a Dash. Dashes have to send a position to dash to. I've updated Game to verify the position is set for dashes and not present for non-dashes.