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
7 stars 3 forks source link

Add NosTale data information #22

Closed Rutherther closed 2 years ago

Rutherther commented 2 years ago

Adds information about NosTale items, skills, maps. Adds translations with multi language support.

The access of these will be possible either using .NOS (and .dat) files or by storing them in an SQLite database. CLI tool for parsing .NOS files into SQLite database will be included as well.

Rutherther commented 2 years ago

Just test language and info services for both files and database. Also check how much memory does the parsing require.