PDA

View Full Version : Char mover? please..


plaguelord
10-01-2009, 04:05 PM
i was wondering if there was a way to move chars from one login to another...

Rogean
10-01-2009, 04:51 PM
update character_ set account_id = x where name = "Soandso";

Should be a command I agree, I'll make one at some point.

plaguelord
10-01-2009, 05:10 PM
is that something i can do or? sorry not familiar with codes...

plaguelord
10-01-2009, 05:29 PM
should i contact an in game GM?

Rogean
10-01-2009, 06:27 PM
For server-specific support, you should try contacting that server?

Shin Noir
10-02-2009, 04:01 AM
update character_ set account_id = x where name = "Soandso";

Should be a command I agree, I'll make one at some point.
http://www.eqemulator.net/forums/showpost.php?p=179554&postcount=1 is this all it takes?

trevius
10-02-2009, 04:56 AM
If you have the web tool that comes with the source code, and have it enabled, you can use it to move chars from one account to another very quickly and easily. Just select the Database link on the left side of the page and then select accounts. Then you just need to search for the account name you are wanting to move the char to and copy the account ID, then search for the account you want to move the char from and find the char and chose to move the char and paste in the account ID and that is pretty much it. Takes me about 30 seconds to do it. Though, if you are familiar with MySQL, running some simple queries could do it just as easily.

ChaosSlayerZ
10-02-2009, 10:38 AM
takes like 5 seconds in mySQl browser.
double click on the field with account ID and type in new number

pizimil
02-09-2010, 03:11 AM
nevermind , edited