View Single Post
10-30-14, 12:50 PM   #39
Choonstertwo
A Chromatic Dragonspawn
 
Choonstertwo's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2011
Posts: 194
To open the db2 file, you can also use TOM_RUS' DBC Viewer (source - binary). It allows you to export the data to an SQL table script.

There's also foxlit's DBC/DB2 Lua module (part of LuaCASC).

For Mounts.db2, these are the column definitions I can figure out:
Code:
Column 1-4 = ???
Column 5 = Name - string
Column 6 = Description - string
Column 7 = Source - string
Column 8 = ???
Column 9 = SpellID - int
Column 10 = ???

Last edited by Choonstertwo : 10-30-14 at 12:53 PM.