1017 errors
I am running my server on win2k, SP3, MySql 3.23 and the latest version of eqemu & minilogin.exe from eqemu.net on a private internal network. I run nat on a machine configured as a router that only affects communication with public addresses outside the house. My server and client machine are both privately addressed. I have already typed !help on IRC and applied the patch to my client (it works with servers on the eqemu network & can login, create chars etc)
I can start my server up with no errors (minilogin.exe, world.exe & boot5zones.bat) and have already done the commands "world.exe adduser eqemu eqemu 200" as well as open up permissions on my sql data base. I can log into my server from my game client on a different machine and get to the server select where my newly created sever shows up. However, when I try to join that server to get to character creation, I get a 1017 error that says I must patch. I've spent a few hours going thru the boards & reading the readme looking for answers and trying answers to other folk's issues with no luck. Since I am able to log my client into games hosted here, I'm thinking there is a communication issue between minilogin.exe and world.exe on my server but I'm not sure. I really would like to keep this server only communicating on my private internal network. Does anyone have any ideas on what I am doing wrong please? Thank you |
edited files
Here's the files I had to edit:
Everywhere you see the IP 127.0.0.1, I have already tried placing "localhost" and 192.168.1.185 (the IP of the machine) db.ini # READ README.TXT! [Database] host=localhost user=administrator password=***** database=eq ### --- This file tells world.exe what computer mySQL is on. Host should ### --- be left "localhost" unless mysql is on a differant computer than world.exe. Loginserver.ini ### --- 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 reccomend using the EQEmu.net Loginserver ALWAYS. ### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname. ### --- NOTE2: the word "Server" is added to each server automaticly. # READ README.TXT [LoginServer] loginserver=127.0.0.1 loginserver2=127.0.0.1 loginport=5999 loginport2=5999 worldname=Home locked=false account= password= worldaddress=127.0.0.1 [WorldServer] Defaultstatus= Unavailzone= [LoginConfig] ServerMode=Standalone ServerPort=5999 UplinkAddress= UplinkPort= UplinkAccount= UplinkPassword= Boot5zones.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_en.txt goto NOSPELL start zone . 127.0.0.1 7995 127.0.0.1 start zone . 127.0.0.1 7996 127.0.0.1 start zone . 127.0.0.1 7997 127.0.0.1 start zone . 127.0.0.1 7998 127.0.0.1 start zone . 127.0.0.1 7999 127.0.0.1 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------------------------ |
All times are GMT -4. The time now is 12:41 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.