View Single Post
  #6  
Old 01-10-2010, 07:00 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

This is the code that generates that error message:

zone/client_process.cpp
Code:
	if(!IsValidSpell(memspell->spell_id))
	{
		Message(13, "Unexpected error: spell id out of range");
		return;
	}
Since you can't even #castspell, my money's on the spells not being loaded. If you turn on logging for SPELLS__LOAD & SPELLS__LOAD_ERR in your log.ini file, it should give you some more insight.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote