PDA

View Full Version : Assistance needed // re-patch


jbig18
12-13-2004, 04:05 PM
Greetings, I am new to making an EqEmu server, and I have made one and such, I can login just fine, create characters, and zone, but one thing, no one else can join my server, the message they get when trying says they need to re-patch, or run the eq patcher. Any help would be wonderful.

Thanks in advance...

Malignus Wingnut
12-13-2004, 04:50 PM
Post Loginserver.ini and boot5zones.bat

If you're trying to host a public server and you are behind a router you'll need to forward the ports your zone.exes and world.exe uses to your internal ip address if you wish to have other people join it.

jbig18
12-13-2004, 05:00 PM
I an not behind a router, I have a cable connection, i am directly connected to the modem, and i have put the correct external ip and internal ip in there, I can connect to my own server just fine and I can connect to others, just no one can connect to mine, it gives them the error I posted above

jbig18
12-13-2004, 05:07 PM
OOHH and here is my db.ini and my loginserver.ini and my boot5zone.bat

db.ini --

[Database]
host=localhost
user=server
password=cow
database=eq

loginserver.ini --

[LoginServer]
loginserver=newlogin1.eqemulator.net
loginport=5994
worldname=Don't Join
worldaddress=67.166.108.10
locked=false
account=
password=


[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

(i added 5 more zones) boot5zone.bat --

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 . 67.166.108.10 7995 67.166.108.10
start zone . 67.166.108.10 7996 67.166.108.10
start zone . 67.166.108.10 7997 67.166.108.10
start zone . 67.166.108.10 7998 67.166.108.10
start zone . 67.166.108.10 7999 67.166.108.10
start zone . 67.166.108.10 8000 67.166.108.10
start zone . 67.166.108.10 8001 67.166.108.10
start zone . 67.166.108.10 8002 67.166.108.10
start zone . 67.166.108.10 8003 67.166.108.10
start zone . 67.166.108.10 8004 67.166.108.10
exit
cls

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

REM:---------------END------------------------[/list]

jbig18
12-13-2004, 05:54 PM
Please disreguard this post in future time, I have solved the problem, thanks to the person that tried to help :D