|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Archive::Tutorials/Howto's Archive area for Tutorials/Howto's posts that were moved here after an inactivity period of 90 days. |
04-30-2004, 04:31 AM
|
Sarnak
|
|
Join Date: Dec 2003
Posts: 53
|
|
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
|
05-06-2004, 11:27 AM
|
Fire Beetle
|
|
Join Date: May 2004
Posts: 1
|
|
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
|
05-06-2004, 01:10 PM
|
Fire Beetle
|
|
Join Date: Apr 2003
Posts: 13
|
|
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
__________________
I will wade in the fire
To explain your asylum
Idle times analyzing
We'll compare all our sightings
|
05-07-2004, 01:53 AM
|
Fire Beetle
|
|
Join Date: May 2004
Posts: 4
|
|
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.
|
05-07-2004, 11:16 PM
|
Hill Giant
|
|
Join Date: Apr 2004
Posts: 110
|
|
|
05-08-2004, 03:22 PM
|
Sarnak
|
|
Join Date: Dec 2003
Posts: 31
|
|
Check your PM bluejam
__________________
Your Welcome...
|
05-10-2004, 11:39 AM
|
Sarnak
|
|
Join Date: Dec 2003
Posts: 31
|
|
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=
|
__________________
Your Welcome...
|
05-11-2004, 02:44 PM
|
Sarnak
|
|
Join Date: Dec 2003
Posts: 31
|
|
Btw... The database im using is the one that you listed on the first post... The compiled DB
__________________
Your Welcome...
|
05-12-2004, 09:53 AM
|
Hill Giant
|
|
Join Date: Apr 2004
Posts: 110
|
|
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).
|
|
|
|
05-12-2004, 12:50 PM
|
Sarnak
|
|
Join Date: Dec 2003
Posts: 31
|
|
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
|
__________________
Your Welcome...
|
|
|
|
05-13-2004, 05:17 AM
|
Fire Beetle
|
|
Join Date: May 2004
Posts: 5
|
|
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.
|
|
|
|
05-13-2004, 07:55 AM
|
Discordant
|
|
Join Date: Apr 2004
Location: Gukta
Posts: 359
|
|
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.
__________________
THE POSTER assumes no warranty, guarantee, or representation as to the accuracy
or sufficiency of the information presented herein, and THE POSTER assumes no
responsibility or liability regarding the use or misuse of such information.
Furthermore THE POSTER assumes no responsibility and makes no warranty, guarantee,
or representation for the content of any web or FTP sites linked to or from this
post.
THE POSTER reserves the right to change the terms, conditions, and notices under
which THE POSTER presents information. It is the responsibility of THE READER to
regularly review these terms, conditions, and notices. THE READER understands that
the reading of any content including or covered by this disclaimer constitutes THE
READER's acceptance of and agreement to such changes.
THE POSTER retains the right to in any way alter the content of this post at any
time with or without prior notice to THE READER.
|
|
|
|
05-13-2004, 08:07 AM
|
Developer
|
|
Join Date: Feb 2004
Location: UK
Posts: 1,540
|
|
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
|
|
|
|
05-13-2004, 08:10 AM
|
Discordant
|
|
Join Date: Apr 2004
Location: Gukta
Posts: 359
|
|
D'oh! You're right!
Ignore that one!
__________________
THE POSTER assumes no warranty, guarantee, or representation as to the accuracy
or sufficiency of the information presented herein, and THE POSTER assumes no
responsibility or liability regarding the use or misuse of such information.
Furthermore THE POSTER assumes no responsibility and makes no warranty, guarantee,
or representation for the content of any web or FTP sites linked to or from this
post.
THE POSTER reserves the right to change the terms, conditions, and notices under
which THE POSTER presents information. It is the responsibility of THE READER to
regularly review these terms, conditions, and notices. THE READER understands that
the reading of any content including or covered by this disclaimer constitutes THE
READER's acceptance of and agreement to such changes.
THE POSTER retains the right to in any way alter the content of this post at any
time with or without prior notice to THE READER.
|
|
|
|
05-13-2004, 08:40 AM
|
Hill Giant
|
|
Join Date: Apr 2004
Posts: 110
|
|
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.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 07:33 AM.
|
|
|
|
|
|
|
|
|
|
|
|
|