Merci beaucoup pour votre aide!
J'ai bien avancé maintenant! J'ai résolu mes erreurs qui etaient dus au fait que je pensais que le hash passworld etait déja changé dans les fichiers opt.
puisqu'il en contenait déjà un mais ce n'etais pas le mien. lol.
Maintenant PrincesseAurura et Captain.exe s'executent sans soucis.
J'ai téléchargé un client 7.3 et créé un fichier Launcher.bat avec mon adresse IP
contenant ce code:
Code:
START SFRAME /auth_ip:127.0.0.1 /auth_port:1433 /locale:ASCII /country:FR /commercial_shop /cash
j'entre les identifiants que j'ai créé dans MY SQL
Code:
INSERT INTO Accounts (login_name,passord,block,withdraw_remain_time,age ,auth_ok,pcbanq,last_login_server_idx,event_code,r esult)
VALUE ('MYusername' , 'MYpassword.hashed by dm5' ,0,0,18,1,1,1,0,1)
Cette ligne n'est pas correcte j'ai corrigé les erreurs d'insert et j'ai réussi a inserer la ligne dans les tables de comptes.
Mais lorsque je lance le
, le jeu s'ouvre j'entre les identifiants et rien ne se passe....
Avez vous des idées?
------------------------------------------------------------------------
In English
Thank you very much for your help!
I look forward now! I solved my errors were due to the fact that I thought the Passworld hash was already changed in the opt file.
since it already contained one but it was not mine. lol.
Now PrincesseAurura Captain.exe and run without problems.
I downloaded and created a file launcher.bat a 7.3 client with my IP address
containing this code:
[code] START sframe / auth_ip: 127.0.0.1 / auth_port: 1433 / locale: ASCII / country: FR / commercial_shop / cash [/ code]
I enter the password that I created in MY SQL
[code] INSERT INTO Accounts (login_name, Passord, block, withdraw_remain_time, age, auth_ok, pcbanq, last_login_server_idx, event_code, r esult)
VALUE ('myusername', 'MYpassword.hashed by dm5' 0,0,18,1,1,1,0,1) [/ code]
This line is not correct I corrected the errors and insert I managed to insert the row in the accounts table.
But when I run the [code] launcher.bat [/ code], the game opens I enter the password and nothing happens ....
Do you have any ideas?