In the pak files you will find .dat and .bin files containing mostly string data and monster data.. I will now provide you with two tools of mine that can convert these files into MySQL queries..
I used this technique to create an online monster and item database I'm running locally
Download:




Usage:
bin2sql.exe <input file> <output file> [korean columns] [auto-translate]
- input file: The .bin file to read
- output file: The .sql/.txt you wanna write to
- korean columns: This will use Unicode column captions and therefore displays correct korean words
- auto-translate: This option will translate some of the columns into matching english captions, but dont expect too much
dat2sql.exe <input file> <output file>
- input file: The .bin file to read
- output file: The .sql/.txt you wanna write to
Have fun!






