Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-19-2004, 06:34 PM
shanxi
Sarnak
 
Join Date: Nov 2004
Posts: 38
Default 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.
Reply With Quote
  #2  
Old 11-20-2004, 10:41 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

alter variables set value='login' where varname like 'logintype';
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote
  #3  
Old 11-20-2004, 10:57 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by Cisyouc
alter variables set value='login' where varname like 'logintype';
update variables set value='not minilogin' where varname like 'LoginType';
Reply With Quote
  #4  
Old 11-20-2004, 01:34 PM
shanxi
Sarnak
 
Join Date: Nov 2004
Posts: 38
Default

Thanks, thats just what I needed =)
Reply With Quote
  #5  
Old 11-20-2004, 05:19 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

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.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 05:52 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3