PDA

View Full Version : newb question


Riotgamer2212
07-17-2008, 05:06 PM
ok so im running my minilogin and a server my server connects to the minilogin but when i connect via everquest i can see the server on my server list :???: how would i fix this?

Riotgamer2212
07-17-2008, 05:21 PM
here is all my code



eqemu_config.xml



<?xml version="1.0">
<server>
<world>
<shortname>Riot</shortname>
<longname>Riot's Place</longname>

<!-- Only specify these two if you really think you need to. -->
<!--<address>192.168.0.5</address>-->
<!--<localaddress>192.168.0.5</localaddress>-->

<!-- Loginserver information. -->
<loginserver>
<host>192.168.1.2</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>



.......



LoginServer






[LoginServer]
loginserver=192.168.1.2
loginserver2=
loginport=5999
loginport2=5999
worldname=Riot's Place
worldaddress=192.168.1.2
locked=false
account=riot
password=*******

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999



..........

any suggestions would be appriated, thank you

Congdar
07-17-2008, 05:46 PM
un-rem these and put the correct ip in

<!--<address>192.168.0.5</address>-->
<!--<localaddress>192.168.0.5</localaddress>-->

Riotgamer2212
07-17-2008, 06:04 PM
o wow i cant believe i missed that thankx gonna try that out then