I keep getting that strange number account 10516 with that long password of which is nowhere in my DB. My client reports that there is no connection to the patch server.
My minilogin V0.6.0 +output is as follows:
LoginServer.ini read.
Server mode: Standalone
Login server listening on port:5999
21421 New Server connection: 127.0.0.1 port: 40719
World List:
============================
ID: 1, Name: [0.6.0-DR2] Super Local Server, Local, IP: 127.0.0.1:3999, Status: 0, AccID: 0
============================
My world.exe is as follow:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.0-DR2
Reboot Zones mode ON
[Status] Loading variables..
.
.
.
Zoneserver SetConnectInfo: 127.0.0.1:4004: 127.0.0.1:7991
Zoneserver SetConnectInfo: 127.0.0.1:4005: 127.0.0.1:7992
420214 New client from ip: 127.0.0.1 port: 4011
Login with '10516' and 'QMV1I7HNG7'
127.0.0.1: Wrong name/pass: name='10516'
Removing client from ip:127.0.0.1 port:4011
Now i've followed the instruction using the queries:
INSERT INTO variables (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Set this to Minilogin to login using a minilogin server
');
alter table account add minilogin_ip varchar(32) not null;
insert into account (name,status, minilogin_ip) values('eqemu',250,'127.0.0.1');
what am i doing wrong??!!