You need to source in the new database... Drawde's updates are not a part of the eqemu project, they are created seperately.
If you want to save a table or 2, (like accounts and characters)
then its really not hard to do.
mysqldump eq tablename > filename
then to get it back in after putting in the new database
mysql eq < filename
Easy as pie.. The database provided with the game is the bare minimum you need to make it work. The emulator is designed with a database structure in mind that is provided with the release. If you dont use it, you are most likely not going to get it to work correctly.
|