Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Tutorials/Howto's

Archive::Tutorials/Howto's Archive area for Tutorials/Howto's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #31  
Old 04-30-2004, 04:31 AM
gthang187
Sarnak
 
Join Date: Dec 2003
Posts: 53
Default

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
Reply With Quote
  #32  
Old 05-06-2004, 11:27 AM
natak
Fire Beetle
 
Join Date: May 2004
Posts: 1
Default 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
Reply With Quote
  #33  
Old 05-06-2004, 01:10 PM
jamescr
Fire Beetle
 
Join Date: Apr 2003
Posts: 13
Default 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
Reply With Quote
  #34  
Old 05-07-2004, 01:53 AM
Pyromania
Fire Beetle
 
Join Date: May 2004
Posts: 4
Default

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.
Reply With Quote
  #35  
Old 05-07-2004, 11:16 PM
bluejam
Hill Giant
 
Join Date: Apr 2004
Posts: 110
Default

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


0.5.7-DR2:
Download
Fix

Search's your friend.
Reply With Quote
  #36  
Old 05-08-2004, 03:22 PM
LazerBoy2030
Sarnak
 
Join Date: Dec 2003
Posts: 31
Default

Check your PM bluejam
__________________
Your Welcome...
Reply With Quote
  #37  
Old 05-10-2004, 11:39 AM
LazerBoy2030
Sarnak
 
Join Date: Dec 2003
Posts: 31
Default 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...
Reply With Quote
  #38  
Old 05-11-2004, 02:44 PM
LazerBoy2030
Sarnak
 
Join Date: Dec 2003
Posts: 31
Default

Btw... The database im using is the one that you listed on the first post... The compiled DB
__________________
Your Welcome...
Reply With Quote
  #39  
Old 05-12-2004, 09:53 AM
bluejam
Hill Giant
 
Join Date: Apr 2004
Posts: 110
Default

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).
Reply With Quote
  #40  
Old 05-12-2004, 12:50 PM
LazerBoy2030
Sarnak
 
Join Date: Dec 2003
Posts: 31
Default 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...
Reply With Quote
  #41  
Old 05-13-2004, 05:17 AM
JuanKa
Fire Beetle
 
Join Date: May 2004
Posts: 5
Default

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.
Reply With Quote
  #42  
Old 05-13-2004, 07:55 AM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default

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.
Reply With Quote
  #43  
Old 05-13-2004, 08:07 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

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
Reply With Quote
  #44  
Old 05-13-2004, 08:10 AM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default

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.
Reply With Quote
  #45  
Old 05-13-2004, 08:40 AM
bluejam
Hill Giant
 
Join Date: Apr 2004
Posts: 110
Default

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

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


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3