browsebot
06-02-2008, 09:50 PM
I already searched the forums for "missing character" and "character gone", but didn't find a solution.
I set up a server using the PEQ database and installing EQEMU using the EQEMU auto installer.
Minilogin and the world/zone server screens do everything as intended, but the problem I was having was that the server did not show up on the server select screen.
I fixed that by changing the IP in the account table from 127.0.0.1 to the actual machine IP via MYSQL Query Browser, and changing the type from "public" to "minilogin".
So now the server does show up on the server select screen, but the previously created characters are gone.
But in MYSQL Query Browser, the characters still show up in the corresponding accounts tables.
If the characters are still there according to Query Browser, why don't they show up on the server select screen?
Config files below.
EQHOST.TXT:
[LoginServer]
Host=75.178.23.82:5999
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 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=75.178.23.82
loginport=5999
worldname=Immortality
worldaddress=75.178.23.82
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
EQEMU_CONFIG.XML:
<?xml version="1.0">
<server>
<world>
<shortname>Immortality</shortname>
<longname>Immortality</longname>
<!-- Only specify these two if you really think you need to. -->
<address>75.178.23.82</address>-->
<localaddress>127.0.0.1</localaddress>-->
<!-- Loginserver information. -->
<loginserver>
<host>75.178.23.82</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>012345678901234</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>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>mysql</password>
<db>PEQ</db>
</database>
</server>
Any ideas on how to get the characters to show back up on the character select screen? I suspect it will amount to inputting a command in MYSQL, but I have figured it out. Thanks in advance for any help.
I set up a server using the PEQ database and installing EQEMU using the EQEMU auto installer.
Minilogin and the world/zone server screens do everything as intended, but the problem I was having was that the server did not show up on the server select screen.
I fixed that by changing the IP in the account table from 127.0.0.1 to the actual machine IP via MYSQL Query Browser, and changing the type from "public" to "minilogin".
So now the server does show up on the server select screen, but the previously created characters are gone.
But in MYSQL Query Browser, the characters still show up in the corresponding accounts tables.
If the characters are still there according to Query Browser, why don't they show up on the server select screen?
Config files below.
EQHOST.TXT:
[LoginServer]
Host=75.178.23.82:5999
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 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=75.178.23.82
loginport=5999
worldname=Immortality
worldaddress=75.178.23.82
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
EQEMU_CONFIG.XML:
<?xml version="1.0">
<server>
<world>
<shortname>Immortality</shortname>
<longname>Immortality</longname>
<!-- Only specify these two if you really think you need to. -->
<address>75.178.23.82</address>-->
<localaddress>127.0.0.1</localaddress>-->
<!-- Loginserver information. -->
<loginserver>
<host>75.178.23.82</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>012345678901234</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>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>mysql</password>
<db>PEQ</db>
</database>
</server>
Any ideas on how to get the characters to show back up on the character select screen? I suspect it will amount to inputting a command in MYSQL, but I have figured it out. Thanks in advance for any help.