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

6.x sqlite database missing #28

Open JasperAppec opened 9 years ago

JasperAppec commented 9 years ago

@Rushor any chance you want to do this?

Rushor commented 9 years ago

i will give it a try after some work on grizzlyhills in ~7 hours

JasperAppec commented 9 years ago

Great. Hit me up on IRC, I'll be around!

Rushor commented 9 years ago

kay the achievements_wod https://gist.github.com/Rushor/3a62d41f042c3decc089

more inc

Naios commented 9 years ago

Why you don't just read the data out of the dbc's/db2's ? There are some example implementations already (WPP, Arctium).

Rushor commented 9 years ago

because of lot of -- '\ -- errors everywhere in the spellnames, sqlite has some problems with these names

Naios commented 9 years ago

I don't understand, you could correct these names with ease.

Rushor commented 9 years ago

then go for it - i tried this, but after correction, there were other names which needed the '\ and i must reinsert them, so i wasted 2 hours

JasperAppec commented 9 years ago

Missing WoD SQLite information (currently have Cata information copied): maps_wod sound_entries_wod spells_wod

ghost commented 8 years ago

You need DbFiles or what?

JasperAppec commented 8 years ago

We need the WoD DBC information to be transferred to the SQLite database with given structure and it should work out of the box. Feel free to add the SQL here and I'll get an update rolling with this.

ghost commented 8 years ago

I figured that you need DBC files. Sorry.