View Single Post
  #7  
Old 02-16-2003, 10:00 AM
killspree
Dragon
 
Join Date: Jun 2002
Posts: 776
Default

Some possible reasons that you should look into:

1. Make sure your npc_types table has the bodytype field.
2. Make sure your npc_types table has the resist fields(check world building forum for the sql to update your db).
3. Make sure that spells_en.txt is in your EQemu folder.
4. If you have a custom spells_en.txt file, make sure the spells go up to at least 3602.

I had a similar crashing problem and it was due to my having a custom spells file that didn't reach that high. I added in a spell with the id 3602 and it loaded perfectly.