wrong password / can`t connect to autd server L2O 

Newbie Spellweaver
Joined
Jan 25, 2007
Messages
5
Reaction score
0
wrong password / can`t connect to autd server
i registred account by l2cp, i can login there, it`s ok,
but when i try to connect by L2.exe it sais that my password is not correct.
Code:
config.txt (authd)
serverPort=2104
serverExPort=2106
serverIntPort=2108
worldport=7777

DBConnectionNum=10
encrypt=true
numServerThread=2
numServerExThread=2
numServerIntThread=2

logDirectory="log"
ProtocolVersion=30810
GameID=8
DesApply=false
PacketSizeType=3
ReadLocalServerList=false

OneTimeLogOut=true
CountryCode=2
DevConnectOuter=true
DevServerIP="192.168.0.13"
SocketTimeOut=6000
SocketLimit=50000
AcceptCallNum=1

UseOneIOCom=true
AcceptThread=1
WaitingUserLimit=10000
dumppacket=false
UserData=false
UseLogD=false
logdip="127.0.0.1"
logdport=3999
logdconnectinterval=120

SupportReconnect=true
AutokickAccount=true
NewEncrypt=false
useForbiddenIPList=true
help please..
 
DevServerIP="192.168.0.13"

Change that to the external IP of the machine, assuming you're connecting from the outside.
Make sure you have the SQL server table set up properly and you have properly created the account you're trying to connect to.
Make sure your client is connecting to the right server.
 
Upvote 0
DevServerIP="192.168.0.13"
my ip is 192.168.0.2, i am not conecting from outside
Make sure your client is connecting to the right server.
- done (if authd switched of, l2.exe don`t say anything....)

Make sure you have the SQL server table set up properly and you have properly created the account you're trying to connect to.
- php script is working ok, and i can login there...i think that BD is ok....very strange situation....
 
Upvote 0
Back