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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 10-25-2004, 04:13 AM
zephyr325
Hill Giant
 
Join Date: Sep 2004
Posts: 117
Default

I *think* you're asking for help on the database setup...if so...

1) Log into your database:
Quote:
mysql -u root
2) Switch to the database you're using (I called mine "eq"):
Quote:
use eq;
3) Use these commands to setup the database to allow minilogin:
Quote:
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;
4) As you've not created accounts in your database for you to log in with yet, you'll need to use this to initially create your accounts:
Quote:
insert into account (name,status, minilogin_ip) values('edgar1898',250,'127.0.0.1');
You'll need to replace 'edgar1898' with your login name and '127.0.0.1' with the ip address from your client machine.

5) Run minilogin.exe. You should see that it is up and running in a command box.

6) Run world.exe. You should see a line in there that it connected to the login server, and the box in #5 should say that it connected to the world.exe box in this step.

7) Run your boot5zones.bat file. You should see that they connect to your world.exe in #6, and the world.exe box in #6 should show all your zones connecting to it.

Note to anyone else - I'm doing this from memory; correct me if I'm wrong.
__________________
"Like what you like, enjoy what you enjoy, and don't take crap from anybody."
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 12:02 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