|
for make the .csv files, open your database go to PS_GameDefs.dbo.Mobs
Select all lines, copy and stick it into a excel new document (excel or whatever existing programs that allow you to save in .csv).
If it's not set, add a line on top with the column names in your database (don't make error or it won't work).
If exists the last line set to NULL NULL NULL ..., delete this line.
Save it as .csv file.
Same job with PS_GameData.dbo.MobItems.
|