Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::General Support

Archive::General Support Archive area for General Support's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
  #1  
Old 04-06-2003, 09:08 PM
xelnagan
Sarnak
 
Join Date: Mar 2003
Location: Hell -.-;;
Posts: 66
Default Here's a solution that worked for me.

Right, take a looksie here. Last night I had to figure this out on my own, and well... I did it.

This is my LoginServer.ini file.

Code:
[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Xelnagan's
worldaddress=192.168.0.130
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
Notice how the worldaddress is not 127.0.0.1 or localhost? Yeah, if you leave it like that, the additional clients logging on will be trying to log onto a server on their own computer, which is non-existant, hence the 1017.

This is my Boot5zones.bat file.

Code:
start zone . 192.168.0.130 7995 192.168.0.130
start zone . 192.168.0.130 7996 192.168.0.130
start zone . 192.168.0.130 7997 192.168.0.130
start zone . 192.168.0.130 7998 192.168.0.130
start zone . 192.168.0.130 7999 192.168.0.130
Again, this needs to be the host computer's IP and not 127.0.0.1 or localhost, otherwise the additional clients will be trying to load it from their own computer... Again...

This is my MiniLoginAccounts.ini.

Code:
192.168.0.130 eqemu eqemu
192.168.0.1 joe blow
Each client's log account must be bound to THEIR IP, otherwise they will be accessing eqemu every time(yes, even if you use different login information). I also noticed it wasn't accepting accounts until I booted up EQAdmin and set the passwords in the database for the accounts.

Last, but not least... This is my eqhost.txt for the other computers/clients, the host should be using the second one I list.

Code:
[Registration Servers]
{
"192.168.0.130:5999"
}
[Login Servers]
{
"192.168.0.130:5999"
}
Code:
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
Replace 192.168.0.130 with your IP and everything should be fine(with the exception of replacing account names, passwords, and user IPs in MiniLoginAccounts.ini).

Good luck with that =D I've tested it, and it's working like a charm.

- Xelnagan
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 12:12 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3