Quote:
Originally Posted by Sakrateri
make sure to set logintype to minilogin under variables in MYSql , also make sure you have your name and ip of the puter you are trying to connect to the server with in the MiniloginAccounts.ini file
|
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;
Is this what you mean by setting logintype if so I did that and miniloginaccounts.ini is that loginserver.ini?
Here is what my loginserver.ini looks like:
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=jumbolands
worldaddress=127.0.0.1
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
ChatChannelServer=
[LoginConfig]
ServerMode=minilogin
ServerPort=5999
Thanks for the help on this