View Single Post
  #2  
Old 05-27-2019, 02:39 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

Your client spell files should match the database.(spells_new and dbstr tables). What you should do, is first, make sure there is an Export and Import folder in your main server folder. Then if you run a file called export_client_files.exe (in your server folder), it will generate 4 files for your client to use. spells_us.txt, dbstr_us.txt (these go in your main client folder) also, BaseData.txt and SkillCaps.txt which go into your client/resources folder. Then your client files will match the server data.
You can also do the reverse with the import_client_files.exe in your server folder. If you take those 4 files from your client, put them in the Import folder and run the import executable, it will suck the new data into the database.
If edit any of those 4 tables in your database, afterwards, you would need to export them again for your client to get the updates.
__________________
Hanging out at Antonica.World
Reply With Quote