Thread: It's Alive
View Single Post
  #2  
Old 09-13-2004, 02:17 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Loginserver.ini should read:
Code:
# READ README.TXT 
[LoginServer] 
loginserver=localhost 
loginport=5999 
worldname=my minilogin test 
worldaddress=localhost 
locked=false 
account=eqemu 
password=eqemu 


[WorldServer] 
Defaultstatus=0 
Unavailzone= 

[LoginConfig] 
ServerMode=Standalone 
ServerPort=5999 
UplinkAddress= 
UplinkPort= 
UplinkAccount= 
UplinkPassword= 

[ChatChannelServer] 
ChatChannelServer=localhost

Boot5zones.bat should read:
Code:
start zone . localhost 7995 localhost 
start zone . localhost 7996 localhost 
start zone . localhost 7997 localhost 
start zone . localhost 7998 localhost 
start zone . localhost 7999 localhost 
exit 
cls

I quote:
Quote:
Originally Posted by Bluejam
MiniLoginAccounts.ini


Code:
	
localhost eqemu eqemu
IMPORTANT: You HAVE to add a space after this line:

Code:
	
localhost eqemu eqemu_ <-- that's supposed to be a space
You need to add another line just like the first only with each individual UN and PW, for each computer participating...

Each computer participating must have eqhost.txt file that reads:
Code:
[Registration Servers] 
{ 
"localhost:5999" 
} 
[Login Servers] 
{ 
"localhost:5999" 
}


[edit] Also, make sure that any firewalls that are running, have all the ports you see above open, so that incoming traffic will function properly...
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
Reply With Quote