I meant, you could move the content of your 5.7 db to 6.0 format and then use 6.0 source. Doing this, npc IDs won't change, so wont the quests, etc...
the idea would be :
source PEQ kunark
dump its structure, not its data
rebuild a new and empty DB with the structure
dump the datas from 5.7, with full inserts (ie insert into table where id=4, name='muuss'). mysqldump knows how to do this.
source the datas into the 6.0 struct.
You may have a few things that happen, like players losing their inventory/bank... i dit this at home, and obtained a workable 6.0 db, so i guess anybody else may do it )
|