-
Posts
17 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Community Answers
-
QurczakSfarmy's post in Help to connect my local L2OFF server was marked as the answer
If you have 9999 ping that means you have problem with IP.
You should have in database IP/Inner IP : 127.0.0.1 and also in AuthD/etc/config/config.txt:
DevServerIP="127.0.0.1"
and also in L2Server/L2server.ini:
[CacheD]
address="127.0.0.1"
port=2006
[AuthD]
address="127.0.0.1"
port=2104
<:3