How To Merge Database

11/28/2012 04:28 aminab02#1
Hi All !!!

How To Merge Two Or More Into 1 ?

I want merge my database

and can merge vampire Database with non vampire Database ?

:confused:
11/28/2012 04:53 cruey#2
Copy the data from the tables in one servers database into the second servers database.

Copy data from cq_user and cq_eudemon to copy the data for characters and their pets. As for legions, families, noble ranks, flower ranks etc. You'll have to go discover those tables for yourself within the database. Good luck :)
12/01/2012 19:09 haizamlee#3
actually he is planning to merge the database non vampire into vampire . instead of copy all the data players you should sycn all your itemtype , action and others . if you just merge your data players only , some of your items and even eudemons will lost and also your npc , events and quest .
12/03/2012 07:08 cruey#4
Quote:
Originally Posted by haizamlee View Post
actually he is planning to merge the database non vampire into vampire . instead of copy all the data players you should sycn all your itemtype , action and others . if you just merge your data players only , some of your items and even eudemons will lost and also your npc , events and quest .
Hence why I said

Quote:
As for legions, families, noble ranks, flower ranks etc. You'll have to go discover those tables for yourself within the database.