View Single Post
  #2  
Old 03-10-2005, 05:00 AM
sysadmin
Hill Giant
 
Join Date: Feb 2005
Posts: 163
Default

Check Spikes' Tutorial here. That is what I used to set up my first eqemu.

Here is what I see on your post:

You need to download mysql ver 4.0.23, install it, add your username and password to the database, source eqemu database, Optional: Install myodbc driver version 3.51 if you want to use a database manager to browse and change parameters in the database.


Source this:

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;


Clear account and password fields in LoginServer.ini.

Change ServerMode to minilogin in Loginserver.ini.

Find the all the .map maps and put them in a directory called maps in your eqemu directory.

I never used miniloginaccounts.ini, i am not sure if tell you to delete it or not.

I hope this helps.


Sysadmin.

Last edited by sysadmin; 03-10-2005 at 01:09 PM..
Reply With Quote