Page 1 of 1
MiniLogin database
Posted: Fri Feb 05, 2016 10:42 am
by Amitiu
I'm trying to setup a server using the latest svn + MiniLogin . I believe I have everything configured, except I can't find the scripts to setup the MiniLogin database, where might I find those?
I tried to download the latest server pack from the Releases section, but I can't download the main pack only the updates which seem to be mainly just the exes. I also tried setting up the database using the link for MiniLogin on the wiki but that one seems to be missing tables, and might be out of date. Thanks.
Re: MiniLogin database
Posted: Fri Feb 05, 2016 7:35 pm
by Cynnar
Amitiu wrote:I'm trying to setup a server using the latest svn + MiniLogin . I believe I have everything configured, except I can't find the scripts to setup the MiniLogin database, where might I find those?
I tried to download the latest server pack from the Releases section, but I can't download the main pack only the updates which seem to be mainly just the exes. I also tried setting up the database using the link for MiniLogin on the wiki but that one seems to be missing tables, and might be out of date. Thanks.
Hmm I didn't have a problem downloading the ServerPack.
As for the ls tables, it will be a few hours before I am back around my computer to get that info.
Re: MiniLogin database
Posted: Sat Feb 06, 2016 10:51 am
by Amitiu
Thanks, with the ls database files and the server pack I was able to get it running. Had to adjust the opcode versions so the client I downloaded (the latest) would connect and seems to be working though I did get a 'Possible Hacking Attempt' message after zoning in for the first time not sure if that is because of an opcode change or what.
12:39:46 E Login: Unknown LoginSOPcode: 201E, size: 28014 from
12:39:59 E Login: World ID '1', Possible Hacking Attempt (func: LWorld::Process, line: 709
12:39:59 E World: Login Server returned a fatal error: Possible Hacking Attempt
Disabling reconnect.
Re: MiniLogin database
Posted: Sat Feb 06, 2016 11:07 am
by Cynnar
Amitiu wrote:Thanks, with the ls database files and the server pack I was able to get it running. Had to adjust the opcode versions so the client I downloaded (the latest) would connect and seems to be working though I did get a 'Possible Hacking Attempt' message after zoning in for the first time not sure if that is because of an opcode change or what.
12:39:46 E Login: Unknown LoginSOPcode: 201E, size: 28014 from
12:39:59 E Login: World ID '1', Possible Hacking Attempt (func: LWorld::Process, line: 709
12:39:59 E World: Login Server returned a fatal error: Possible Hacking Attempt
Disabling reconnect.
Glad you got it working. As for the hacking attempt i think it has to do with a database table, but can't remember if that is correct. In either case you will need to run the db patcher to get the latest opcodes and the newer tables into your database. Those setting are changed in the LoginServer.ini located in your world dir, and you will need a server account. There is a LoginServer.ini in the tools folder that can be used if renamed and your server account information is added. Might want to move it out of the tools folder before renaming as there is a LoginServer.ini that will allow you to retrun to the original LoginServer.ini.
Re: MiniLogin database
Posted: Sat Feb 06, 2016 4:59 pm
by Amitiu
I changed the loginserver.ini to point to eq2emulator.net and let it run to make sure dbs were up to date, I'm still getting the Possible Hacking Attempt after zoning into the world with a character. I can stay in but if I logout I have to restart the world server before it lets anyone in again.
Re: MiniLogin database
Posted: Sat Feb 06, 2016 5:06 pm
by Jabantiz
Judging by the log it looks like you might have an older minilogin, have you tried the one that is included with the server pack? Basically what is happening is the world server is sending a packet to the login that the login does not recognize causing that error to trigger. If that still doesn't work then go into the world database and in the ruleset_details set 'SendPaperdollImagesToLogin' to 0, that should prevent the packet that is likely causing the trouble.
Re: MiniLogin database
Posted: Sat Feb 06, 2016 8:40 pm
by Amitiu
I was using the one that was from the server svn in the bin folder, but using the one from the server pack update doesn't give the error though they both show the same version in the title bar. Thanks for the help all, I seem to be up and running.
Re: MiniLogin database
Posted: Sat Feb 06, 2016 8:56 pm
by Cynnar
Amitiu wrote:I was using the one that was from the server svn in the bin folder, but using the one from the server pack update doesn't give the error though they both show the same version in the title bar. Thanks for the help all, I seem to be up and running.
Yes the one from the svn is outdated and the one from the serverpack is the latest.