This is a ROSE client data convertion tool that will take a extracted IROSE client (112_112na) and convert the data into sql and lua files to support the osirose-new server project
CMD> git submodule update --init --recursive
The rest is just convert_tools.sln -> build
- Create folder inside client named convert_tool
- Copy build files under src/bin/debug into the folder above
- Run convert_tool.exe
- Copy srv_data/scripts into server files
- Load item_db.sql + skill_db.sql into your database
You're good to go!