Hello all,
as you've heard 1000 times "im new here".. ive been messing with the EQemu
for the last week or so ...played EQ for 5 years back when it first came out.. (god was i addicted) im RIGHT on the edge of having it working.. i just need alittle assistance... if you guys would please..
im prety decent at networking / hardware ect.. but my database skills are just plain bad...
so heres what i have...
2 computers - One's the server.. other is my laptop
Computer1 = Server = Ipaddress: 192.168.9.10
Computer2 = Laptop = Ipadress: 192.168.9.108
(their on the same segment, can ping/connect to each other ect)
i downloaded everything and followed the guide
to the LETTER...
http://www.eqemulator.net/wiki/wikka...ka=ws992mysql5
i installed Minilogin version 6.2 -- configured it's login ini
(looks like this)
Code:
### --- 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 reccomend using the EQEmu.net Loginserver ALWAYS.
### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.
# READ README.TXT
[LoginServer]
loginserver=192.168.9.10
loginserver2=127.0.0.1
loginport=5999
loginport2=5999
worldname=Ice
worldaddress=192.168.9.10
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=StandAlone
ServerPort=5999
.. yeah calling the server ice...
i installed Everquest titanium on the laptop (and server) - Changed the Eq host file
Looks like this
Code:
[LoginServer]
Host=192.168.9.10:5999
im running the start.bat
Code:
@echo off
start world.exe
cls
echo Wait for World to finish loading... Press Enter when done.
pause
start eqlaunch.exe zone
exit
all the screens come up fine
as you can see the login server see's my connection... and i can get to the server select screen... but my server isnt listed...
Emu Config
Code:
<?xml version="1.0">
<server>
<world>
<shortname>Ice</shortname>
<longname>Ice</longname>
<!-- Only specify these two if you really think you need to. -->
<!--<address>192.168.9.10</address>-->
<!--<localaddress>127.0.0.1</localaddress>-->
<!-- Loginserver information. -->
<loginserver>
<host>192.168.9.10</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>
<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>******</password>
<db>peq</db>
</database>
</server>
im thinking version conflict ? maybe ?
how do i tell ( i tried using the EQ VerCheck4.exe ) the results make no sense to me.. ? and any idea's ?
im so close to getting it working.. its killing me..
Thank you in advance for your time,
~Nall