Hi guys,
Is there any query allow me can create a new character without login into game client?
Thanks so much.
Is there any query allow me can create a new character without login into game client?
Thanks so much.
I use profiler of SQL server to listen query when char created but no success :( always getting error when exec _AddNewCharQuote:
There are 4 tables, at least, which are linked to each other (FKs), which will need your attention.
Simply create a new character, call it something unique, like "pcmasterrace1". Create a query searching every table for that character name, corresponding ID (which you can take from the respective _Char table) and find all related tables.
Found all of em? The next step is making a final INSERT INTO query with some ez pz declaration and customization.
Quote:
There are 4 tables, at least, which are linked to each other (FKs), which will need your attention.
Simply create a new character, call it something unique, like "pcmasterrace1". Create a query searching every table for that character name, corresponding ID (which you can take from the respective _Char table) and find all related tables.
Found all of em? The next step is making a final INSERT INTO query with some ez pz declaration and customization.
You saved my life, I don't know why I can't found this on google.Quote:
you can use this
[Only registered and activated users can see links. Click Here To Register...]