PDA

View Full Version : export_client_files.exe custom database


minijag
04-07-2018, 02:39 PM
I have a custom database name for my server. Any advice how to change the export_client_files executable to point to my new database?

GRUMPY
04-07-2018, 02:48 PM
That executable looks at the database name from your server config file.

minijag
04-07-2018, 04:50 PM
Hmmm, Yeah that makes a lot of sense.

Well when I run the executable, my dbstr_us.txt file only contains this

"Major^Minor^String(New)"


And I'm not sure what BaseData does either, if someone could shed a light.

GRUMPY
04-07-2018, 05:46 PM
Look in your db_str table in the database, if it's empty, then you could import the dbstr_us.txt
file from your client. Just put the db_str file into import folder and use the import_clent_files
executable. Look
at base_data table in database. If you make changes in there, export it, then player puts it in
Resources folder in their EQ client.

demonstar55
04-07-2018, 09:15 PM
Basedata controls some stat calcs

Kingly_Krab
04-08-2018, 07:00 AM
Dbstr table is unpopulated by default. You have to import your dbstr_us.txt to be able to export one.