• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

How i can transfer chars from database to other database

Skilled Illusionist
Joined
Jul 25, 2012
Messages
311
Reaction score
38
hello guys,

i have a problem!
i want transfer the chars + account from Database A to Database B but onley the chars and accounts!
any one have a idear how i can do it?
 
Joined
Jan 15, 2009
Messages
692
Reaction score
128
Literally only want characters and accounts? Or you want everything about characters like quests, items, skills etc? Because it's not going to be easy to export everything from 1 database to a whole other database expecially if you want items etc as there might be different id's and whatever else.

If you only want the characters themselves and accounts that shouldnt be too difficult. but I still don't recommend copying over characters as well unless you really know what your doing as there could be a problem somewhere once copying it all over and those players are going to be complaining about bugs and issues with their account. Either way, take a look at the respective tables for accounts and character related tables and also check the links between those tables that should get you started.
 
Upvote 0
Retired
Joined
Oct 28, 2013
Messages
536
Reaction score
103
If you want personal data, without the items, Guild, etc., you'll have to go by checking these tables:
- Account
SK_Silk
SR_ShardCharNames
TB_User

- Shard
_AccountJID
_Char
_CharNameList
_User

There might be one or two more tables related to other things like guild data + settings, thief/hunter/trader info and anything else, but those ain't or at least shouldn't be that critical.

Those tables I've mentioned are usually those which are the most important.
 
Upvote 0
Back
Top