Ok, I fixed all the errors I was receiving except one. (I'm getting closer). The error is when I run minilogin.exe, which works fine, and then I run the world.exe program. I receive error password is bad and at the same time minilogin.exe reports it received connection from the computer running world.exe but also reports password bad. I went through all the files that were mentioned to check the password and usernames. They are correct. I also tried leaving them blank. Let me type up what I have typed up in each file and were it is listed. I am so close.
On PC 1:
In the C:\Documents and Settings\Administrator\My Documents\minilogin\ folder I have 3 files: LoginServer.ini, MiniLogin.exe and miniloginaccounts.ini.
Inside LoginServer.ini I have:
[LoginServer]
loginserver=192.168.0.2 (PC1)
loginserver2=192.168.0.2 (PC1)
loginport=5999
loginport2=5999
worldname=vns (Computer name with world.exe)
locked=false
account=froggyliver (username of mysql on PC2)
password=3123 (password of mysql on PC2)
worldaddress=192.168.0.3 (PC2 with world.exe)
[WorldServer]
Defaultstatus=
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
In the miniloginaccounts.ini file I have listed: (192.168.0.2 is PC1 running minilogin.exe and EQW)
192.168.0.2 user1 password1
192.168.0.2 user2 password2
192.168.0.2 user3 password3
192.168.0.2 user4 password4
On PC2:
I have c:\eqemu\ c:\mysql\ (copied db.sql from c:\eqemu\ to c:\mysql\bin folder) and edit the files: Boot5zones.bat, loginserver.ini, and db.ini and have in them the following:
Boot5zones.bat: (I tried the exact IP of PC2 running world.exe also)
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
loginserver.ini:
[LoginServer]
loginserver=192.168.0.2 (PC1)
loginserver2=192.168.0.2 (PC1)
loginport=5999
loginport2=5999
worldname=vns (PC2 with world.exe)
locked=false
account=froggyliver (username for sql on PC2)
password=3123 (password for mysql on PC2)
worldaddress=localhost (PC2)
[WorldServer]
Defaultstatus=
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
db.ini:
[Database]
host=localhost (PC2)
user=froggyliver (username of mysql on PC2)
password=3123 (password of mysql on PC2)
database=eq (name of database on PC2 running mysql)
OK. That is all the files and porgram I currently have and have edit. I hope I explained it well enough so I can get help. Again, the only error I am now reveiving is "bad password" when I run minilogin.exe and world.exe. Boot5zones.bat seems to be working fine. Thank you for your time in helping me with this.