the quest files load some events are missing like soul binders don't bind and the like.
For you people having the spawn2 timeleft error this alters statement works to fix it.
ALTER TABLE spawn2 ADD COLUMN timeleft int(5) NOT NULL default '0';
you have to have a default set or it wont load.
Wes
|