EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Tutorials/Howto's (https://www.eqemulator.org/forums/forumdisplay.php?f=619)
-   -   MiniLogin --- Host & Play on same PC *Step by Step* (https://www.eqemulator.org/forums/showthread.php?t=12889)

gthang187 04-30-2004 04:31 AM

ok i had to reload the premade char it works but i cant login i guess i still haveta wait for them to release a fix maybe i accidently updated on the 27th or something shoot :( anyways the error i get is

Zonepoints loaded into memory
, timezone data - Done. ZoneID = 61; Time Offset = 0
eqns.Open failed
[Error] Zone bootup FAILED!
Connected to worldserver: 127.0.0.1:9000

natak 05-06-2004 11:27 AM

Everything seem to work except....
 
Hi all i set up everything correctly, everythng seem to work well, except that i dont have any server to choose from (my test server) when EQ ask to choose one b4 playing

help me plz and sorry for misspelled word im french =p

jamescr 05-06-2004 01:10 PM

Help
 
I currently have my server running fine with 5.6, or I think it's fine anyway. Because I can't log into 5.6, but as far as I know it's fine. Can anyone fill me in on how to update my server to 5.7 DR2, please include links with fine descriptions because I'm not very good with making servers, this is my first. Would be much appreciated - Thanks

Pyromania 05-07-2004 01:53 AM

Well I can make it to the char creation screen but it wont let me make a char.After I do it goes back to the char select screen and the char I made isn't there.I've read all the topics if I missed where this issue was went over I'm sorry.

bluejam 05-07-2004 11:16 PM

http://www.eqemulator.net/forums/viewtopic.php?t=14710


0.5.7-DR2:
Download
Fix

Search's your friend.

LazerBoy2030 05-08-2004 03:22 PM

Check your PM bluejam

LazerBoy2030 05-10-2004 11:39 AM

How?
 
How do you edit the World.exe and the Zone.exe?

On the World/Zone.exe and Boot5zones when i click open, the screen pops up and then goes away a half a second later. So i cant do nothing.

Also.... When i try what i said above... i can sort of read what it says... I think it says Cannot find block in DB.ini and on a different one it says Cannot find block in Loginserver.ini
DB.ini
Quote:

[Database]
host=localhost
user=Myqluser
password=Mysqlpass
database=eq
compression=off

LoginServer.ini
Quote:

# READ README.TXT
[LoginServer]
loginserver=localhost
loginport=5999
worldname=my minilogin test
worldaddress=localhost
locked=false
account=Mysqluser
password=Mysqlpass


[WorldServer]
Defaultstatus=0
Unavailzone=

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

LazerBoy2030 05-11-2004 02:44 PM

Btw... The database im using is the one that you listed on the first post... The compiled DB

bluejam 05-12-2004 09:53 AM

make sure that there are no spaces behind the lines in loginserver.ini

also my compiled database might not be compatible with the newest binaries ( and I can't remember if the current release is compatible with the latest EQLive patch ). I don't have time to update this tutorial at the moment, so I advise you to follow another howto (jezbell's for example).

LazerBoy2030 05-12-2004 12:50 PM

okie dokie let me try that
 
Quote:

make sure that there are no spaces behind the lines in loginserver.ini
Thats probably it, cause ihave spaces in every .ini file i think

Quote:

also my compiled database might not be compatible with the newest binaries ( and I can't remember if the current release is compatible with the latest EQLive patch ).
My last patch was last week. I didnt patch today nor intend to

Thanks again :)

//////////////Update///////////////
Ok i took out the spaces
C:\EQEMU\MiniLogin.exe
Quote:

Loginserver.ini read.
Miniloginaccounts.ini read.
Servermode: Standalone
Login Server listening on port:5999

Still when i try to open World/Zone.exe it says
Quote:

Error: Block not found in DB.ini
something like that.

Im going to try out Myra's DB... I dunno. But im making progress thanks.

OHH! also Step three compiling the DB

Quote:

mysql> INSERT INTO account (id, name, charname, packencrypt, sharedplat, password,
status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0);
Query OK, 1 row affected (0.00 sec)
Do i type EXACTLY what it says there or do i put in my information? i tryed both and when i type EXACTLY what it says, i get the error... Something like
Quote:

The row here does not match the row in the first line

JuanKa 05-13-2004 05:17 AM

all work fine bud... i dont see server in server list for play, anyone know fix for this problem?
runing server 5.6 and all archives from this tutorial.

I changed for Land and same problem.

EDit: i compiled and now use 5.7 DR2 and same problem.

mikenune 05-13-2004 07:55 AM

You need to add the following to the bottom of your db.ini:

Quote:

[ChatChannelServer]
ChatChannelServer=127.0.0.1
That should fix your "Block not found in DB.ini" problem.

As for creating your users, copy and paste this into your MySQL prompt:

Quote:

USE eq;
INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0);
INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, status, lsaccount_id, gmspeed, revoked) VALUES (2, 'username', '', '', 0, 'password', 0, NULL, 0, 0);
You'll want to change the text in yellow to your username and password first though. Make sure that any username/password info you put into here is ALSO in the MiniLoginAccounts.ini file.

Derision 05-13-2004 08:07 AM

Quote:

Originally Posted by mikenune
You need to add the following to the bottom of your db.ini:

Quote:

[ChatChannelServer]
ChatChannelServer=127.0.0.1
That should fix your "Block not found in DB.ini" problem.

The [ChatChannelServer] block goes in LoginServer.ini, not db.ini

mikenune 05-13-2004 08:10 AM

D'oh! You're right!

Ignore that one! :oops:

bluejam 05-13-2004 08:40 AM

Quote:

USE eq;
INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0);
INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, status, lsaccount_id, gmspeed, revoked) VALUES (2, 'username', '', '', 0, 'password', 0, NULL, 0, 0);
that's only neccesary if you want to set up a server with multiple users. but my howto rather aims at people who only want to fool around in EQ, seeing zones they wouldn't anytime soon, create their dream character and so on.


All times are GMT -4. The time now is 01:22 AM.

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