EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   How to turn off minilogin (https://www.eqemulator.org/forums/showthread.php?t=17088)

shanxi 11-19-2004 06:34 PM

How to turn off minilogin
 
I wrote a semi-guide based on my experiences over the past few days, figured it might help people out, so they wont have to re-trudge the stuff I did. Anyway heres my post:
http://www.eqemulator.net/forums/viewtopic.php?t=18559

My question is in regards to:

Code:

INSERT INTO variables (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Set this to Minilogin to login using a minilogin server ');
Supposing I dont want to enable minilogin.. what would I change the value "Minilogin" to?

I dont want to be directing people down the wrong path, now.

Cisyouc 11-20-2004 10:41 AM

alter variables set value='login' where varname like 'logintype';

Derision 11-20-2004 10:57 AM

Quote:

Originally Posted by Cisyouc
alter variables set value='login' where varname like 'logintype';

update variables set value='not minilogin' where varname like 'LoginType';

shanxi 11-20-2004 01:34 PM

Thanks, thats just what I needed =)

Cisyouc 11-20-2004 05:19 PM

Quote:

Originally Posted by Derision
Quote:

Originally Posted by Cisyouc
alter variables set value='login' where varname like 'logintype';

update variables set value='not minilogin' where varname like 'LoginType';

Oops.


All times are GMT -4. The time now is 08:24 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.