• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

L2J [Help] StartLoginServer.bat problem

Status
Not open for further replies.
Junior Spellweaver
Joined
Mar 21, 2006
Messages
109
Reaction score
1
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
 
Junior Spellweaver
Joined
Mar 21, 2006
Messages
109
Reaction score
1
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
Junior Spellweaver
Joined
Nov 22, 2005
Messages
122
Reaction score
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
Junior Spellweaver
Joined
Mar 18, 2006
Messages
107
Reaction score
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
Junior Spellweaver
Joined
May 25, 2006
Messages
186
Reaction score
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
Top