PDA

View Full Version : Private Server


delvecieo
02-23-2002, 08:04 AM
I was curious, how do I set up the emulator to run on my computer "like my own server, I remember vipermax saying something about this along time ago" instead of connecting to another sever like gotfrags? :confused:

dablasta
02-23-2002, 08:21 AM
go into eqhost.txt in the eqemu everquest directory, or wherever you're running eq from for the emu and put this in instead of gotfrags...

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

that should make it log onto your mysql server, then set the db.ini to point to 127.0.0.1, db.ini should now say:

[Database]
host=127.0.0.1
user=<your mysql UN>
password=<your mysql PW>
database=<your eqemu DB name in mysql, usually eq>

then make your loginserver.ini say:

[LoginServer]
loginserver=<your ip here>
worldname=<the server's server select screen name>
locked=false
account=
password=
worldaddress=

i think i covered everything.. try it out

delvecieo
02-23-2002, 02:56 PM
It just say connection to server failed error 10061.... Any ideas?:confused:

delvecieo
02-23-2002, 02:59 PM
what did you mean by saying?

worldname=<the server's server select screen name>

Baron Sprite
02-23-2002, 06:23 PM
whatever you want your server to be called, IE: bob's land.
also make sure to grant yourself rights in mysql.

delvecieo
02-26-2002, 04:59 AM
how do I grant my self rights in mysql?

Drawde
02-26-2002, 05:31 AM
Set your account Status value to 200 (EQEmu Admin is the best way to do this)

Kvaras
03-05-2002, 03:08 AM
Hmm, I am also getting the "Error: 10061" when running World.exe

Anyone have any insites on this? I followed everthing else in this post exactly, and have the account already created ect.

dayzedmadman
03-05-2002, 03:34 PM
i got that error i think... just right click boot5zones.win9x.bat and edit it, change the ip's that are in there to 127.0.0.1, should fix your problem

mythren
03-05-2002, 04:15 PM
I, too, am getting the "Error: 10061" -all of my IP's in Boot5 were already 127.0.0.1

Anyone having any luck in resolving this?

Morphling
03-06-2002, 03:38 PM
I hope that anyone having the 10061 problem is starting things in this order:
minilogin.exe
worldserver.exe
boot5zones.bat

Sounds like the minilogin wasn't being started before.