PDA

View Full Version : Problem and dont see solution. (serverlist)


JuanKa
05-14-2004, 04:23 AM
Hello all, i see all post in forums, use search and i dont h solution, my problem is...

I use Faq for server and client in same PC , whit 5.6 eqemu, i start minilogin, world and boot5, and no problems all good, bud i log in eq and i dont see my server in serverlist and button for play in server ( i supose dont see button for no h serverlist)

I open all ports in my Modem router 3com 812, i h Adsl conection, make tutorial for play in land and same problem.

DB.ini
# READ README.TXT!

[Database]
host=localhost
user=MySQLuser
password=MySQLpass
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.

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.

[LoginServer]
loginserver=localhost
loginport=5999
worldname=JuanKaWorld
worldaddress=localhost
locked=false
account=eqemu
password=eqemu


[WorldServer]
Defaultstatus=0
Unavailzone=

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


boot5zones.bat
REM: ****READ THE FOLLOWING REMARKS****

REM: There are other remarks in the original file, but I want to use this space for
REM: comments. You can erase everything in your Boot5zones.bat and paste the whole quote.
REM:
REM:
REM: IMPORTANT: Delete all spaces behind every line.
REM: -> If the cursor doesn't jump into the next line when you
REM: hit the right arrow key at the end of a line, hit backspace until
REM: it reaches the last character.
REM:
REM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

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

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------


i start and see this code:

LoginServer.ini read.
MiniLoginAccounts.ini read.
Server mode: Standalone
Login server listening on port:5999


world

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR2
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id=68199
[LoginServer] block not found in './LoginServer.ini'.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Formatting drive C:
TCP listening on: port 9000
World server listening on: port 9000
38325 New TCP connection: 127.0.0.1:1123
38325 New TCP connection: 127.0.0.1:1124
38325 New TCP connection: 127.0.0.1:1125
38325 New TCP connection: 127.0.0.1:1126
38325 New TCP connection: 127.0.0.1:1127
New zoneserver: #1 127.0.0.1:1127
New zoneserver: #2 127.0.0.1:1126
New zoneserver: #3 127.0.0.1:1125
New zoneserver: #4 127.0.0.1:1124
New zoneserver: #5 127.0.0.1:1123
Zoneserver SetConnectInfo: 127.0.0.1:1123: localhost:7995
Zoneserver SetConnectInfo: 127.0.0.1:1124: localhost:7998
Zoneserver SetConnectInfo: 127.0.0.1:1125: localhost:7999
Zoneserver SetConnectInfo: 127.0.0.1:1126: localhost:7997
Zoneserver SetConnectInfo: 127.0.0.1:1127: localhost:7996


and Zone

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.7-DR2
[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] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 5093
[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] 160 commands loaded
[Status] Entering sleep mode
Connected to worldserver: localhost:9000



I dont see problems onle see in world this line:

Zoneserver SetConnectInfo: 127.0.0.1:1127: localhost:7996

i dont h server in 127.0.0.1, i use for server 192.168.0.2, next machine is 192.168.0.1, and gateway 192.168.0.50

anyone h or know solution for this problem?

Thx for help.

mikenune
05-14-2004, 05:08 AM
127.0.0.1 is an IP address that means "this computer." It's just a computer's way of saying "localhost."

Also, it looks like you need to add the following to the bottom of your LoginServer.ini:

[ChatChannelServer]
ChatChannelServer=127.0.0.1
Also, I'd make sure your eqhost.txt file points to "localhost" instead of "register.eqemulator.net" and "eqloginX.eqemulator.net."

JuanKa
05-14-2004, 05:49 AM
i make changes and dont work (

i remember and no write in las post, i compile whit tutorial 5.7 DR2 and no problems in compile.

Use Hub (3c812 is hub and modem) and to use Switch SMC EZ switch 10/100.
Win Xp.

eqhost.txt

[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}

Derision
05-14-2004, 05:57 AM
[LoginServer] block not found in './LoginServer.ini'.


Looks to me like you have a space at the end of the line [LoginServer] in your LoginServer.ini. World doesn't cope well with spaces at the ends of lines, so make sure you don't have any.

JuanKa
05-14-2004, 06:10 AM
grr i idiot.. i dont see this error, now work fine thx Derision for help.