[HELP]Getting error when i start loginserver.bat in Vault Interlude V5.2 L2J 

Newbie Spellweaver
Joined
Jul 13, 2007
Messages
14
Reaction score
0
When i start loginserver.bat i get this prob :

SoULtAk3R - [HELP]Getting error when i start loginserver.bat in Vault Interlude V5.2 - RaGEZONE Forums


any idea ?
 
Ok problem solved with Navicat :) but i still have the problem...look
SoULtAk3R - [HELP]Getting error when i start loginserver.bat in Vault Interlude V5.2 - RaGEZONE Forums

Your username or password of MySQL are incorrect.

Do you know your user and pass for MySQL??? If "YES", open your server.properties (Game Server) and loginserver.properties (Login Server), find the group "# Database info" and put the correct username and pass for MySQL in the lines "Login=", "Password=".

Check your URL connection for MySQL. Exemple:

URL=jdbc:mysql://127.0.0.1/l2jdb

Try it!!!
 
Upvote 0
ok my problem solved, i understood what i did wrong :D but now i have another problem :S when i create a character he is dead and in gameserver console says this :
SoULtAk3R - [HELP]Getting error when i start loginserver.bat in Vault Interlude V5.2 - RaGEZONE Forums
 
Upvote 0
ok my problem solved, i understood what i did wrong :D but now i have another problem :S when i create a character he is dead and in gameserver console says this :
SoULtAk3R - [HELP]Getting error when i start loginserver.bat in Vault Interlude V5.2 - RaGEZONE Forums

Try this SQL command in NavCat:

ALTER TABLE `characters` ADD COLUMN `expBeforeDeath` decimal(20,0) default '0';
 
Upvote 0
Back