this is how i set it up
first i downloaded all the stuff it says in the tut on the wiki
im useing mysql 4.0.22
cd c:\mysql\bin
mysql -u root
create database eq;
GRANT ALL PRIVILEGES ON eq.* TO ravenhart@localhost IDENTIFIED BY 'loneless' WITH GRANT OPTION;
use eq;
source load_system.sql; source load_empty_users.sql;
at this point i get a load of queary row 1 row affected for about 15 mins
Delete from items;
INSERT INTO variables VALUES ('ZSPassword', '12345', 'Zone Server Password', '2005-06-02 21:32:56');
exit
then
cd c:\mysql\bin
mysql -u root
use eq;
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;
insert into account (name,status, minilogin_ip) values('ravenhart',250,'127.0.0.1');
exit
[Database]
host=localhost
user=ravenhart
password=loneless
database=eq
REM: REM: Read this first!!!
REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.
REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1
REM: If you still get errors try using localhost instead of 127.0.0.1
REM:
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zoneperl . 127.0.0.1 7995 127.0.0.1
start zoneperl . 127.0.0.1 7996 127.0.0.1
REM: start zoneperl . 127.0.0.1 7997 127.0.0.1
REM: start zoneperl . 127.0.0.1 7998 127.0.0.1
REM: start zoneperl . 127.0.0.1 7999 127.0.0.1
exit
cls
:NOSPELL echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup. PAUSE
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.
### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.
### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.
# READ README.TXT
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=lonelessfighter
worldaddress=127.0.0.1
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=standalone
ServerPort=5999