Log in

View Full Version : Spells help


TallonZek10
09-11-2014, 10:04 PM
Hopefully this is the last newby question I will have to ask :rolleyes:


I've gone through all of the sql files, even double checked them. My database was void of a spells table. I do have spells_new and spell_global in the database. I downloaded Navicat to check it out, and both files are empty! I have a custom(ish) spell file (spells_us.txt), but I can't figure out how to apply it.

My server is up and running but no one, not even npc's can cast spells. When I try to mem. a spell I get the error, unexpected error: spell ID out of range.

Is there a way to apply it through Navicat without having to manually go through all 10,000 spells? (10k because I plan on running a classic server).

Thanks in advanced!

Kingly_Krab
09-11-2014, 10:08 PM
Create a folder in your Server folder called 'import' place your spells_us.txt there, run the import_client_files.exe (with your server off), that should place all of those spells into your database for you.

TallonZek10
09-11-2014, 11:45 PM
Thanks for the info, although I think this opened up a bigger problem lol.

Windows search yields an import_client_files.exe, but it wont open and when I go to the host file it isn't physically there. I also can't run in manually on a command prompt (it gives me the same message as the windows search function). I tried rebuilding it on VC12 but it says everything is up to date...

Is there a way to manually import the file?

Kingly_Krab
09-12-2014, 12:02 AM
The import_client_files.exe should come with the compile of your source along with all your other .exe files, did you compile your own source and pull this .exe over?

TallonZek10
09-12-2014, 12:38 AM
I'm using the newest peq database.