Running new server
Ok I followed Jez's guide and got to the last steps of running world.exe and boot5zones.bat....ran them both and they flew by...am I doing everything correctly? also what do I do next? (Sorry learning as I go)
|
What do you mean "Flew by"? Post the contents of your loginserver.ini, db.ini, eqhost.txt, and boot5zones.bat........
|
Srry for the lame term I meant when the prog ran it opend and closed to fast to see any information, Heres my Loginserver.ini:
### --- This file tells world.exe what loginserver to connect to. ### --- Leave the account and password field BLANK. ### --- Public Login is un-supported as is LAN playing. We recommend using the eqemulator.net Loginserver ALWAYS. ### --- NOTE: You can NOT use the word "Server" in worldname. ### --- NOTE2: the word "Server" is added to each server automatically. # READ README.TXT [LoginServer] loginserver=eqlogin1.eqemulator.net loginserver2=eqlogin2.eqemulator.net loginserver3=eqlogin3.eqemulator.net loginport=5997 loginport=5997 loginport=5997 worldname=Legacy of Dark Skye worldaddress=MyExternalIP locked=false [WorldServer] Defaultstatus=0 Unavailzone= [LoginConfig] ServerMode=Standalone ServerPort=5999 UplinkAddress= UplinkPort= UplinkAccount= UplinkPassword= [ChatChannelServer] ChatChannelServer=YourInternalIPAddressHere My db.ini: # READ README.TXT! [Database] host=localhost user=MyUserName password=MyPass 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. My eqhost.txt: [Registration Servers] { "eqlogin1.eqemulator.net:5997" } [Login Servers] { "eqlogin1.eqemulator.net:5997" } And my boot5zones.bat: 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_us.txt goto NOSPELL start zone . YourIP 7995 localhost start zone . YourIP 7996 localhost start zone . YourIP 7997 localhost start zone . YourIP 7998 localhost start zone . YourIP 7999 localhost exit cls :NOSPELL echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup. PAUSE REM:---------------END------------------------ THanks in advance |
Ok i think Im almost there Im now stuck with 1017 when I try to log on my server....heres my login.ini, world.exe,zone.bat and host files:
loginserver.ini: ### --- This file tells world.exe what loginserver to connect to. ### --- Leave the account and password field BLANK. ### --- Public Login is un-supported as is LAN playing. We recommend using the eqemulator.net Loginserver ALWAYS. ### --- NOTE: You can NOT use the word "Server" in worldname. ### --- NOTE2: the word "Server" is added to each server automatically. # READ README.TXT [LoginServer] loginserver=eqlogin1.eqemulator.net loginserver2=eqlogin2.eqemulator.net loginserver3=eqlogin3.eqemulator.net loginport=5997 loginport=5997 loginport=5997 worldname=Dark Skye Legacy worldaddress=208.31.xx.xxx locked=false [WorldServer] Defaultstatus=0 Unavailzone= [LoginConfig] ServerMode=Standalone ServerPort=5999 UplinkAddress= UplinkPort= UplinkAccount= UplinkPassword= [ChatChannelServer] ChatChannelServer=YourInternalIPAddressHere Zone output: [Status] CURRENT_ZONE_VERSION: EQEMu 0.5.5-DR1 [Status] Loading Variables [Status] Loading zone names [Status] Loading items [Status] EMuShareMem loaded [Status] Loading npcs [Status] Loading NPCTypes from database... [Status] Loading npc faction lists [Status] Loading NPC Faction Lists from database... [Status] Loading loot tables [Status] Loading Loot tables from database... [Status] Loading doors [Status] Loading guilds [Status] Loading factions [Status] Loading corpse timers [Status] Loading what ever is left [Status] Loading commands [Status] command_init(): Warning: Command 'help' defaulting to access level 0! [Status] command_init(): Warning: Command 'version' defaulting to access level 0 ! [Status] command_init(): Warning: Command 'serversidename' defaulting to access level 0! [Status] command_init(): Warning: Command 'loc' defaulting to access level 0! [Status] command_init(): Warning: Command 'flag' defaulting to access level 0! [Status] command_init(): Warning: Command 'si' defaulting to access level 0! [Status] 157 commands loaded [Status] Entering sleep mode Connected to worldserver: 172.24.5.44:9000 World output: [Status] CURRENT_WORLD_VERSION:EQEMu 0.5.5-DR1 [Status] Loading variables.. [Status] Loading zones.. [Status] Loading items.. [Status] EMuShareMem loaded [Status] Loading items from database: count=26679, max id=68199 [Status] ./LoginServer.ini read. [Status] Loading guild ranks.. [Status] Loading ./addon.ini.. [Status] Loading EQ time of day.. [Error] Could not load EQTime file ./eqtime.cfg [Error] Unable to load ./eqtime.cfg [Status] Reboot zone modes ON [Status] Deleted 0 stale player corpses from database [Status] Deleted 0 stale player backups from database Assassinating people that whine about horses...done TCP listening on: 208.31.36.226:9000 World server listening on: 208.31.36.226:9000 Connected to LoginServer: eqlogin3.eqemulator.net:5997 17806 New TCP connection: 172.24.5.44:3136 17806 New TCP connection: 172.24.5.44:3137 17806 New TCP connection: 172.24.5.44:3138 New zoneserver: #1 172.24.5.44:3138 New zoneserver: #2 172.24.5.44:3137 New zoneserver: #3 172.24.5.44:3136 Zoneserver SetConnectInfo: 172.24.5.44:3136: 208.31.36.226:7995 Zoneserver SetConnectInfo: 172.24.5.44:3137: 208.31.36.226:7997 Zoneserver SetConnectInfo: 172.24.5.44:3138: 208.31.36.226:7996 17956 New TCP connection: 172.24.5.44:3139 17956 New TCP connection: 172.24.5.44:3140 New zoneserver: #4 172.24.5.44:3140 New zoneserver: #5 172.24.5.44:3139 Zoneserver SetConnectInfo: 172.24.5.44:3139: 208.31.36.226:7998 Zoneserver SetConnectInfo: 172.24.5.44:3140: 208.31.36.226:7999 eqhost.txt: [Registration Servers] { "eqlogin1.eqemulator.net:5997" } [Login Servers] { "eqlogin1.eqemulator.net:5997" } Any idea on how to fix this 1017? still lookin thru search results the x's are really represented by numbers in the IP |
Fix EQHost.txt, it may be part of the problem, I forget what to change it to, but search.
|
[Registration Servers]
{ "eqlogin1.eqemulator.net:5997" "eqlogin2.eqemulator.net:5997" "eqlogin3.eqemulator.net:5997" } [Login Servers] { "eqlogin1.eqemulator.net:5997" "eqlogin2.eqemulator.net:5997" "eqlogin3.eqemulator.net:5997" } |
Still getting 1017 :x .....dunno what else to do I can connect to my server if I change all IP's to localhost tho...
|
If you can connect by changing to localhost then that means it is a NAT issue.. Do you have a router? If you do, you will have to forward your internal IP to your external IP address... Also, make sure that all firewall software is opening the ports needed for EQEMu server..
|
Im not using a router.... just an ADSL modem do I still have to do the same thing?
|
I noticed another server owner having very similar problems to mine...except he was using minilogin...will minilogin bypass my 1017 problem?
|
All times are GMT -4. The time now is 09:35 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.