View Single Post
  #12  
Old 08-12-2011, 01:27 PM
Bardalicious Bardalicious is offline
Planar Protector

Bardalicious's Avatar

Join Date: Jun 2011
Posts: 1,684
Default

Quote:
Originally Posted by SolayceTZT [You must be logged in to view images. Log in or Register.]
You just export the spells table then rename?
Correct. If you use navicat, just right click the spells_new table and go to Export Wizard. Export it as a text file obviously, on the next window choose where you want it saved and change it from spells_new.txt to spells_us.txt, make sure all fields are selected for export, and as freaky said for the "Field delimiter" option select other symbol and enter ^ and select next, leaving all other options as they are.

After you export it, make sure you open the spells_us.txt in whatever text editor you use and delete the very first line entirely then save. Navicat exports all of the header information onto the first line, i dunno about other programs.