Jump to content
  • 0
Sign in to follow this  
Nagad

Moving a character from an account to another one

Question

1 answer to this question

Recommended Posts

  • 0

@@Nagad

 

I looked up what i could find that needs to be changed to transfer a character from one acc to another. I didn't test it there may be bugs due that i forgot some table or something. You will have to test that out.

Also be aware that you can't transfer bank or storage things. So if a player transfers, he has to give his char zeny or items he wants to transfer before doing so.

 

Here is the sql:

UPDATE `char` SET `account_id` = NEW_ACCOUNTID WHERE `account_id` = OLD_ACCOUNTID AND `char_id` = CHARID;UPDATE `friends` SET `friend_account` = NEW_ACCOUNTID WHERE `friend_account` = OLD_ACCOUNTID AND `friend_id` = CHARID;UPDATE `guild_member` SET `account_id` = NEW_ACCOUNTID WHERE `account_id` = OLD_ACCOUNTID AND `char_id` = CHARID;UPDATE `party` SET `leader_id` = NEW_ACCOUNTID WHERE `leader_id` = OLD_ACCOUNTID AND `leader_char` = CHARID;
Edited by Winterfox

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.