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
  #1  
Old 03-04-2004, 12:35 PM
TheJoseph07
Sarnak
 
Join Date: Feb 2004
Location: Texas
Posts: 34
Default Question on Developing A Server...

Im using the guide by Bearik and have one question:
What are EQEmu server binaries and where do I get them, I need them for the next part of the process, thx!
Reply With Quote
  #2  
Old 03-04-2004, 02:38 PM
nilar
Hill Giant
 
Join Date: Dec 2003
Location: The moon
Posts: 230
Default

Hah your trying to setup a server and you dont even know what binaries are....

they are the files you use to get the server up and running, your gonna need 0.5.5 DR1 binaries if you patched and your gonna need to know how to compile and code.
__________________
"I can imagine a world without war, a world without hate. And I can imagine myself attacking that world. They would never expect it"

Nilar Nightwolf- SaltyBoogers Non Legit ServerOp
Ascendra Custom Legit ServerOp
GM-Mgmt Jezebells Everquest Server
Senyen of the Abyss [65 Forest Stalker] Dil's World
Reply With Quote
  #3  
Old 03-04-2004, 03:15 PM
TheJoseph07
Sarnak
 
Join Date: Feb 2004
Location: Texas
Posts: 34
Default

OK I got it all running but 0.5.5 DR1 was not available on the file list, only 0.5.3 was. Also:
My server's status is LOCKED and I cannot gain access, how do I fix this?
Reply With Quote
  #4  
Old 03-04-2004, 03:22 PM
SBellew
Fire Beetle
 
Join Date: Nov 2003
Posts: 16
Default

Quote:
Originally Posted by TheJoseph07
OK I got it all running but 0.5.5 DR1 was not available on the file list, only 0.5.3 was. Also:
My server's status is LOCKED and I cannot gain access, how do I fix this?
Your server will stay locked until you have the servers running properly.
ie. Run World.exe (listening) then run the .bat file that starts the 5 zone.exe servers (listening) then you should be able to see a 0 for your server pop. count when you hit the server list. If you see locked, something is not running correctly.
__________________
Me!
Reply With Quote
  #5  
Old 03-04-2004, 05:34 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

You are probably using a db that is NOT compatible with the server or dont have one at all sourced in....
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
Reply With Quote
  #6  
Old 03-05-2004, 01:31 AM
TheJoseph07
Sarnak
 
Join Date: Feb 2004
Location: Texas
Posts: 34
Default

1. I have the latest version of EQEmu files available off of this website's link to source forge, where can I find the 0.5.5 DRU versions? they ae not available on the link!
2. Also, he DB files came with the download, so what would make them uncompatable (question not critisism) ?
3. Finally, how do you apply downloaded coding with mob/item/merchant ect info into your server? I have the wordpad documents with the coding- where to I paste/put them now?

Thanks for the help thus far, keep posting and get me thru this plz lol...
Reply With Quote
  #7  
Old 03-05-2004, 03:55 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

The latest version is at http://shawn319.eqemulator.net/cvs but it is NOT binaries, and there is NO support because it is NOT a release. You will have to compile it yourself....

Quote:
2. Also, he DB files came with the download, so what would make them uncompatable (question not critisism) ?
The DB that came with it is probably a blank db, just adding the tables, you will need to source in the db that has all the info try the worldbuider forum there are two really good db's that you can get from the links there..

Quote:
3. Finally, how do you apply downloaded coding with mob/item/merchant ect info into your server? I have the wordpad documents with the coding- where to I paste/put them now?
If what you have is code as in C/C++ then you will have to add them in where they go, but if they are add-ons to the DB then you should have them as .sql file not .txt or .doc.... You wil have to source them into your DB once you have it set up correctly. The guides in this forum ARE still correct to get your server up and running (they will tell you how to source in a DB, which holds true for every version of the DB that you want to add on also), just version numbers are different, as you know...
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
Reply With Quote
  #8  
Old 03-05-2004, 05:01 PM
TheJoseph07
Sarnak
 
Join Date: Feb 2004
Location: Texas
Posts: 34
Default

OK:
I got the DB loaded, the Item DB loaded, a custom (Myra's) DB loaded, and a custom (Myra's) Item DB loaded into:
/mysql/bin/
I have gone thru the DOS prompt and uploaded all these documents into my EQ DB with no problems.
I am still operating under 0.5.2 (The guide I was reffered to did not work for me, encountered problems in the DOS process)
The point: I am still a LOCKED server!
I have all my stuff together, compiled, and want to test it before I begin to edit it! I need to know HOW to unlock my server when my DB is functioning fine, with a modern update (previos post said outdated DB was problem)
Any ideas?
Reply With Quote
  #9  
Old 03-05-2004, 07:52 PM
nilar
Hill Giant
 
Join Date: Dec 2003
Location: The moon
Posts: 230
Default

One of Two things is wrong

1) Under loginserver.ini

Code:
locked=true
make it false

2) Your zoneservers (the boot5zones.bat) are not connected to world.exe.

The IP in loginserver.ini and the first IP in boot5zones.bat need to be the same.
__________________
"I can imagine a world without war, a world without hate. And I can imagine myself attacking that world. They would never expect it"

Nilar Nightwolf- SaltyBoogers Non Legit ServerOp
Ascendra Custom Legit ServerOp
GM-Mgmt Jezebells Everquest Server
Senyen of the Abyss [65 Forest Stalker] Dil's World
Reply With Quote
  #10  
Old 03-06-2004, 01:09 AM
TheJoseph07
Sarnak
 
Join Date: Feb 2004
Location: Texas
Posts: 34
Default

No, I have had it set on
locked=false
and also my IP's are the same,
what could it be?
Reply With Quote
  #11  
Old 03-08-2004, 11:21 AM
SBellew
Fire Beetle
 
Join Date: Nov 2003
Posts: 16
Default

What happens when you run the boot5zones.bat file? Copy in the output from your Minilogin, World and Zone windows so we can see what is going on.
__________________
Me!
Reply With Quote
  #12  
Old 03-08-2004, 11:36 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Post the output of zone.exe and world.exe. Post the contents of your eqhost.txt, loginserver.ini, load5zones.bat, and your db.ini files here and we shall see what we shall see...
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
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 03:25 PM.


 

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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3