[Help] StartLoginServer.bat problem L2J 

Status
Not open for further replies.
Junior Spellweaver
Joined
Mar 21, 2006
Messages
109
Reaction score
1
Location
Greece
Hello, some of my questions

I've register a new gameserver using registergameserver.bat, I rename the hexid(game1) (or something like that) to hexid and i put it into server\gameserver\config and when i press the StartLoginserver.bat it says this error:

Lioner - [Help] StartLoginServer.bat problem - RaGEZONE Forums


P.S i didn't tested the startgameserver.bat, if i have a problem with it i will post it here,

Can u please answer? Thanks
 
ok i fixed it :), had to put password=root at the config

but another problem appears at StartGameServer.bat when I try to open it

Lioner - [Help] StartLoginServer.bat problem - RaGEZONE Forums


P.S I USE HERO1711 PACK
Why is that? what I did wrong?
 
Upvote 0
Delete that password Root :) after turn up your server !

#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
Login=Ragezone >> for exemple
Password= here no password :P try it
 
Upvote 0
Your problem is that the gameserver cant fint the Hexid.

You need to make a Hexide first.

Open up your <loginserver> dir and run Registerserver.bat

Fallow the instruction and then copy the hexid.txt over to the <gameserver/script> dir and rename it to only hexid.txt

Now try to run the gameserver again.
 
Upvote 0
ok i fixed it :), had to put password=root at the config

but another problem appears at StartGameServer.bat when I try to open it

Lioner - [Help] StartLoginServer.bat problem - RaGEZONE Forums


P.S I USE HERO1711 PACK
Why is that? what I did wrong?


Your problem is .

c:\server\gameserver\config\server.prop.

#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
Login=root
Password= (use pass)
MaximumDbConnections=10
and
c:\server\loginserver\config\loginserver.prop.

#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
Login=root
Password= (use pass)
MaximumDbConnections=10

If you have diskw.

c:\server\Diskw\www\main\inc\config.php


//Database
//////////
$dbhost="localhost"; //Host/IP from the MySQL Database
$dbname="l2jdb"; //Name of Database (in many times it is 'l2jdb')
$dbuser="root"; //Username to the MySQL Database
$dbpass="USE PASS"; //Passwort to the MySQL Database

Good LuK.
 
Upvote 0
Status
Not open for further replies.
Back