View Single Post
  #2  
Old 02-19-2012, 12:33 PM
Noport
Opcode Ninja
 
Join Date: Mar 2009
Location: San francisco
Posts: 426
Default

Click on url and follow Vales guide http://www.eqemulator.org/forums/showthread.php?t=29043 and Good Luck!

Start at Step # 1 - #3 if you have not downloaded the server files.

Just a Note: if you already donwloaded the server files under trunk\EQEmuServer\EQEmuLoginServer\login_util directory is the files you need for your sql server database.
Start at Step # 9: - #18

loginserver.ini needs to look like this:
Code:
[LoginServer]
loginserver=localhost
loginport=5999
worldname=Everquest Offline
worldaddress=localhost
locked=true
account=
password=


[WorldServer]
Defaultstatus=
Unavailzone=
 

[ChatChannelServer]
worldshortname=Offline
chataddress=
chatport=

 
[LoginConfig]
ServerMode=StandAlone
ServerPort=5999
Code:
Only If using Winxp: 
Goto Network Connection Properties
You'll Be at General
Click on Advanced
Click Settings
Leave Firewall ON
Click Exceptions
Click Add Port
Click Change scope
Any Computer [Including those on the Internet]
Click Ok
Name: EqEmuloginServer
Port number: 5999 UDP
Click Ok
Click Add Port
Click Change scope
Any Computer [Including those on the Internet]
Click Ok
Name: EqEmuloginServer
Port number: 5998 UDP
Click Ok
That should now allow other computers
on your local network to connect to your server.
Reply With Quote