EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=617)
-   -   No Servers shown?? (https://www.eqemulator.org/forums/showthread.php?t=4070)

nova1_ 11-26-2002 02:06 PM

No Servers shown??
 
Hello All,
Well with the great walkthrough provided in these forums i got everything up and runnin. My only problem is when I log (or start eq), and get to the server screen, no servers are shown. Anybody have any ideas? I didnt see any errors, and am running a stand alone server.

Cheers

nova1_ 11-26-2002 03:28 PM

PS
 
I followed this to a T

3. Download the latest mysql. (I am using 3.23.51)
install mysql and set your password. for the purpose of this walkthrough
I will use the following.
username: test
password: test


4.(NOTE: If you are repeating this step be sure to drop your old
eq database from mysql before continuing,if not keep going!)

Next go to the mysql\bin directory and run mysqladmin.exe
Once inside go to the database tab.
Right click on your hostname and select create database.
call the database eq
Now go back to the environment tab and select Hideme.
Next copy the db.sql to the mysql\bin directory
then run the mysql.exe from mysql\bin directory
In mysql type in:
use eq;
source db.sql;

DO NOT CLOSE THE DOS WINDOW UNTIL IT IS DONE SCROLLING AND YOU ARE
BACK AT A PROMPT.


5.Next modify your files found in the following locations
(Remember these files are modified assuming what I have covered in the above
steps):

In the eqemu directory modify:

boot5zones.bat


@echo off
start zoneNT . localhost 7995 localhost -- ZoneNT was changed to zone (using XP)
start zoneNT . localhost 7996 localhost
start zoneNT . localhost 7997 localhost
start zoneNT . localhost 7998 localhost
start zoneNT . localhost 7999 localhost
exit
cls



db.ini


[Database]
host=localhost
user=test
password=test
database=eq


Loginserver.ini


[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Evertest
locked=false
account=
password=
worldaddress=localhost

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

In the everquest directory modify:

eqhost.txt


[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}


datarate.txt


10.0



6.go to the start button and select run and type in cmd
this will open to the DOS prompt.
change directory to your eqemu directory(ex: cd eqemu)
This is the location of the world.exe file.
Type in the following:
world.exe flag eqemu 200


7.When all this is complete launch the following programs in this order:
In the eqemu directory run:
minilogin.exe
world.exe
boot5zones.bat

In the everquest directory:
eqgame.exe patchme


At this point you should be able to login with the
following GM account:
username:eqemu
password:eqemu


All times are GMT -4. The time now is 08:34 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.