Minilogin 6.2 not connecting with world.exe
I'm a complete newbie to Mysql and EQEmu and I am attempting to create a server that I can use with some friends here at our lan parties. Thanks to all the hard work on these programs and guides from you guys I feel that I am extremely close to this becoming a reality for my friends and I. OK here is the background:
I'm using a windows 2000 domain ctl, with AD as my server.
I have followed the guides and ran into a few road blocks that I was able to over come.
At this point here is what happens:
Run Minilogin 6.2 and it is listening on port 5999
Run World.exe 0.6.4 and it is listening on port 9000
(here is where I kinda thought that the problem might be because they are both listening on different ports. I tried changing the minilogin to listen on port 9000 as well and still no luck.)
The Minilogin is not connecting to world server.
I launch boot5zones.bat and all zones load properly with no errors and fall into sleep mode.
I launch my eq executable and it connects to minilogin fine, (I can see where 1 client machine is connected on the minilogin server) However it hangs right there and will not go past the "connecting to the login server dialog box on the client. I believe this is because of world not connecting to minilogin, if it isn't then I will troubleshoot that once I get them to connect.
Now I have messed around with all the ini,bat, and config files and know that they are probably messed all up at this point but I followed the guide and can't get this to work right.
Any help would be great! Thanks, TWEAK!
Here are the files:
Loginserver.ini:
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=KnightQuest
worldaddress=127.0.0.1
locked=false
#you dont need an account unless you need chat or get preferred
#account=*****
#password=*****
[WorldServer]
Defaultstatus=
Unavailzone=
#[ChatChannelServer]
#ChatChannelServer=216.117.177.125
#worldshortname=FNW
#chatport=7778
[LoginConfig]
ServerMode=minilogin
ServerPort=5999
Boot5zones.bat (Here I have set it to boot only one zone for troubleshooting purposes)
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 . 192.168.1.101 7995 127.0.0.1
#start zone . 192.168.1.101 7996 127.0.0.1
#start zone . 192.168.1.101 7997 127.0.0.1
#start zone . 192.168.1.101 7998 127.0.0.1
#start zone . 192.168.1.101 7999 127.0.0.1
#start zone . 127.0.0.1 7999 127.0.0.1
#start zone . 127.0.0.1 8000 127.0.0.1
#start zone . 127.0.0.1 8001 127.0.0.1
#start zone . 127.0.0.1 8002 127.0.0.1
#start zone . 127.0.0.1 8003 127.0.0.1
#start zone . 127.0.0.1 8004 127.0.0.1
#start zone . 127.0.0.1 8005 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
DB.ini
# READ README.TXT!
[Database]
host=localhost
user=******
password=******
database=eq
compression=off
### --- 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.
|