View Single Post
  #5  
Old 03-20-2004, 02:28 AM
Brood
Fire Beetle
 
Join Date: Nov 2002
Posts: 21
Default

Well, thank you for linking it, and I've installed it and everything, but to tell you the truth I have no idea what it does I have a dynamic IP, and where do I go from there? Only thing I can find is host a webaddress, which is not exactly what I want. I'm sorry for being such a newb, but a step-by-step guide (do not have to be very elaborate, i.e. with pictures and everything), would be a gift from heaven for me.

Or, I've found in create host that you can make that, and change in Boot5server my ip address to that host, if that's the right procedure. I don't know if it's that, but it doesn't work. Could still use some help though.

This is what I've tried so far:

host somethingorother.no-ip.info, to my current dynamic ip. Go into boot5zones:

Quote:
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:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . somethingorother.no-ip.info 7995 somethingorother.no-ip.info
start zone . somethingorother.no-ip.info 7996 somethingorother.no-ip.info
start zone . somethingorother.no-ip.info 7997 somethingorother.no-ip.info
start zone . somethingorother.no-ip.info 7998 somethingorother.no-ip.info
start zone . somethingorother.no-ip.info 7999 somethingorother.no-ip.info
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------------------------
And Loginserver.ini:

Quote:
### --- 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=myservername
worldaddress=somethingorother.no-ip.info
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
This doesn't work, I don't know if it is because they haven't updated the host yet, or if there is something else wrong. One thing that's always confused me is what to write at localhost. just "localhost", 127.0.0.1 and the ip address I've heard, but nothing of that works anyways.
Reply With Quote