Quote:
Originally Posted by Ariak
If you're serious, this will be my last week using the emulator.
I have fun with spawns. I like to go into a zone and kill stuff. Using #spawn to make a mob is tedious and cumbersome; rebuilding a HUGE DB would be a monumental task that I don't want to do.
|
I doubt you data will be obsolete - just import the usable data and fill in the blanks. It not hard to recreate certain things such as items and spawns. Just make sure to create a file you can import from
mysqldump -h localhost eq > eq.sql
This will create a file in your mysql\bin directory for you to use to save your information before you drop the database. Once you have the new table struct in the database import it back accordingly
Note you may have to tweak how the data goes back but I know its possable its a database.
or just dont upgrade :p
/shrug