View Single Post
  #2  
Old 06-28-2013, 07:42 AM
Hateborne
Hill Giant
 
Join Date: May 2010
Posts: 125
Default

Quote:
Originally Posted by Warking View Post
I found the files client side. Does this mean I need to send the updated files to the users?
Yes. The spells_us.txt is the spell game data (particle effects, target types, damage ranges, etc etc) and the db_str.txt is the description giving by inspecting a spell.

The spells on server are found in spells_new in your DB. The db_str.txt isn't in the database (as far as I know), but it's client description only (making it useless for a server).

If you change the spells and/or descriptions for them, it is wise to run a query (or tool) to pull the data out of spells_new into a spells_us.txt file. The clients will need the new spell file and a modified db_str.txt.


-Hate
Reply With Quote