Forum > Tools
[TOOL] ADB/DB2/DBC <-> CSV convert
<< < (4/8) > >>
Luzifix:
@Serendipity with the 0.0.4 Update i add the uint64 & int64 support for Spell.dbc
// UPDATE
detonatorss:
--- Quote from: "Luzifix" ---@Serendipity with the 0.0.4 Update i add the uint64 & int64 support for Spell.dbc
// UPDATE --- End quote ---
So how you will make the structure for more than one version of wow for example in the xml you can use
<wotlk></wotlk> <cata></cata> <mop></mop>
or
<spell type=wotlk></spell>
Luzifix:
which is a bit complicated, dbc dont have a version in the header. db2 have a build in the header this i can used but currently you most rename your dbc/db2 line Spell335.dbc and create a map for Spell335 in the map.xml
detonatorss:
--- Quote from: "Luzifix" ---which is a bit complicated, dbc dont have a version in the header. db2 have a build in the header this i can used but currently you most rename your dbc/db2 line Spell335.dbc and create a map for Spell335 in the map.xml --- End quote ---
but you can tag it in the xml, in the parser you culd add a function to parse the type for example
Luzifix:
// UPDATE
http://cdn.lost-code.de/dbconvert/screenshot6.jpg
Navigation
[0] Message Index
[#] Next page
[*] Previous page
|