There were a few errors in the sql file, i took the time to fix them and have uploaded it to filebeam, heres the fixed sql
DOWNLOAD
Fyi when you write out the sql anywhere there is a column called Unique (ususally found in the items table) you need to wrap it with `` because its recognised as a sql function otherwise, also same goes for range wrap it with ``
e.g INSERT into items (`unique`, `range`) VALUES ('1', '1000');
its best practice to do this anyway so its a good habit to get into
I also removed the id's from the creature spawns section so it doesnt give duplicate key error's
EDIT: Ill +rep you when ive spread some more around!