Server Issues L2O 

Joined
Jun 13, 2004
Messages
20
Reaction score
0
Ok i have basically all the servers running. Im using the client(C1+Patch) to connect and i type my password and user name in, and it shows the updates thing and i click ok. It shows 1 server called Bartz(Ping 0), and i click on that, and click ok and nothing happens. If i wait a certain amount of time it tells me that i have been disconnected.
I used the patch that is stickied on this forum. I get three errors from L2server though, but it keeps going even after them. One more thing, i noticed that in my server, it has "Max Users:0". Is this normal behaviour for the server?

10/15/2004 18:05:01.062, Db Error in JobFinishSignal Init
10/15/2004 18:05:11.093, Problem occurred in Loading Castle
10/15/2004 18:05:21.093, Problem occurred in Loading Agit

I am trying to set a lan server up and this is my l2server.ini config file.

l2server.ini
[LogD]
address="127.0.0.1"
port=3999

[CacheD]
address="127.0.0.1"
port=2006

[AuthD]
address="127.0.0.1"
port=2104

[petitionD]
address="127.0.0.1"
port=2107
worldname="IMPACT"

[World]
WorldId=1
UserLimit=2000
LetBuilder=1

[Report]
;minute
Interval=60

[Setting]
;Country=0 KR
;Country=1 US
;Country=2 JP
;Country=3 TW
;Country=4 CN
Country=4
UserPathFind=false
WorldCollision=false
ExceptionMailing=false
MailServer=mail.ncsoft.co.kr
AcceptLowerProtocol=true
IOBufferCount=3000
;limit hour for week, (number means hour. 0 means don't use. default is 0)
playtimelimit=0
;use auth reconn (1:use, 0:don't. default is 0)
reconnectauth=0
 
World Name should be same as in lin2db server name ! and somewhere i read that IT HAS TO BE 9 CHARTERS LONG NOT LESS NOT MORE !
btw try using your ip not 127.0.0.1 and the if for example if your ip 192.168.2.19 then world id should be 19 ! got it ?
 
Last edited:
Upvote 0
Changing my world ID to the last number of my IP in the L2 db screws the Authserver up and it wont start.
Authserver spits out:

loading serverlistfail, serverid is not serialized
Server load fail, please check server table or connection string

Also how do you change the number of people max, because its set to 200 in my config file yet it shows 0.
 
Last edited:
Upvote 0
I think the problem is at
"10/15/2004 18:05:01.062, Db Error in JobFinishSignal Init
10/15/2004 18:05:11.093, Problem occurred in Loading Castle
10/15/2004 18:05:21.093, Problem occurred in Loading Agit"

because I have the same error and also stop at select server screen.
I checked someone who loaded server successed, it doesn't have these errors. also I tried to change the world id to my last ip #. What it maybe wrong is that when people introduce lin2world db part.
I am not sure if the ip we should put. Because original one is 10.0.0. that dosen't includ the last ip #
however on hicks' guide, it said has to be 127.0.0.1 which is 4 ip numbers. I think this should be more clear do we need to put 3 ip numbers in sql db, or 4 ip numbers. Yes, I know we have to put lan ip, just that need to clear if the ip number should be 4 or 3.
If some experts can help. I think it will solve the main problem.
 
Last edited:
Upvote 0
Back