Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::MiniLogin

Support::MiniLogin Support forum for problems with the official MiniLogin release.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 11-29-2007, 04:30 AM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

you have to run some sql to get minilogin to work with the zip file version of the released peq db.

insert into variables (varname, value, information) values ('LoginType', 'Minilogin', 'Public or Minilogin for value');
alter table account add minilogin_ip varchar(32) not null;
insert into launcher values ('zone', 6);

add any accounts you need:
insert into account (name, password, status, minilogin_ip) values ('yourname', 'yourpassword', 250, 'your ip'); // IP could be 127.0.0.1 or the actual IP

Tips:
copy in the .map files to \eqemu\Maps\ folder
copy in quest perl files to \eqemu\quests\ folder
copy the \eqemu\quests\plugins\ folder to \eqemu\plugins\ folder
copy spells_en.txt and spells_us.txt to \eqemu\ folder
don't overwrite the opcodes.conf file with the minilogin version

to change from the default rules without compiling the source yourself:
insert into rule_sets values (1, 'default');
insert into rule_values values (1, 'Character:LeaveNakedCorpses', 'true');
insert into rule_values values (1, 'Character:ExpMultiplier', 1.5);
Reply With Quote
 


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 03:38 AM.


 

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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3