U can get tool here How to - Blade and Soul One Click Tool
About how to update the database, as i've said before, the tool comes with a readme file (to be precise have 2 readme, one in chinese and one in english), just open with any text editod (notepad, wordpad, notepad++, etc), follow the instructions described on point 5 (5.1, 5.3, 5.4)
[spoiler]## 5. How to update database
### 5.1 Directory
* attach
* data: model data
* pics: model screenshot (not compressed)
* pics-cps:model screenshot (compressed)
* costume
* data: model data
* pics: model screenshot (not compressed)
* pics-cps: model screenshot (compressed)
* icon
* png: png icon (not compressed)
* png-cps: png icon (compressed)
* tga: tga icon
* upk: unreal model data
* data: upk model data
* log: upk model parsed log files
* weapon
* data: model data
* pics: model screenshot (not compressed)
* pics-cps: model screenshot (compressed)
### 5.3 Actions
* build_preparer: Remove old screenshots (pics)
* icon_dumper: Dump icon files from upk, and convert from tga to png
* upk_preparer: Move local country upk files into main dir, and dedat xml.dat file
* upk_scanner: Scan all upk files, output parsed info into log files
* upk_parser: Parse log files, make raw data info into json database files
* shooter: Take screenshot of all models (pics)
* png_optimizer: Compress all png images (pics-cps)
* compress: Pack tool into zip file
### 5.4 How to update
* Update or reinstall your Blade Soul game client
* Make sure all upk files in the client are all original, otherwise the database made later would be polluted
* Backup `contents` dir, if possible
* Edit file `run.bat`
* Edit string: `grunt %action% --stack --verbose & pause > nul`, replace `%action%` with the actions listed in point 5.3
* Do operations follow the steps listed in point 5.3
* Copy screenshots into local dir (make it visible locally)
* Copy files under `database/attach/pics-cps` into `VS_GUI/BladeSoulTool/tmp/attach`
* Copy files under `database/costume/pics-cps` into `VS_GUI/BladeSoulTool/tmp/costume`
* Copy files under `database/weapon/pics-cps` into `VS_GUI/BladeSoulTool/tmp/weapon `
* Copy files under `database/icon/png-cps` into `VS_GUI/BladeSoulTool/tmp/icon`[/spoiler]