PDA

View Full Version : I can't unlock my own server


KinsinEriksin
07-24-2002, 01:07 AM
Ok I have read all the other posts and I made sure I did what everyone else has said to do, but I still have problems here are my files.

First my loginserver.ini



[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Ninja
account=
password=
worldaddress=12.221.105.77

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

Here is my boot5zones

start zoneNT . 127.0.0.1 7995 12.21.105.77
start zoneNT . 127.0.0.1 7996 12.21.105.77
start zoneNT . 127.0.0.1 7997 12.21.105.77
start zoneNT . 127.0.0.1 7998 12.21.105.77
start zoneNT . 127.0.0.1 7999 12.21.105.77

I run world.exe then I run the boot5zones.exe in that order as well. Anyone out there know what to do? Thanks

-Kinsin

Shawn319
07-24-2002, 03:46 AM
You did not do it right lol.. where it says "YourIP" in boot5zones.bat, you put your REAL IP address.. not 127.0.0.1


start zoneNT . 127.0.0.1 7995 12.21.105.77

See what your doing wrong? you need your IP in BOTH places, not just the second one.

KinsinEriksin
07-24-2002, 08:08 AM
Well I had done that, and it didn't work then I saw a post somewhere telling someone to change the first column back to the 127. blah blah stuff.

Ok I switched it to my ip and everything...and I just noticed that I get an error message in the zone windows

here is a Screenshot

http://www.geocities.com/bokuwakamides/Error.jpg

http://www.geocities.com/bokuwakamides/Error.jpg

Let me guess...this is an entirely different matter?

Shawn319
07-24-2002, 08:36 AM
What OS are you on? do you have a firewall/proxy?

KinsinEriksin
07-24-2002, 08:51 AM
Im using Win2k and I do not have an installed proxy that I know of...I am using cable modem service and as I have read that can be a little tricky with EQEmu.

donfi
07-25-2002, 11:58 AM
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: zoneNT.exe is for use with Windows NT, 2000 and XP.

REM:--------------Start-----------------------


@echo off
start zoneNT . 24.127.8.45 7995 127.0.0.1
start zoneNT . 24.127.8.45 7996 127.0.0.1
start zoneNT . 24.127.8.45 7997 127.0.0.1
start zoneNT . 24.127.8.45 7998 127.0.0.1
start zoneNT . 24.127.8.45 7999 127.0.0.1
exit
cls


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



The above file works on my XP.

cut and past it to your 2000 in notepad or wordpad save as Boot5Zones.bat in c:\eqemu or your eqemu directory. Then change 24.127.8.45 to your IP (12.21.107.77 i am assuming) in all five spots and save again. It should work. Good luck.

Shawn319
07-25-2002, 12:48 PM
Ok I have read all the other posts and I made sure I did what everyone else has said to do, but I still have problems here are my files.

First my loginserver.ini



[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Ninja
account=
password=
worldaddress=12.221.105.77

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

Here is my boot5zones

start zoneNT . 127.0.0.1 7995 12.21.105.77
start zoneNT . 127.0.0.1 7996 12.21.105.77
start zoneNT . 127.0.0.1 7997 12.21.105.77
start zoneNT . 127.0.0.1 7998 12.21.105.77
start zoneNT . 127.0.0.1 7999 12.21.105.77

I run world.exe then I run the boot5zones.exe in that order as well. Anyone out there know what to do? Thanks

-Kinsin


ahhhh wait a sec, the forums are telling me your IP is actually 12.221.105.77, not 12.21 like you have down there.. double check the IP :)