jasper-rietrae2 / SAI-Editor

Editor for TrinityCore's SAI (SmartAI / smart_scripts) database scripting system
GNU General Public License v3.0
46 stars 69 forks source link

ItemExtendedCost.dbc #35

Open FrancescoBorzi opened 9 years ago

FrancescoBorzi commented 9 years ago

Is it possible to add ItemExtendedCost.dbc to the dbc sqlite db?

JasperAppec commented 9 years ago

It is definitely possible. Are you asking how to do it?

FrancescoBorzi commented 9 years ago

Yes, too =) Any dbc viewer for linux/mac ?

JasperAppec commented 9 years ago

Personally I used SQLite Browser (Windows/Mac iirc) combined with TOMRUS' DBCViewer (you should use my fork if you want it to properly generate SQL that SQLite understands). Load up the DBC, run the DBCtoSQL plugin, throw it in the database and edit the SAI-Editor source code based on the new database.