Quote:
Originally Posted by warriorgod06
im using navicat as my mysql database and how do i make a character, do i need to put in "1100000" as a id too?
|
Use my script,
[Only registered and activated users can see links. Click Here To Register...]
Or, to do it manually. (A trojan, in this example)
Code:
INSERT INTO accounts SET AccountID='YourUsername', SecretNumber='923';
INSERT INTO characters SET Account='YourUsername', Name='YourCharName', Server='CoEmu', Str=28, Dex=10, Vit=14, Spi=0, Model=671003, HairStyle=321, Money=5000, Class=15;
I could make a webbased tool you go to and enter your information and it generates the SQL queries for you, if you guys would like x.x
EDIT: My tools actually assume you already have your first char created with the CharID of 1100000, but if it's your first char add
before "Account='YourUsername'"