View Single Post
  #2  
Old 12-07-2013, 09:01 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

In your server folder, you should see a 'export_spells.pl' to export spells.
Open it and you will see something like the following:
Code:
my $db = "";
my $user = "";
my $pass = "";
my $host = "localhost";
Edit that to your database specifications and open up your command prompt, put in the following (assuming your directory is like mine).
Code:
cdC:\EQ\EQEmuServer
Then put this in once you're in whatever your server directory is.
Code:
perl export_spells.pl
If you have an already existing spell file, you may have to put "-o" at the end to make it overwrite the existing file.
Reply With Quote