EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Tutorials/Howto's (https://www.eqemulator.org/forums/forumdisplay.php?f=619)
-   -   Getting Server Unlocked (https://www.eqemulator.org/forums/showthread.php?t=13877)

Deus 05-22-2004 01:06 PM

omg Deri you own! it worked! thanks so much!

Deus 05-22-2004 01:10 PM

Yep all is well except i cannot log on to my server,every time, before the loading screen, it goes back to server select, I know this is starting to annoy you guys, sorry, this is my first time setting up a server, do i need the binaries thing?

Derision 05-22-2004 01:14 PM

Did you upgrade to the 5.7DR3 server executables as I suggested in my previous post ? I know you can login to my server, so you won't be able to login to a 5.6 server with that client, but if you download http://www.rama.demon.co.uk/5.7DR3WIN32.zip then you should be able to login to that version of the server.

Deus 05-22-2004 01:33 PM

Nope still same problem =/

Derision 05-22-2004 01:36 PM

Post your loginserver.ini, and boot5zones.bat here, and the output of world.exe

If you have a linksys router, Richardo's guide is helpful:

http://www.eqemulator.net/forums/vie...hlight=linksys

Deus 05-22-2004 01:38 PM

Code:

### --- 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 recommend using the eqemulator.net Loginserver ALWAYS.

### --- NOTE: You can NOT use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automatically.
# READ README.TXT
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=Shadow Worlds(Beta)
worldaddress=141.153.74.138
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
ChatChannelServer=localhost

Code:

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

start zone . 141.153.74.138 7995 192.168.1.100
start zone . 141.153.74.138 7996 192.168.1.100
start zone . 141.153.74.138 7997 192.168.1.100
start zone . 141.153.74.138 7998 192.168.1.100
start zone . 141.153.74.138 7999 192.168.1.100
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one.  Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------

the first is Loginserver.ini
Code:

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR3
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id=68199
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Assassinating people that whine about horses...done
TCP listening on: 141.153.74.138:9000
World server listening on: 141.153.74.138:9000
Connected to LoginServer: eqlogin1.eqemulator.net:5997


Derision 05-22-2004 01:45 PM

Change all occurences of 141.153.74.138 in LoginServer.ini and boot5zones.bat to your dns name pool-141-153-74-138.clrk.east.verizon.net

Edit: c:\windows\system32\drivers\etc\hosts

and add

192.168.1.100 pool-141-153-74-138.clrk.east.verizon.net

to the end of it.

Restart your server. That might allow you to connect, but if you have a firewall, there might be some more work to do to let others connect.

Deus 05-22-2004 01:55 PM

Code:

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

start zone . -141-153-74-138.clrk.east.verizon.net
 7995 -141-153-74-138.clrk.east.verizon.net

start zone . -141-153-74-138.clrk.east.verizon.net
 7996 -141-153-74-138.clrk.east.verizon.net

start zone . -141-153-74-138.clrk.east.verizon.net
 7997 -141-153-74-138.clrk.east.verizon.net

start zone . -141-153-74-138.clrk.east.verizon.net
 7998 -141-153-74-138.clrk.east.verizon.net

start zone . -141-153-74-138.clrk.east.verizon.net
 7999 -141-153-74-138.clrk.east.verizon.net

exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one.  Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------

I must be the dumbest person in the world, it takes me this long to set up a server
Code:

### --- 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 recommend using the eqemulator.net Loginserver ALWAYS.

### --- NOTE: You can NOT use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automatically.
# READ README.TXT
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=Shadow Worlds(Beta)
worldaddress=-141-153-74-138.clrk.east.verizon.net
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
ChatChannelServer=localhost


Deus 05-23-2004 05:46 AM

That is just great, my idiot brother patched and now i can't login =/

Deus 05-24-2004 12:10 PM

Nm got connection back and can log now, so any help?
I bet the problem is in the boot5zones.bat file, isn't it?


All times are GMT -4. The time now is 07:46 AM.

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