Not sure how you're running vmap4assembler, but with linux I have to create the vmaps folder first, so make a new folder called vmaps then run vmap4assembler Buildings vmaps from command prompt within your wow directory; as far as the db; make sure you're not using navicat (which it sounds like you are) switch to HeidiSQL or go straight from the mysql command prompt (most successful) mysql -utrinitycore -ptrinitycore world < TDB_full_longstringblahblah.sqlAnd once again I'm a unix guy so I'm not sure how you would run this in windows, but maybe someone can convert it to batch speak for ya; within your updates/world folder cat * .sql | mysql -utrinitycore -ptrinitycore world