EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::General Discussion (https://www.eqemulator.org/forums/forumdisplay.php?f=613)
-   -   problem with minilogin (https://www.eqemulator.org/forums/showthread.php?t=5188)

eltharin 02-13-2003 09:17 PM

problem with minilogin
 
hello,
considering I cannot creer a character on eqemu, i
have decided to make my own minilogin server but i followed has
the letter explanation on the readme of the site, but that does
not go veiled my different configuration.

boot5zones.bat:

REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1

REM: If you still get errors try using localhost instead of 127.0.0.1

REM:--------------Start-----------------------
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1
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------------------------


miniloginaccount.ini

yourlanip1 user1 password1
yourlanip2 user2 password2
yourlanip3 user3 password3
yourlanip4 user4 password4

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=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=CHRISTOPHE
locked=false
account=
password=
worldaddress=localhost

[WorldServer]
Defaultstatus=
Unavailzone=

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

my error messages are

minilogin.exe:

error in miniloginconfig.ini ligne#1 ligne 2 ligne 3 ligne 4

word.exe:

error loginserver::connect: resolving IP address: 'unable to get the host name ERROR: 11001

connected to loginserver: localhost:5999

someone can help me?
thank
and

Fox 02-13-2003 09:31 PM

Well I would guess this is your problem....
miniloginaccount.ini

yourlanip1 user1 password1
yourlanip2 user2 password2
yourlanip3 user3 password3
yourlanip4 user4 password4

change those lines to something like this
127.0.0.1 eqemu eqemu

eltharin 02-13-2003 09:38 PM

thank for your help
now i have this error message

Failed to connect to database: Error: Can't connect to MySQL server on 'localhos
t' (10061)
EQEMu 0.4.1 Spekkio
Error in GetVariable query 'SELECT value FROM variables WHERE varname like 'hold
zones'' #2006: MySQL server has gone away
Loading zone names & items...
Error in LoadZoneNames query 'SELECT MAX(zoneidnumber) FROM zone' #2006: MySQL s
erver has gone away
EMuShareMem.dll loaded.
Error in GetItemsCount query 'SELECT MAX(id), count(*) FROM items' #2006: MySQL
server has gone away
Error: Database::LoadItems() (sharemem): GetItemsCount() returned -1
...done.
LoginServer.ini read.
Loading guild ranks...Error in LoadGuilds query 'SELECT id, eqid, name, leader,
rank0title, rank1, rank1title, rank2, rank2title, rank3, rank3title, rank4, rank
4title, rank5, rank5title from guilds' #2006: MySQL server has gone away
done.
Loading EQ time of day...Reading time file failed, bytes read: 0
failed.
Abort/retry/cancel?
World server listening on: port 9000
Error: LoginServer::Connect: Resolving IP address: 'Unable to get the host name.
Error: 11001'

Fox 02-13-2003 10:00 PM

hmm ok, well it looks like you have something wrong with your login to the db. You sure you have made an account and all that?

if you could include the db.ini file it might help :)

eltharin 02-13-2003 11:12 PM

my db.ini:

# READ README.TXT!

[Database]
host=localhost
user=YourMysqlUsername
password=YourMysqlPassword
database=eq


### --- 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.

eltharin 02-13-2003 11:44 PM

i dont have installed mysql, because i would like just play with minilog

but if i must create it, can you explaine me ?

Fox 02-14-2003 01:36 AM

oh, ya if you want to be able to play you have to setup mysql.
first you need to get it, http://www.mysql.com/ I got version 3.23 or something if there is anything newer it should be fine too.

Then Install it (remeber what user/pass you set) and reboot you computer.


open up your mysql/bin dir and copy the db.sql in to it
then start up mysql.exe
at that promt type the following (hit enter between ;))
Code:

create database eq
Code:

use eq
Code:

source db.sql
(pray that it works...)
Code:

INSERT INTO account SET name='eqemu', password='eqemu', status=200;
and then exit it.

next open your db.ini and change the user and password to what you set it too.
[Database]
host=localhost
user=YourMysqlUsername
password=YourMysqlPassword
database=eq

that should be it (I think).

eltharin 02-14-2003 04:20 AM

i have created my server but when i lunch it, i have error message:
string not found (500) with minilog or without

Tugurce 02-14-2003 08:22 AM

I haven't seen that error before...can you give us the updated contents of your miniloginaccount.ini file?

eltharin 02-14-2003 10:16 AM

this error is when i lunch minilog or when i lunch my own server internet.

miniloginaccounts.ini is:

172.197.117.121 eqemu eqemu

DeletedUser 02-14-2003 10:45 AM

You need the english version of Everquest, not the french / german version....

eltharin 02-14-2003 11:13 AM

i have english version ;)


All times are GMT -4. The time now is 03:17 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.