PDA

View Full Version : Same account problem


Grimshad
04-14-2010, 09:16 PM
Hosting my own server on a windows machine with minilogin.
So I am having the same issue as the guy here:
http://www.eqemulator.org/forums/showthread.php?t=16402
except mine can't be solved by updating the server, since i have the latest version

Having a few problems
(tested with 10 of my friends)
no matter who logs in, with what account, it takes everyone to the same character screen. Everyone see's the same character. It crashes anyone currently in game when another person trys to login because they are using the same account, even know they are all using different account name/pass

Update:
ok so this is weird:
me, cas, dead, kryo

me and cas see cas's character
dead and kryo see dead's character

?!?!?!

I read something about a minilogin file something like miniloginaccounts.ini
I don't have that file, should I? what should the code inside look like?

Also my game sits the black screen after selecting server if i use anything else for my ip except 127.0.0.1, and it gives this error:
"ID is 0. Is this server connected to minilogin? could not find a minilogin account, verify ip address logging into minilogin is the same that is in your account table."
should i be using 127.0.0.1 or my lan 192.168.1.7, cuz i have both people from lan and internet trying to connect, all lan connections that don't use 127.0.0.1 sit at the black screen with that error.

server config
<?xml version="1.0">
<server>
<world>
<shortname>challenge</shortname>
<longname>Challenge Quest</longname>

<!-- address has to be specified for minilogin to work -->
<address>grimshad.doesntexist.com</address>
<localaddress>192.168.1.7</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>192.168.1.7</host>
<port>5999</port>
<account>Grimshad</account>
<password>******</password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>make up some random string of characters here</key>

<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="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>


minilogin.ini
[LoginServer]
loginserver=grimshad.doesntexist.com
loginport=5999
worldname=challenge
worldaddress=192.168.1.7
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

the server is on 192.168.1.7
I will be connecting to the server
192.168.1.6 will also be connecting

mine only works with eqhost set to 127.0.0.1 and minilogin_ip set to 127.0.0.1 or i get black screen
the 192.168.1.6 pc eqhost is currently 192.168.1.7 and minilogin_ip set to 192.168.1.6 and it gets black screen(also tried setting eqhost to "grimshad.doesntexist.com")

Grimshad
04-15-2010, 12:37 AM
No idea how but i fixed it..